Home
last modified time | relevance | path

Searched refs:methodQueue (Results 1 – 25 of 242) sorted by relevance

12345678910

/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJSIAsyncFunctionsTest.kt38 ) { 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 DJSIModuleMock.kt47 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 DJavaScriptViewModule.kt37 ) { 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 DJavaScriptModuleObjectTest.kt48 ) { 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 DABI47_0_0RCTBlobManager.mm41 @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 DABI49_0_0RCTBlobManager.mm44 @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 DABI48_0_0RCTBlobManager.mm44 @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 DABI49_0_0RCTTurboModuleManager.mm119 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 DEXUserFacingNotificationsPermissionsRequester.h7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
H A DEXLegacyRemoteNotificationPermissionRequester.h11 withMethodQueue:(dispatch_queue_t)methodQueue;
H A DEXNotificationPermissionsModule.m26 …ter = [[EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue];
61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
H A DEXLegacyRemoteNotificationPermissionRequester.m12 @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 DABI47_0_0EXUserFacingNotificationsPermissionsRequester.h7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
H A DABI47_0_0EXLegacyRemoteNotificationPermissionRequester.h11 withMethodQueue:(dispatch_queue_t)methodQueue;
H A DABI47_0_0EXNotificationPermissionsModule.m26 …BI47_0_0EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue];
61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
H A DABI47_0_0EXLegacyRemoteNotificationPermissionRequester.m12 @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 DABI49_0_0EXUserFacingNotificationsPermissionsRequester.h7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
H A DABI49_0_0EXLegacyRemoteNotificationPermissionRequester.h11 withMethodQueue:(dispatch_queue_t)methodQueue;
H A DABI49_0_0EXNotificationPermissionsModule.m26 …BI49_0_0EXUserFacingNotificationsPermissionsRequester alloc] initWithMethodQueue:self.methodQueue];
61 …SingletonModuleForName:@"RemoteNotificationPermissionPublisher"] withMethodQueue:self.methodQueue];
H A DABI49_0_0EXLegacyRemoteNotificationPermissionRequester.m12 @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 DABI48_0_0EXUserFacingNotificationsPermissionsRequester.h7 - (instancetype)initWithMethodQueue:(dispatch_queue_t)methodQueue;
H A DABI48_0_0EXLegacyRemoteNotificationPermissionRequester.h11 withMethodQueue:(dispatch_queue_t)methodQueue;
H A DABI48_0_0EXNotificationPermissionsModule.m26 …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 DABI48_0_0RCTTurboModuleManager.mm115 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 DABI47_0_0RCTTurboModuleManager.mm114 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 …]

12345678910