Home
last modified time | relevance | path

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

/base/security/device_auth/frameworks/src/lite/
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
Dipc_callback_proxy.c49 void CbProxySendRequest(SvcIdentity sid, int32_t callbackId, uintptr_t cbHook, IpcIo *data, IpcIo *… in CbProxySendRequest()
Dipc_dev_auth_stub.c339 void ActCallback(int32_t objIdx, int32_t callbackId, uintptr_t cbHook, IpcIo *dataParcel, IpcIo *re… in ActCallback()
Dipc_adapt.c625 void ProcCbHook(int32_t callbackId, uintptr_t cbHook, in ProcCbHook()
/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/
Dos_account_adapter_mock.cpp32 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
40 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/base/security/device_auth/test/unittest/deviceauth/source/
Dos_account_adapter_mock.c31 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
39 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/base/security/device_auth/test/unittest/tdd_framework/common/src/
Dos_account_adapter_mock.c31 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback()
39 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
/base/security/device_auth/frameworks/src/standard/
Dipc_callback_stub.cpp30 void StubDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack()
62 int32_t callbackId; in OnRemoteRequest() local
Dipc_callback_proxy.cpp28 void ProxyDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack()
Dipc_dev_auth_stub.cpp320 void ServiceDevAuth::ActCallback(int32_t objIdx, int32_t callbackId, bool sync, in ActCallback()
Dipc_adapt.cpp640 void ProcCbHook(int32_t callbackId, uintptr_t cbHook, in ProcCbHook()
/base/security/device_auth/services/frameworks/src/os_account_adapter/
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()
/base/web/webview/ohos_glue/ohos_adapter/bridge/
Dark_location_proxy_adapter_impl.cpp41 bool ArkLocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
Dark_paste_board_client_adapter_impl.cpp94 void ArkPasteBoardClientAdapterImpl::RemovePasteboardChangedObserver(int32_t callbackId) in RemovePasteboardChangedObserver()
/base/print/print_fwk/frameworks/models/print_models/src/
Dprint_utils.cpp64 std::string PrintUtils::EncodeExtensionCid(const std::string &extensionId, uint32_t callbackId) in EncodeExtensionCid()
69 …ntUtils::DecodeExtensionCid(const std::string &cid, std::string &extensionId, uint32_t &callbackId) in DecodeExtensionCid()
/base/web/webview/ohos_glue/ohos_adapter/cpptoc/
Dark_location_proxy_adapter_cpptoc.cpp40 struct _ark_location_proxy_adapter_t* self, int32_t callbackId) in ark_location_proxy_adapter_stop_locating()
Dark_paste_board_client_adapter_cpptoc.cpp118 struct _ark_paste_board_client_adapter_t* self, int32_t callbackId) in ark_paste_board_client_adapter_remove_pasteboard_changed_observer()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_utils_test.cpp171 uint32_t callbackId; variable
186 uint32_t callbackId = 0; variable
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_mock.cpp120 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
Dlocation_proxy_adapter_impl.cpp283 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
Dprint_manager_client.cpp704 uint32_t callbackId, PrintExtCallback cb) in RegisterExtCallback()
733 uint32_t callbackId, PrintJobCallback cb) in RegisterExtCallback()
764 uint32_t callbackId, PrinterCapabilityCallback cb) in RegisterExtCallback()
795 uint32_t callbackId, PrinterCallback cb) in RegisterExtCallback()
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
Dframework_executor_callback.cpp42 uint32_t callbackId = GenerateExecutorCallbackId(); in FrameworkExecutorCallback() local
410 static uint32_t callbackId = 0; in GenerateExecutorCallbackId() local
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp567 int32_t callbackId) in RemovePasteboardChangedObserver()
/base/print/print_fwk/services/print_service/src/
Dprint_service_ability.cpp1256 uint32_t callbackId = 0; in RegisterExtCallback() local
1307 …for (uint32_t callbackId = PRINT_EXTCB_START_DISCOVERY; callbackId < PRINT_EXTCB_MAX; callbackId++… in UnregisterAllExtCallback() local