Home
last modified time | relevance | path

Searched refs:functionType (Results 1 – 20 of 20) sorted by relevance

/expo/packages/jest-expo/src/preset/
H A DexpoModules.js7 animateCamera: { type: 'function', functionType: 'async' }, property
8 animateToRegion: { type: 'function', functionType: 'async' }, property
11 fitToElements: { type: 'function', functionType: 'async' }, property
13 getCamera: { type: 'function', functionType: 'promise' }, property
19 setCamera: { type: 'function', functionType: 'async' }, property
27 redraw: { type: 'function', functionType: 'async' }, property
96 log: { type: 'function', functionType: 'async' }, property
102 pause: { type: 'function', functionType: 'async' }, property
103 play: { type: 'function', functionType: 'async' }, property
104 reset: { type: 'function', functionType: 'async' }, property
[all …]
H A DinternalExpoModules.js3 getSessionAsync: { type: 'function', functionType: 'async' }, property
4 removeSessionAsync: { type: 'function', functionType: 'async' }, property
5 setSessionAsync: { type: 'function', functionType: 'async' }, property
9 addListener: { type: 'function', functionType: 'async' }, property
10 removeListeners: { type: 'function', functionType: 'async' }, property
H A Dsetup.js46 if (property.functionType === 'promise') {
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/
H A DABI49_0_0EXNativeModuleIntrospection.m50 …NSString *functionType = [NSString stringWithCString:ABI49_0_0RCTFunctionDescriptorFromType(method…
52 methodDescriptions[methodName] = @{ @"type": functionType };
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/
H A DABI48_0_0EXNativeModuleIntrospection.m50 …NSString *functionType = [NSString stringWithCString:ABI48_0_0RCTFunctionDescriptorFromType(method…
52 methodDescriptions[methodName] = @{ @"type": functionType };
/expo/ios/Exponent/Versioned/Core/Internal/
H A DEXNativeModuleIntrospection.m50 …NSString *functionType = [NSString stringWithCString:RCTFunctionDescriptorFromType(method.function…
52 methodDescriptions[methodName] = @{ @"type": functionType };
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/
H A DABI47_0_0EXNativeModuleIntrospection.m50 …NSString *functionType = [NSString stringWithCString:ABI47_0_0RCTFunctionDescriptorFromType(method…
52 methodDescriptions[methodName] = @{ @"type": functionType };
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTBridgeMethod.h33 @property (nonatomic, readonly) ABI48_0_0RCTFunctionType functionType;
H A DABI48_0_0RCTModuleMethod.mm507 - (ABI48_0_0RCTFunctionType)functionType
536 if (self.functionType == ABI48_0_0RCTFunctionTypePromise) {
612 ABI48_0_0RCTFunctionDescriptorFromType(self.functionType)];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTBridgeMethod.h33 @property (nonatomic, readonly) ABI49_0_0RCTFunctionType functionType;
H A DABI49_0_0RCTModuleMethod.mm507 - (ABI49_0_0RCTFunctionType)functionType
536 if (self.functionType == ABI49_0_0RCTFunctionTypePromise) {
612 ABI49_0_0RCTFunctionDescriptorFromType(self.functionType)];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTBridgeMethod.h33 @property (nonatomic, readonly) ABI47_0_0RCTFunctionType functionType;
H A DABI47_0_0RCTModuleMethod.mm507 - (ABI47_0_0RCTFunctionType)functionType
536 if (self.functionType == ABI47_0_0RCTFunctionTypePromise) {
612 ABI47_0_0RCTFunctionDescriptorFromType(self.functionType)];
/expo/apps/jest-expo-mock-generator/
H A DApp.js161 functionType: methods[methodName].type,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTCxxMethod.mm40 - (ABI49_0_0RCTFunctionType)functionType
H A DABI49_0_0RCTNativeModule.mm60 …scs.emplace_back(method.JSMethodName, ABI49_0_0RCTFunctionDescriptorFromType(method.functionType));
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/
H A DABI48_0_0RCTCxxMethod.mm40 - (ABI48_0_0RCTFunctionType)functionType
H A DABI48_0_0RCTNativeModule.mm59 …scs.emplace_back(method.JSMethodName, ABI48_0_0RCTFunctionDescriptorFromType(method.functionType));
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/
H A DABI47_0_0RCTCxxMethod.mm40 - (ABI47_0_0RCTFunctionType)functionType
H A DABI47_0_0RCTNativeModule.mm59 …scs.emplace_back(method.JSMethodName, ABI47_0_0RCTFunctionDescriptorFromType(method.functionType));