| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ConstantsSpec.swift | 15 expect(holder.getConstants()["test"] as? Int) == 123 in spec() 22 expect(holder.getConstants()["test"] as? Int) == 123 in spec() 30 let consts = holder.getConstants() in spec()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ConstantsSpec.swift | 15 expect(holder.getConstants()["test"] as? Int) == 123 in spec() 22 expect(holder.getConstants()["test"] as? Int) == 123 in spec() 30 let consts = holder.getConstants() in spec()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0SharedProxyCxxModule.h | 28 auto getConstants() -> std::map<std::string, folly::dynamic> override { 29 return shared_->getConstants();
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0SharedProxyCxxModule.h | 28 auto getConstants() -> std::map<std::string, folly::dynamic> override { 29 return shared_->getConstants();
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0SharedProxyCxxModule.h | 28 auto getConstants() -> std::map<std::string, folly::dynamic> override { 29 return shared_->getConstants();
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFileSystemModule.kt | 13 override fun getConstants(): Map<String, Any?> { in getConstants() method 14 return super.getConstants().toMutableMap().apply { in getConstants()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFileSystemModule.kt | 13 override fun getConstants(): Map<String, Any?> { in getConstants() method 14 return super.getConstants().toMutableMap().apply { in getConstants()
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 14 getConstants: { type: 'function' }, property 25 getConstants: { type: 'function' }, property 49 getConstants: { type: 'function' }, property 57 getConstants: { type: 'function' }, property 70 getConstants: { type: 'function' }, property 80 getConstants: { type: 'function' }, property 94 getConstants: { type: 'function' }, property 101 getConstants: { type: 'function' }, property 666 getConstants: { type: 'function' }, property 873 getConstants: { type: 'function' }, property [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/TurboModule/ |
| H A D | RCTExport.d.ts | 11 getConstants?(): {}; method
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/TurboModule/ |
| H A D | RCTExport.d.ts | 11 getConstants?(): {}; method
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI49_0_0RCTCxxModule.mm | 70 return [self getConstants]; 73 - (NSDictionary<NSString *, id> *)getConstants 81 for (const auto &c : _module->getConstants()) {
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI48_0_0RCTCxxModule.mm | 70 return [self getConstants]; 73 - (NSDictionary<NSString *, id> *)getConstants 81 for (const auto &c : _module->getConstants()) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI47_0_0RCTCxxModule.mm | 70 return [self getConstants]; 73 - (NSDictionary<NSString *, id> *)getConstants 81 for (const auto &c : _module->getConstants()) {
|
| /expo/packages/expo-media-library/android/src/main/java/expo/modules/medialibrary/ |
| H A D | MediaLibraryEnums.kt | 14 fun getConstants() = values().associate { Pair(it.apiName, it.apiName) } in <lambda>() method 31 fun getConstants() = values().associate { Pair(it.keyName, it.keyName) } in <lambda>() method
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTSourceCode.mm | 35 return [self getConstants]; 38 - (NSDictionary<NSString *, id> *)getConstants
|
| H A D | ABI49_0_0RCTI18nManager.mm | 46 return [self getConstants]; 49 - (NSDictionary *)getConstants
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/medialibrary/ |
| H A D | MediaLibraryEnums.kt | 14 fun getConstants() = values().associate { Pair(it.apiName, it.apiName) } in <lambda>() method 31 fun getConstants() = values().associate { Pair(it.keyName, it.keyName) } in <lambda>() method
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTSourceCode.mm | 35 return [self getConstants]; 38 - (NSDictionary<NSString *, id> *)getConstants
|
| H A D | ABI47_0_0RCTI18nManager.mm | 46 return [self getConstants]; 49 - (NSDictionary *)getConstants
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/medialibrary/ |
| H A D | MediaLibraryEnums.kt | 14 fun getConstants() = values().associate { Pair(it.apiName, it.apiName) } in <lambda>() method 31 fun getConstants() = values().associate { Pair(it.keyName, it.keyName) } in <lambda>() method
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTSourceCode.mm | 35 return [self getConstants]; 38 - (NSDictionary<NSString *, id> *)getConstants
|
| H A D | ABI48_0_0RCTI18nManager.mm | 46 return [self getConstants]; 49 - (NSDictionary *)getConstants
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/medialibrary/ |
| H A D | MediaLibraryEnums.kt | 14 fun getConstants() = values().map { Pair(it.apiName, it.apiName) }.toMap() in <lambda>() method 31 fun getConstants() = values().map { Pair(it.keyName, it.keyName) }.toMap() in <lambda>() method
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/ReactNative/ |
| H A D | I18nManager.d.ts | 11 getConstants: () => { property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ReactNative/ |
| H A D | I18nManager.d.ts | 11 getConstants: () => { property
|