Home
last modified time | relevance | path

Searched defs:callbackId (Results 1 – 25 of 99) sorted by relevance

1234

/ohos5.0/base/security/device_auth/frameworks/src/lite/
H A Dipc_callback_stub.c29 static void DoCallBack(int32_t callbackId, uintptr_t cbHook, IpcIo *data, IpcIo *reply) in DoCallBack()
57 int32_t callbackId; in CbStubOnRemoteRequest() local
H A Dipc_callback_proxy.c49 void CbProxySendRequest(SvcIdentity sid, int32_t callbackId, uintptr_t cbHook, IpcIo *data, IpcIo *… in CbProxySendRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h64 … void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override {} in SendCallbackMessage()
68 …void TransferComponentResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) … in TransferComponentResponseData()
69 …void TransferJsResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const o… in TransferJsResponseData()
81 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
82 …void TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const over… in TransferJsEventData()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_callback_stub.cpp30 void StubDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack()
62 int32_t callbackId; in OnRemoteRequest() local
H A Dipc_callback_proxy.cpp28 void ProxyDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.cpp30 int32_t callbackId = callbackIds_++; in SendMessage() local
47 void PlatformBridge::HandleCallback(int32_t callbackId, std::vector<uint8_t>&& messageData) in HandleCallback()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dos_account_adapter_mock.c31 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
39 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/common/src/
H A Dos_account_adapter_mock.c31 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
39 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/
H A Dos_account_adapter_mock.cpp32 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
40 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp132 int32_t callbackId = groupJsBridge->GetPendingCallbackIdAndIncrement(); in ProcessJsRequest() local
200 int32_t callbackId = groupJsBridge->GetPendingCallbackIdAndIncrement(); in ProcessJsRequest() local
332 const shared_ptr<JsValue>& localEventCallbackFunc, int32_t callbackId, int32_t requestId) in SetEventGroupCallBackFuncs()
348 void JsiGroupJsBridge::RemoveEventGroupCallBackFuncs(int32_t callbackId) in RemoveEventGroupCallBackFuncs()
377 ParseJsDataResult errorType, const shared_ptr<JsRuntime>& runtime, int32_t callbackId) in ProcessParseJsError()
408 int32_t resolveCallbackIndex, int32_t rejectCallbackIndex, int32_t callbackId) in SetModuleGroupCallbackFuncs()
503 void JsiGroupJsBridge::TriggerModuleJsCallback(int32_t callbackId, int32_t code, std::vector<uint8_… in TriggerModuleJsCallback()
551 int32_t callbackId, int32_t errorCode, std::string&& errorMessage) in TriggerModulePluginGetErrorCallback()
585 void JsiGroupJsBridge::CallEventJsCallback(int32_t callbackId, std::vector<uint8_t>&& eventData) in CallEventJsCallback()
622 void JsiGroupJsBridge::TriggerEventJsCallback(int32_t callbackId, int32_t code, std::vector<uint8_t… in TriggerEventJsCallback()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp113 int32_t callbackId = groupJsBridge->GetPendingCallbackIdAndIncrement(); in ProcessJsRequest() local
216 const shared_ptr<JsValue>& localEventCallbackFunc, int32_t callbackId, int32_t requestId) in SetEventGroupCallBackFuncs()
230 void JsiDeclarativeGroupJsBridge::RemoveEventGroupCallBackFuncs(int32_t callbackId) in RemoveEventGroupCallBackFuncs()
258 ParseJsDataResult errorType, const shared_ptr<JsRuntime>& runtime, int32_t callbackId) in ProcessParseJsError()
287 int32_t resolveCallbackIndex, int32_t rejectCallbackIndex, int32_t callbackId) in SetModuleGroupCallbackFuncs()
373 int32_t callbackId, int32_t code, std::vector<uint8_t>&& messageData) in TriggerModuleJsCallback()
394 int32_t callbackId, int32_t code, const shared_ptr<JsValue>& callBackResult) in CallModuleJsCallback()
418 int32_t callbackId, int32_t errorCode, std::string&& errorMessage) in TriggerModulePluginGetErrorCallback()
443 void JsiDeclarativeGroupJsBridge::CallEventJsCallback(int32_t callbackId, std::vector<uint8_t>&& ev… in CallEventJsCallback()
477 int32_t callbackId, int32_t code, std::vector<uint8_t>&& eventData) in TriggerEventJsCallback()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h160 … void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override {} in SendCallbackMessage()
162 …void TransferComponentResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) … in TransferComponentResponseData()
163 …void TransferJsResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const o… in TransferJsResponseData()
164 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
165 …void TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const over… in TransferJsEventData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_state_machine.h132 void HgmStateMachine<State, Event>::UnRegisterEnterStateCallback(State state, int32_t callbackId) in UnRegisterEnterStateCallback()
144 void HgmStateMachine<State, Event>::UnRegisterExitStateCallback(State state, int32_t callbackId) in UnRegisterExitStateCallback()
174 StateChangeCallbacksType& callbacks, State state, int32_t callbackId) in UnRegisterStateChangeCallback()
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp33 EventCallbackId callbackId; member
164 static bool IsCallbackExist(EventCallbackId callbackId) in IsCallbackExist()
263 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
287 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dgroup_js_bridge.h47 virtual bool ForwardToWorker(int32_t callbackId) in ForwardToWorker()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/removepasteboardchangedobserver_fuzzer/
H A Dremovepasteboardchangedobserver_fuzzer.cpp33 int32_t callbackId = static_cast<int32_t>(size); in RemovePasteboardChangedObserverFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_timer_module.cpp47 uint32_t callbackId = JsiTimerModule::GetInstance()->AddCallBack(argv[0], callBackParams); in SetTimeoutOrInterval() local
56 uint32_t callbackId = JsiTimerModule::GetInstance()->AddCallBack(argv[0], callBackParams); in SetTimeoutOrInterval() local
80 uint32_t callbackId = static_cast<uint32_t>(argv[0]->ToInt32(runtime)); in ClearTimeoutOrInterval() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp44 void PluginFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) co… in SendCallbackMessage() argument
48 void PluginFrontend::TransferComponentResponseData(int callbackId, int32_t code, std::vector<uint8_… in TransferComponentResponseData()
50 void PluginFrontend::TransferJsResponseData(int callbackId, int32_t code, std::vector<uint8_t>&& da… in TransferJsResponseData()
53 void PluginFrontend::TransferJsResponseDataPreview(int callbackId, int32_t code, ResponseData respo… in TransferJsResponseDataPreview()
59 void PluginFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& erro… in TransferJsPluginGetError()
61 void PluginFrontend::TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& d… in TransferJsEventData()
/ohos5.0/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/src/
H A Dnet_connection.cpp290 uint32_t timeout, uint32_t *callbackId) in OH_NetConn_RegisterNetConnCallback()
311 …Conn_RegisterDefaultNetConnCallback(NetConn_NetConnCallback *netConnCallback, uint32_t *callbackId) in OH_NetConn_RegisterDefaultNetConnCallback()
344 …egisterAppHttpProxyCallback(OH_NetConn_AppHttpProxyChange appHttpProxyChange, uint32_t *callbackId) in OH_NetConn_RegisterAppHttpProxyCallback()
369 void OH_NetConn_UnregisterAppHttpProxyCallback(uint32_t callbackId) in OH_NetConn_UnregisterAppHttpProxyCallback()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_proxy_adapter_wrapper.cpp41 bool ArkLocationProxyAdapterWrapper::StopLocating(int32_t callbackId) in StopLocating()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_proxy_adapter_impl.cpp41 bool ArkLocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp431const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeFrontendDelegate()
440 const std::string& callbackId, const std::string& args) { in InitializeFrontendDelegate()
449 const std::string& callbackId, uint64_t timeStamp) { in InitializeFrontendDelegate()
458 const std::string& callbackId, const std::string& args) { in InitializeFrontendDelegate()
509 void JsFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) const in SendCallbackMessage() argument
523 void JsFrontend::TransferComponentResponseData(int callbackId, int32_t code, std::vector<uint8_t>&&… in TransferComponentResponseData()
530 void JsFrontend::TransferJsResponseData(int callbackId, int32_t code, std::vector<uint8_t>&& data) … in TransferJsResponseData()
538 void JsFrontend::TransferJsResponseDataPreview(int callbackId, int32_t code, ResponseData responseD… in TransferJsResponseDataPreview()
546 void JsFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& errorMes… in TransferJsPluginGetError()
553 void JsFrontend::TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data)… in TransferJsEventData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h63 … void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override {} in SendCallbackMessage()
66 …void TransferComponentResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) … in TransferComponentResponseData()
67 …void TransferJsResponseData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const o… in TransferJsResponseData()
68 …void TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& data) const over… in TransferJsEventData()
69 …void TransferJsPluginGetError(int32_t callbackId, int32_t errorCode, std::string&& errorMessage) c… in TransferJsPluginGetError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp320const std::string& callbackId, const std::string& delay, bool isInterval) { in InitializeFrontendDelegate()
327 const std::string& callbackId, const std::string& args) { in InitializeFrontendDelegate()
334 const std::string& callbackId, uint64_t timeStamp) { in InitializeFrontendDelegate()
341 const std::string& callbackId, const std::string& args) { in InitializeFrontendDelegate()
436 void PluginFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) co… in SendCallbackMessage() argument
448 void PluginFrontend::TransferComponentResponseData(int callbackId, int32_t code, std::vector<uint8_… in TransferComponentResponseData()
454 void PluginFrontend::TransferJsResponseData(int callbackId, int32_t code, std::vector<uint8_t>&& da… in TransferJsResponseData()
461 void PluginFrontend::TransferJsResponseDataPreview(int callbackId, int32_t code, ResponseData respo… in TransferJsResponseDataPreview()
467 void PluginFrontend::TransferJsPluginGetError(int callbackId, int32_t errorCode, std::string&& erro… in TransferJsPluginGetError()
473 void PluginFrontend::TransferJsEventData(int32_t callbackId, int32_t code, std::vector<uint8_t>&& d… in TransferJsEventData()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/application_context/
H A Dapplication_context.js92 unregisterAbilityLifecycleCallback(callbackId, callback) { argument
100 unregisterEnvironmentCallback(callbackId, envcallback) { argument
108 off(type, callbackId, callback) { argument

1234