Home
last modified time | relevance | path

Searched refs:methodId (Results 1 – 25 of 36) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTNativeModule.mm35 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 &&params, 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 DABI49_0_0RCTNativeModule.h19 std::string getSyncMethodName(unsigned int methodId) override;
22 void invoke(unsigned int methodId, folly::dynamic &&params, int callId)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/
H A DABI48_0_0RCTNativeModule.mm34 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 &&params, 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 DABI48_0_0RCTNativeModule.h19 std::string getSyncMethodName(unsigned int methodId) override;
22 void invoke(unsigned int methodId, folly::dynamic &&params, int callId)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/
H A DABI47_0_0RCTNativeModule.mm34 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 &&params, 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 DABI47_0_0RCTNativeModule.h19 std::string getSyncMethodName(unsigned int methodId) override;
22 void invoke(unsigned int methodId, folly::dynamic &&params, int callId)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0MethodCall.h21 int methodId; member
27 methodId(meth), in MethodCall()
H A DABI48_0_0ModuleRegistry.cpp211 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 DABI48_0_0ModuleRegistry.h54 unsigned int methodId,
59 unsigned int methodId,
H A DABI48_0_0JSExecutor.h45 unsigned int methodId,
95 const std::string &methodId,
H A DABI48_0_0NativeModule.h34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
H A DABI48_0_0NativeToJsBridge.cpp72 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 DABI47_0_0MethodCall.h21 int methodId; member
27 methodId(meth), in MethodCall()
H A DABI47_0_0ModuleRegistry.cpp211 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 DABI47_0_0ModuleRegistry.h54 unsigned int methodId,
59 unsigned int methodId,
H A DABI47_0_0JSExecutor.h45 unsigned int methodId,
95 const std::string &methodId,
H A DABI47_0_0NativeModule.h34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0MethodCall.h21 int methodId; member
27 methodId(meth), in MethodCall()
H A DABI49_0_0ModuleRegistry.cpp210 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 DABI49_0_0ModuleRegistry.h54 unsigned int methodId,
59 unsigned int methodId,
H A DABI49_0_0JSExecutor.h45 unsigned int methodId,
95 const std::string &methodId,
H A DABI49_0_0NativeModule.h34 virtual std::string getSyncMethodName(unsigned int methodId) = 0;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI49_0_0JSIExecutor.cpp232 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 DABI48_0_0JSIExecutor.cpp232 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 DABI47_0_0JSIExecutor.cpp234 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()

12