Searched defs:callBackId (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_syscap_module.cpp | 37 void JsiSyscapModule::RemoveCallBack(uint32_t callBackId) in RemoveCallBack() 63 bool JsiSyscapModule::GetCallBack(uint32_t callBackId, shared_ptr<JsValue>& func, in GetCallBack()
|
H A D | jsi_timer_module.cpp | 128 void JsiTimerModule::RemoveCallBack(uint32_t callBackId) in RemoveCallBack() 139 bool JsiTimerModule::GetCallBack(uint32_t callBackId, shared_ptr<JsValue>& func, in GetCallBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 176 void SetCallBackResult(const std::string& callBackId, const std::string& result) override {} in SetCallBackResult()
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/ |
H A D | net_connection.cpp | 326 int32_t OH_NetConn_UnregisterNetConnCallback(uint32_t callBackId) in OH_NetConn_UnregisterNetConnCallback()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 253 void PluginFrontendDelegate::SetCallBackResult(const std::string& callBackId, const std::string& re… in SetCallBackResult()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 616 shared_ptr<JsValue> callBackId = arg->GetElement(runtime, 1); in GetPackageInfo() local 1001 std::string callBackId = arg->GetElement(runtime, 0)->ToString(runtime); in SetTimer() local 1017 std::string callBackId = arg->GetElement(runtime, 0)->ToString(runtime); in ClearTimeout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 1020 void PluginFrontendDelegate::SetCallBackResult(const std::string& callBackId, const std::string& re… in SetCallBackResult()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 1151 void FrontendDelegateImpl::SetCallBackResult(const std::string& callBackId, const std::string& resu… in SetCallBackResult()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 2144 void FrontendDelegateDeclarative::SetCallBackResult(const std::string& callBackId, const std::strin… in SetCallBackResult()
|