Home
last modified time | relevance | path

Searched refs:getConstants (Results 1 – 25 of 244) sorted by relevance

12345678910

/expo/packages/expo-modules-core/ios/Tests/
H A DConstantsSpec.swift15 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 DConstantsSpec.swift15 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 DABI48_0_0SharedProxyCxxModule.h28 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 DABI47_0_0SharedProxyCxxModule.h28 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 DABI49_0_0SharedProxyCxxModule.h28 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 DScopedFileSystemModule.kt13 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 DScopedFileSystemModule.kt13 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 DexpoModules.js14 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 DRCTExport.d.ts11 getConstants?(): {}; method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/TurboModule/
H A DRCTExport.d.ts11 getConstants?(): {}; method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTCxxModule.mm70 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 DABI48_0_0RCTCxxModule.mm70 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 DABI47_0_0RCTCxxModule.mm70 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 DMediaLibraryEnums.kt14 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 DABI49_0_0RCTSourceCode.mm35 return [self getConstants];
38 - (NSDictionary<NSString *, id> *)getConstants
H A DABI49_0_0RCTI18nManager.mm46 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 DMediaLibraryEnums.kt14 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 DABI47_0_0RCTSourceCode.mm35 return [self getConstants];
38 - (NSDictionary<NSString *, id> *)getConstants
H A DABI47_0_0RCTI18nManager.mm46 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 DMediaLibraryEnums.kt14 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 DABI48_0_0RCTSourceCode.mm35 return [self getConstants];
38 - (NSDictionary<NSString *, id> *)getConstants
H A DABI48_0_0RCTI18nManager.mm46 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 DMediaLibraryEnums.kt14 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 DI18nManager.d.ts11 getConstants: () => { property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ReactNative/
H A DI18nManager.d.ts11 getConstants: () => { property

12345678910