| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI49_0_0RCTNativeModule.mm | 35 unsigned int methodId, 50 std::string ABI49_0_0RCTNativeModule::getSyncMethodName(unsigned int methodId) 52 return m_moduleData.methods[methodId].JSMethodName; 75 void ABI49_0_0RCTNativeModule::invoke(unsigned int methodId, folly::dynamic &¶ms, int callId) 77 id<ABI49_0_0RCTBridgeMethod> method = m_moduleData.methods[methodId]; 87 const char *methodName = m_moduleData.methods[methodId].JSMethodName; 130 methodId, 150 unsigned int methodId, 167 id<ABI49_0_0RCTBridgeMethod> method = moduleData.methods[methodId]; 169 ABI49_0_0RCTLogError(@"Unknown methodID: %ud for module: %@", methodId, moduleData.name); [all …]
|
| H A D | ABI49_0_0RCTNativeModule.h | 19 std::string getSyncMethodName(unsigned int methodId) override; 22 void invoke(unsigned int methodId, folly::dynamic &¶ms, int callId)
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI48_0_0RCTNativeModule.mm | 34 unsigned int methodId, 49 std::string ABI48_0_0RCTNativeModule::getSyncMethodName(unsigned int methodId) 51 return m_moduleData.methods[methodId].JSMethodName; 74 void ABI48_0_0RCTNativeModule::invoke(unsigned int methodId, folly::dynamic &¶ms, int callId) 76 id<ABI48_0_0RCTBridgeMethod> method = m_moduleData.methods[methodId]; 86 const char *methodName = m_moduleData.methods[methodId].JSMethodName; 129 methodId, 149 unsigned int methodId, 166 id<ABI48_0_0RCTBridgeMethod> method = moduleData.methods[methodId]; 168 ABI48_0_0RCTLogError(@"Unknown methodID: %ud for module: %@", methodId, moduleData.name); [all …]
|
| H A D | ABI48_0_0RCTNativeModule.h | 19 std::string getSyncMethodName(unsigned int methodId) override; 22 void invoke(unsigned int methodId, folly::dynamic &¶ms, int callId)
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI47_0_0RCTNativeModule.mm | 34 unsigned int methodId, 49 std::string ABI47_0_0RCTNativeModule::getSyncMethodName(unsigned int methodId) 51 return m_moduleData.methods[methodId].JSMethodName; 74 void ABI47_0_0RCTNativeModule::invoke(unsigned int methodId, folly::dynamic &¶ms, int callId) 77 const char *methodName = m_moduleData.methods[methodId].JSMethodName; 104 …invokeInner(weakBridge, weakModuleData, methodId, std::move(params), callId, isSyncModule ? Sync :… 120 methodId, 140 unsigned int methodId, 157 id<ABI47_0_0RCTBridgeMethod> method = moduleData.methods[methodId]; 159 ABI47_0_0RCTLogError(@"Unknown methodID: %ud for module: %@", methodId, moduleData.name); [all …]
|
| H A D | ABI47_0_0RCTNativeModule.h | 19 std::string getSyncMethodName(unsigned int methodId) override; 22 void invoke(unsigned int methodId, folly::dynamic &¶ms, int callId)
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0MethodCall.h | 21 int methodId; member 27 methodId(meth), in MethodCall()
|
| H A D | ABI48_0_0ModuleRegistry.cpp | 211 unsigned int methodId) { in getModuleSyncMethodName() argument 217 return modules_[moduleId]->getSyncMethodName(methodId); in getModuleSyncMethodName() 222 unsigned int methodId, in callNativeMethod() argument 229 modules_[moduleId]->invoke(methodId, std::move(params), callId); in callNativeMethod() 234 unsigned int methodId, in callSerializableNativeHook() argument 241 methodId, std::move(params)); in callSerializableNativeHook()
|
| H A D | ABI48_0_0ModuleRegistry.h | 54 unsigned int methodId, 59 unsigned int methodId,
|
| H A D | ABI48_0_0JSExecutor.h | 45 unsigned int methodId, 95 const std::string &methodId,
|
| H A D | ABI48_0_0NativeModule.h | 34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
|
| H A D | ABI48_0_0NativeToJsBridge.cpp | 72 call.moduleId, call.methodId, std::move(call.arguments), call.callId); in callNativeModules() 90 unsigned int methodId, in callSerializableNativeHook() argument 93 moduleId, methodId, std::move(args)); in callSerializableNativeHook()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0MethodCall.h | 21 int methodId; member 27 methodId(meth), in MethodCall()
|
| H A D | ABI47_0_0ModuleRegistry.cpp | 211 unsigned int methodId) { in getModuleSyncMethodName() argument 217 return modules_[moduleId]->getSyncMethodName(methodId); in getModuleSyncMethodName() 222 unsigned int methodId, in callNativeMethod() argument 229 modules_[moduleId]->invoke(methodId, std::move(params), callId); in callNativeMethod() 234 unsigned int methodId, in callSerializableNativeHook() argument 241 methodId, std::move(params)); in callSerializableNativeHook()
|
| H A D | ABI47_0_0ModuleRegistry.h | 54 unsigned int methodId, 59 unsigned int methodId,
|
| H A D | ABI47_0_0JSExecutor.h | 45 unsigned int methodId, 95 const std::string &methodId,
|
| H A D | ABI47_0_0NativeModule.h | 34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0MethodCall.h | 21 int methodId; member 27 methodId(meth), in MethodCall()
|
| H A D | ABI49_0_0ModuleRegistry.cpp | 210 unsigned int methodId) { in getModuleSyncMethodName() argument 216 return modules_[moduleId]->getSyncMethodName(methodId); in getModuleSyncMethodName() 221 unsigned int methodId, in callNativeMethod() argument 228 modules_[moduleId]->invoke(methodId, std::move(params), callId); in callNativeMethod() 233 unsigned int methodId, in callSerializableNativeHook() argument 240 methodId, std::move(params)); in callSerializableNativeHook()
|
| H A D | ABI49_0_0ModuleRegistry.h | 54 unsigned int methodId, 59 unsigned int methodId,
|
| H A D | ABI49_0_0JSExecutor.h | 45 unsigned int methodId, 95 const std::string &methodId,
|
| H A D | ABI49_0_0NativeModule.h | 34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI49_0_0JSIExecutor.cpp | 232 const std::string &methodId, in callFunction() argument 235 "JSIExecutor::callFunction", "moduleId", moduleId, "methodId", methodId); in callFunction() 245 ss << "moduleID: " << moduleId << " methodID: " << methodId; in callFunction() 256 methodId, in callFunction() 262 std::runtime_error("Error calling " + moduleId + "." + methodId)); in callFunction() 478 unsigned int methodId = static_cast<unsigned int>(args[1].getNumber()); in nativeCallSyncHook() local 484 methodName = moduleRegistry_->getModuleSyncMethodName(moduleId, methodId); in nativeCallSyncHook() 494 *this, moduleId, methodId, dynamicFromValue(*runtime_, args[2])); in nativeCallSyncHook()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI48_0_0JSIExecutor.cpp | 232 const std::string &methodId, in callFunction() argument 235 "JSIExecutor::callFunction", "moduleId", moduleId, "methodId", methodId); in callFunction() 245 ss << "moduleID: " << moduleId << " methodID: " << methodId; in callFunction() 256 methodId, in callFunction() 262 std::runtime_error("Error calling " + moduleId + "." + methodId)); in callFunction() 478 unsigned int methodId = static_cast<unsigned int>(args[1].getNumber()); in nativeCallSyncHook() local 484 methodName = moduleRegistry_->getModuleSyncMethodName(moduleId, methodId); in nativeCallSyncHook() 494 *this, moduleId, methodId, dynamicFromValue(*runtime_, args[2])); in nativeCallSyncHook()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI47_0_0JSIExecutor.cpp | 234 const std::string &methodId, in callFunction() argument 237 "JSIExecutor::callFunction", "moduleId", moduleId, "methodId", methodId); in callFunction() 247 ss << "moduleID: " << moduleId << " methodID: " << methodId; in callFunction() 258 methodId, in callFunction() 264 std::runtime_error("Error calling " + moduleId + "." + methodId)); in callFunction() 480 unsigned int methodId = static_cast<unsigned int>(args[1].getNumber()); in nativeCallSyncHook() local 486 methodName = moduleRegistry_->getModuleSyncMethodName(moduleId, methodId); in nativeCallSyncHook() 496 *this, moduleId, methodId, dynamicFromValue(*runtime_, args[2])); in nativeCallSyncHook()
|