| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JSIAsyncFunctionsTest.kt | 38 ) { methodQueue -> in <lambda>() method 60 ) { methodQueue -> in <lambda>() method 77 ) { methodQueue -> in <lambda>() method 97 ) { methodQueue -> in <lambda>() method 130 ) { methodQueue -> in <lambda>() method 177 ) { methodQueue -> in <lambda>() method 194 ) { methodQueue -> in <lambda>() method 209 ) { methodQueue -> in <lambda>() method 219 ) { methodQueue -> in <lambda>() method 238 ) { methodQueue -> in <lambda>() method [all …]
|
| H A D | JSIModuleMock.kt | 47 block: JSIInteropModuleRegistry.(methodQueue: TestScope) -> Unit, in withJSIInterop() 54 val methodQueue = TestScope() in withJSIInterop() constant 59 methodQueue.launch { in withJSIInterop() 74 every { appContextMock.modulesQueue } answers { methodQueue } in withJSIInterop() 75 every { appContextMock.mainQueue } answers { methodQueue } in withJSIInterop() 76 every { appContextMock.backgroundCoroutineScope } answers { methodQueue } in withJSIInterop() 100 block(jsiIterop, methodQueue) in withJSIInterop() 111 block: JSIInteropModuleRegistry.(methodQueue: TestScope) -> Unit in withJSIInterop() 127 methodQueue: TestScope, in waitForAsyncFunction() 136 methodQueue.testScheduler.advanceUntilIdle() in waitForAsyncFunction()
|
| H A D | JavaScriptViewModule.kt | 37 ) { methodQueue -> in <lambda>() method 38 …val result = waitForAsyncFunction(methodQueue, "expo.modules.TestModule.ViewPrototype.viewFunction… in <lambda>() 53 ) { methodQueue -> in <lambda>() method 55 methodQueue, in <lambda>()
|
| H A D | JavaScriptModuleObjectTest.kt | 48 ) { methodQueue -> in <lambda>() method 53 …val removedListenersResult = waitForAsyncFunction(methodQueue, "expo.modules.TestModule.removeList… in <lambda>()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Blob/ |
| H A D | ABI47_0_0RCTBlobManager.mm | 41 @synthesize methodQueue = _methodQueue; 143 // TODO(T63516227): Why can methodQueue be nil here? 144 // We don't want to do anything when methodQueue is nil. 145 if (!networking.methodQueue) { 149 dispatch_async(networking.methodQueue, ^{ 157 …(((ABI47_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{ 164 …(((ABI47_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{ 172 …(((ABI47_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Blob/ |
| H A D | ABI49_0_0RCTBlobManager.mm | 44 @synthesize methodQueue = _methodQueue; 144 // TODO(T63516227): Why can methodQueue be nil here? 145 // We don't want to do anything when methodQueue is nil. 146 if (!networking.methodQueue) { 150 dispatch_async(networking.methodQueue, ^{ 158 …(((ABI49_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{ 166 …(((ABI49_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{ 175 …(((ABI49_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Blob/ |
| H A D | ABI48_0_0RCTBlobManager.mm | 44 @synthesize methodQueue = _methodQueue; 144 // TODO(T63516227): Why can methodQueue be nil here? 145 // We don't want to do anything when methodQueue is nil. 146 if (!networking.methodQueue) { 150 dispatch_async(networking.methodQueue, ^{ 158 …(((ABI48_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{ 166 …(((ABI48_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{ 175 …(((ABI48_0_0RCTWebSocketModule *)[_moduleRegistry moduleForName:"WebSocketModule"]).methodQueue, ^{
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/ |
| H A D | ABI49_0_0RCTTurboModuleManager.mm | 119 MethodQueueNativeCallInvoker(dispatch_queue_t methodQueue) : methodQueue_(methodQueue) {} 273 if (methodQueue == nil) { 307 .isSyncModule = methodQueue == ABI49_0_0RCTJSThread, 550 * `@synthesize methodQueue = _methodQueue` 553 dispatch_queue_t methodQueue = nil; 557 methodQueue = [(id<ABI49_0_0RCTBridgeModule>)module methodQueue]; 564 if (!methodQueue) { 580 [(id)module setValue:methodQueue forKey:@"methodQueue"]; 852 if (methodQueue == nil) { 869 if (methodQueue == ABI49_0_0RCTJSThread) { [all …]
|
| /expo/packages/expo-notifications/ios/EXNotifications/Permissions/ |
| H A D | EXUserFacingNotificationsPermissionsRequester.h | 7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | EXLegacyRemoteNotificationPermissionRequester.h | 11 withMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | EXNotificationPermissionsModule.m | 26 …ter = [[EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue]; 61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
|
| H A D | EXLegacyRemoteNotificationPermissionRequester.m | 12 @property (nonatomic, weak) dispatch_queue_t methodQueue; property 26 withMethodQueue:(dispatch_queue_t)methodQueue 32 _methodQueue = methodQueue;
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Permissions/ |
| H A D | ABI47_0_0EXUserFacingNotificationsPermissionsRequester.h | 7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | ABI47_0_0EXLegacyRemoteNotificationPermissionRequester.h | 11 withMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | ABI47_0_0EXNotificationPermissionsModule.m | 26 …BI47_0_0EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue]; 61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
|
| H A D | ABI47_0_0EXLegacyRemoteNotificationPermissionRequester.m | 12 @property (nonatomic, weak) dispatch_queue_t methodQueue; property 26 withMethodQueue:(dispatch_queue_t)methodQueue 32 _methodQueue = methodQueue;
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Permissions/ |
| H A D | ABI49_0_0EXUserFacingNotificationsPermissionsRequester.h | 7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | ABI49_0_0EXLegacyRemoteNotificationPermissionRequester.h | 11 withMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | ABI49_0_0EXNotificationPermissionsModule.m | 26 …BI49_0_0EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue]; 61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
|
| H A D | ABI49_0_0EXLegacyRemoteNotificationPermissionRequester.m | 12 @property (nonatomic, weak) dispatch_queue_t methodQueue; property 26 withMethodQueue:(dispatch_queue_t)methodQueue 32 _methodQueue = methodQueue;
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Permissions/ |
| H A D | ABI48_0_0EXUserFacingNotificationsPermissionsRequester.h | 7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | ABI48_0_0EXLegacyRemoteNotificationPermissionRequester.h | 11 withMethodQueue:(dispatch_queue_t)methodQueue;
|
| H A D | ABI48_0_0EXNotificationPermissionsModule.m | 26 …BI48_0_0EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue]; 61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ |
| H A D | ABI48_0_0RCTTurboModuleManager.mm | 115 MethodQueueNativeCallInvoker(dispatch_queue_t methodQueue) : methodQueue_(methodQueue) {} 290 if (methodQueue == nil) { 324 .isSyncModule = methodQueue == ABI48_0_0RCTJSThread, 585 * `@synthesize methodQueue = _methodQueue` 588 dispatch_queue_t methodQueue = nil; 592 methodQueue = [(id<ABI48_0_0RCTBridgeModule>)module methodQueue]; 599 if (!methodQueue) { 615 [(id)module setValue:methodQueue forKey:@"methodQueue"]; 907 if (methodQueue == nil) { 924 if (methodQueue == ABI48_0_0RCTJSThread) { [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ |
| H A D | ABI47_0_0RCTTurboModuleManager.mm | 114 MethodQueueNativeCallInvoker(dispatch_queue_t methodQueue) : methodQueue_(methodQueue) {} 289 if (methodQueue == nil) { 323 .isSyncModule = methodQueue == ABI47_0_0RCTJSThread, 584 * `@synthesize methodQueue = _methodQueue` 587 dispatch_queue_t methodQueue = nil; 591 methodQueue = [(id<ABI47_0_0RCTBridgeModule>)module methodQueue]; 598 if (!methodQueue) { 614 [(id)module setValue:methodQueue forKey:@"methodQueue"]; 906 if (methodQueue == nil) { 923 if (methodQueue == ABI47_0_0RCTJSThread) { [all …]
|