Home
last modified time | relevance | path

Searched refs:packagerHost (Results 1 – 7 of 7) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTBundleURLProvider.h126 packagerHost:(NSString *)packagerHost
131 packagerHost:(NSString *)packagerHost
143 packagerHost:(NSString *)packagerHost
H A DABI49_0_0RCTBundleURLProvider.mm186 packagerHost:packagerServerHostPort
198 packagerHost:[self packagerServerHostPort]
239 packagerHost:packagerServerHostPort
245 packagerHost:(NSString *)packagerHost
251 packagerHost:packagerHost
260 packagerHost:(NSString *)packagerHost
286 …return [[self class] resourceURLForResourcePath:path packagerHost:packagerHost scheme:scheme query…
290 packagerHost:(NSString *)packagerHost
294 …nents *components = [NSURLComponents componentsWithURL:serverRootWithHostPort(packagerHost, scheme)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTBundleURLProvider.h126 packagerHost:(NSString *)packagerHost
131 packagerHost:(NSString *)packagerHost
143 packagerHost:(NSString *)packagerHost
H A DABI48_0_0RCTBundleURLProvider.mm182 packagerHost:packagerServerHostPort
194 packagerHost:[self packagerServerHostPort]
235 packagerHost:packagerServerHostPort
241 packagerHost:(NSString *)packagerHost
247 packagerHost:packagerHost
256 packagerHost:(NSString *)packagerHost
282 …return [[self class] resourceURLForResourcePath:path packagerHost:packagerHost scheme:scheme query…
286 packagerHost:(NSString *)packagerHost
290 …nents *components = [NSURLComponents componentsWithURL:serverRootWithHostPort(packagerHost, scheme)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTBundleURLProvider.h126 packagerHost:(NSString *)packagerHost
131 packagerHost:(NSString *)packagerHost
143 packagerHost:(NSString *)packagerHost
H A DABI47_0_0RCTBundleURLProvider.mm182 packagerHost:packagerServerHostPort
194 packagerHost:[self packagerServerHostPort]
235 packagerHost:packagerServerHostPort
241 packagerHost:(NSString *)packagerHost
247 packagerHost:packagerHost
256 packagerHost:(NSString *)packagerHost
282 …return [[self class] resourceURLForResourcePath:path packagerHost:packagerHost scheme:scheme query…
286 packagerHost:(NSString *)packagerHost
290 …nents *components = [NSURLComponents componentsWithURL:serverRootWithHostPort(packagerHost, scheme)
/expo/packages/expo-dev-menu/ios/
H A DDevMenuAppInstance.swift44 if let packagerHost = jsPackagerHost() { in sourceURL() variable
47 packagerHost: packagerHost, in sourceURL()