Home
last modified time | relevance | path

Searched refs:getSyncMethodName (Results 1 – 18 of 18) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/
H A DABI47_0_0RCTNativeModule.h19 std::string getSyncMethodName(unsigned int methodId) override;
H A DABI47_0_0RCTNativeModule.mm49 std::string ABI47_0_0RCTNativeModule::getSyncMethodName(unsigned int methodId)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTNativeModule.h19 std::string getSyncMethodName(unsigned int methodId) override;
H A DABI49_0_0RCTNativeModule.mm50 std::string ABI49_0_0RCTNativeModule::getSyncMethodName(unsigned int methodId)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/
H A DABI48_0_0RCTNativeModule.h19 std::string getSyncMethodName(unsigned int methodId) override;
H A DABI48_0_0RCTNativeModule.mm49 std::string ABI48_0_0RCTNativeModule::getSyncMethodName(unsigned int methodId)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0NativeModule.h34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
H A DABI48_0_0CxxNativeModule.h42 std::string getSyncMethodName(unsigned int methodId) override;
H A DABI48_0_0CxxNativeModule.cpp83 std::string CxxNativeModule::getSyncMethodName(unsigned int ABI48_0_0ReactMethodId) { in getSyncMethodName() function in ABI48_0_0facebook::ABI48_0_0React::CxxNativeModule
H A DABI48_0_0ModuleRegistry.cpp217 return modules_[moduleId]->getSyncMethodName(methodId); in getModuleSyncMethodName()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0NativeModule.h34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
H A DABI47_0_0CxxNativeModule.h42 std::string getSyncMethodName(unsigned int methodId) override;
H A DABI47_0_0CxxNativeModule.cpp83 std::string CxxNativeModule::getSyncMethodName(unsigned int ABI47_0_0ReactMethodId) { in getSyncMethodName() function in ABI47_0_0facebook::ABI47_0_0React::CxxNativeModule
H A DABI47_0_0ModuleRegistry.cpp217 return modules_[moduleId]->getSyncMethodName(methodId); in getModuleSyncMethodName()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0NativeModule.h34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
H A DABI49_0_0CxxNativeModule.h42 std::string getSyncMethodName(unsigned int methodId) override;
H A DABI49_0_0CxxNativeModule.cpp83 std::string CxxNativeModule::getSyncMethodName(unsigned int ABI49_0_0ReactMethodId) { in getSyncMethodName() function in ABI49_0_0facebook::ABI49_0_0React::CxxNativeModule
H A DABI49_0_0ModuleRegistry.cpp216 return modules_[moduleId]->getSyncMethodName(methodId); in getModuleSyncMethodName()