Home
last modified time | relevance | path

Searched refs:bundleURL (Results 1 – 25 of 77) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTBundleManager.m34 - (void)setBundleURL:(NSURL *)bundleURL
37 _bridge.bundleURL = bundleURL;
44 _bridgelessBundleURLSetter(bundleURL);
47 - (NSURL *)bundleURL
50 return _bridge.bundleURL;
64 strongBridge.bundleURL = [strongBridge.delegate sourceURLForBridge:strongBridge];
H A DABI49_0_0RCTBundleManager.h11 typedef void (^ABI49_0_0RCTBridgelessBundleURLSetter)(NSURL *bundleURL);
22 @property NSURL *bundleURL;
H A DABI49_0_0RCTReloadCommand.m16 static NSURL *bundleURL;
20 NSString *const ABI49_0_0RCTTriggerReloadCommandBundleURLKey = @"bundleURL";
53 … ABI49_0_0RCTTriggerReloadCommandBundleURLKey : ABI49_0_0RCTNullIfNil(bundleURL)
64 bundleURL = URL;
H A DABI49_0_0RCTBridge+Private.h21 bundleURL:(NSURL *)bundleURL
64 @property (nonatomic, strong, readwrite) NSURL *bundleURL;
H A DABI49_0_0RCTBridge.m155 …return [self initWithDelegate:delegate bundleURL:nil moduleProvider:nil launchOptions:launchOption…
158 - (instancetype)initWithBundleURL:(NSURL *)bundleURL
162 …return [self initWithDelegate:nil bundleURL:bundleURL moduleProvider:block launchOptions:launchOpt…
166 bundleURL:(NSURL *)bundleURL
173 _bundleURL = bundleURL;
317 // Only update bundleURL from delegate if delegate bundleURL has changed
403 - (void)loadAndExecuteSplitBundleURL:(NSURL *)bundleURL
407 [self.batchedBridge loadAndExecuteSplitBundleURL:bundleURL onError:onError onComplete:onComplete];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTBundleManager.m34 - (void)setBundleURL:(NSURL *)bundleURL
37 _bridge.bundleURL = bundleURL;
44 _bridgelessBundleURLSetter(bundleURL);
47 - (NSURL *)bundleURL
50 return _bridge.bundleURL;
64 strongBridge.bundleURL = [strongBridge.delegate sourceURLForBridge:strongBridge];
H A DABI48_0_0RCTBundleManager.h11 typedef void (^ABI48_0_0RCTBridgelessBundleURLSetter)(NSURL *bundleURL);
22 @property NSURL *bundleURL;
H A DABI48_0_0RCTReloadCommand.m16 static NSURL *bundleURL;
20 NSString *const ABI48_0_0RCTTriggerReloadCommandBundleURLKey = @"bundleURL";
53 … ABI48_0_0RCTTriggerReloadCommandBundleURLKey : ABI48_0_0RCTNullIfNil(bundleURL)
64 bundleURL = URL;
H A DABI48_0_0RCTBridge+Private.h21 bundleURL:(NSURL *)bundleURL
64 @property (nonatomic, strong, readwrite) NSURL *bundleURL;
H A DABI48_0_0RCTBridge.m189 …return [self initWithDelegate:delegate bundleURL:nil moduleProvider:nil launchOptions:launchOption…
192 - (instancetype)initWithBundleURL:(NSURL *)bundleURL
196 …return [self initWithDelegate:nil bundleURL:bundleURL moduleProvider:block launchOptions:launchOpt…
200 bundleURL:(NSURL *)bundleURL
207 _bundleURL = bundleURL;
351 // Only update bundleURL from delegate if delegate bundleURL has changed
437 - (void)loadAndExecuteSplitBundleURL:(NSURL *)bundleURL
441 [self.batchedBridge loadAndExecuteSplitBundleURL:bundleURL onError:onError onComplete:onComplete];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTBundleManager.m34 - (void)setBundleURL:(NSURL *)bundleURL
37 _bridge.bundleURL = bundleURL;
44 _bridgelessBundleURLSetter(bundleURL);
47 - (NSURL *)bundleURL
50 return _bridge.bundleURL;
64 strongBridge.bundleURL = [strongBridge.delegate sourceURLForBridge:strongBridge];
H A DABI47_0_0RCTReloadCommand.m16 static NSURL *bundleURL;
20 NSString *const ABI47_0_0RCTTriggerReloadCommandBundleURLKey = @"bundleURL";
53 … ABI47_0_0RCTTriggerReloadCommandBundleURLKey : ABI47_0_0RCTNullIfNil(bundleURL)
64 bundleURL = URL;
H A DABI47_0_0RCTBridge+Private.h21 bundleURL:(NSURL *)bundleURL
64 @property (nonatomic, strong, readwrite) NSURL *bundleURL;
H A DABI47_0_0RCTBridge.m207 …return [self initWithDelegate:delegate bundleURL:nil moduleProvider:nil launchOptions:launchOption…
210 - (instancetype)initWithBundleURL:(NSURL *)bundleURL
214 …return [self initWithDelegate:nil bundleURL:bundleURL moduleProvider:block launchOptions:launchOpt…
218 bundleURL:(NSURL *)bundleURL
225 _bundleURL = bundleURL;
369 // Only update bundleURL from delegate if delegate bundleURL has changed
455 - (void)loadAndExecuteSplitBundleURL:(NSURL *)bundleURL
459 [self.batchedBridge loadAndExecuteSplitBundleURL:bundleURL onError:onError onComplete:onComplete];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/
H A DABI47_0_0RCTInspectorDevServerHelper.mm20 static NSString *getServerHost(NSURL *bundleURL)
27 if ([bundleURL port]) {
28 port = [bundleURL port];
30 NSString *host = [bundleURL host];
43 static NSURL *getInspectorDeviceUrl(NSURL *bundleURL)
50 getServerHost(bundleURL),
54 static NSURL *getOpenUrlEndpoint(NSURL *bundleURL)
71 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL);
97 + (ABI47_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL
[all …]
H A DABI47_0_0RCTInspectorDevServerHelper.h18 + (ABI47_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL;
20 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/
H A DABI49_0_0RCTInspectorDevServerHelper.mm20 static NSString *getServerHost(NSURL *bundleURL)
27 if ([bundleURL port]) {
28 port = [bundleURL port];
30 NSString *host = [bundleURL host];
43 static NSURL *getInspectorDeviceUrl(NSURL *bundleURL)
50 getServerHost(bundleURL),
54 static NSURL *getOpenUrlEndpoint(NSURL *bundleURL)
71 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL);
97 + (ABI49_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL
[all …]
H A DABI49_0_0RCTInspectorDevServerHelper.h18 + (ABI49_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL;
20 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/
H A DABI48_0_0RCTInspectorDevServerHelper.mm20 static NSString *getServerHost(NSURL *bundleURL)
27 if ([bundleURL port]) {
28 port = [bundleURL port];
30 NSString *host = [bundleURL host];
43 static NSURL *getInspectorDeviceUrl(NSURL *bundleURL)
50 getServerHost(bundleURL),
54 static NSURL *getOpenUrlEndpoint(NSURL *bundleURL)
71 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL);
97 + (ABI48_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL
[all …]
H A DABI48_0_0RCTInspectorDevServerHelper.h18 + (ABI48_0_0RCTInspectorPackagerConnection *)connectWithBundleURL:(NSURL *)bundleURL;
20 + (void)openURL:(NSString *)url withBundleURL:(NSURL *)bundleURL withErrorMessage:(NSString *)error…
/expo/packages/expo-dev-menu/ios/
H A DDevMenuDevOptionsDelegate.swift37 guard let bundleURL = bridge?.bundleURL else { in openJSInspector() variable
40 let port = bundleURL.port ?? Int(RCT_METRO_PORT) in openJSInspector()
41 let host = bundleURL.host ?? "localhost" in openJSInspector()
H A DDevMenuRCTDevSettings.m51 - (void)setupHMRClientWithBundleURL:(NSURL *)bundleURL {}
53 - (void)setupHMRClientWithAdditionalBundleURL:(NSURL *)bundleURL {}
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherNetworkInterceptor.swift55 static func EXDevLauncher_connect(withBundleURL bundleURL: URL) in EXDevLauncher_connect()
60 A0: bundleURL in EXDevLauncher_connect()
64 if !bundleURL.absoluteString.starts(with: Bundle.main.bundleURL.absoluteString) { in EXDevLauncher_connect()
/expo/packages/expo-dev-launcher/ios/ReactNative/
H A DEXDevLauncherRCTDevSettings.m51 - (void)setupHMRClientWithBundleURL:(NSURL *)bundleURL {}
53 - (void)setupHMRClientWithAdditionalBundleURL:(NSURL *)bundleURL {}
/expo/packages/expo-dev-menu/ios/Tests/
H A DEXDevMenuAppInfoTest.swift11 bundleURL = URL(string: "http://localhost:1234") in setUp()

1234