Home
last modified time | relevance | path

Searched defs:callBackId (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_syscap_module.cpp35 void JsiSyscapModule::RemoveCallBack(uint32_t callBackId) in RemoveCallBack() argument
61 bool JsiSyscapModule::GetCallBack(uint32_t callBackId, shared_ptr<JsValue>& func, in GetCallBack() argument
H A Djsi_timer_module.cpp128 void JsiTimerModule::RemoveCallBack(uint32_t callBackId) in RemoveCallBack() argument
139 bool JsiTimerModule::GetCallBack(uint32_t callBackId, shared_ptr<JsValue>& func, in GetCallBack() argument
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp326 int32_t OH_NetConn_UnregisterNetConnCallback(uint32_t callBackId) in OH_NetConn_UnregisterNetConnCallback() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp253 void PluginFrontendDelegate::SetCallBackResult(const std::string& callBackId, const std::string& result) {} in SetCallBackResult() argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1004 void PluginFrontendDelegate::SetCallBackResult(const std::string& callBackId, const std::string& result) in SetCallBackResult() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp1151 void FrontendDelegateImpl::SetCallBackResult(const std::string& callBackId, const std::string& result) in SetCallBackResult() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp2148 void FrontendDelegateDeclarative::SetCallBackResult(const std::string& callBackId, const std::string& result) in SetCallBackResult() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp616 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

Completed in 21 milliseconds