/base/security/device_auth/frameworks/src/lite/ |
D | ipc_callback_stub.c | 29 static void DoCallBack(int32_t callbackId, uintptr_t cbHook, IpcIo *data, IpcIo *reply) in DoCallBack() 57 int32_t callbackId; in CbStubOnRemoteRequest() local
|
D | ipc_callback_proxy.c | 49 void CbProxySendRequest(SvcIdentity sid, int32_t callbackId, uintptr_t cbHook, IpcIo *data, IpcIo *… in CbProxySendRequest()
|
D | ipc_dev_auth_stub.c | 339 void ActCallback(int32_t objIdx, int32_t callbackId, uintptr_t cbHook, IpcIo *dataParcel, IpcIo *re… in ActCallback()
|
D | ipc_adapt.c | 625 void ProcCbHook(int32_t callbackId, uintptr_t cbHook, in ProcCbHook()
|
/base/security/device_auth/services/frameworks/src/os_account_adapter_mock/ |
D | os_account_adapter_mock.cpp | 32 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback() 40 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
D | os_account_adapter_mock.c | 31 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/ |
D | os_account_adapter_mock.c | 31 void AddOsAccountEventCallback(EventCallbackId callbackId, OsAccountCallbackFunc unlockFunc, in AddOsAccountEventCallback() 39 void RemoveOsAccountEventCallback(EventCallbackId callbackId) in RemoveOsAccountEventCallback()
|
/base/security/device_auth/frameworks/src/standard/ |
D | ipc_callback_stub.cpp | 30 void StubDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack() 62 int32_t callbackId; in OnRemoteRequest() local
|
D | ipc_callback_proxy.cpp | 28 void ProxyDevAuthCb::DoCallBack(int32_t callbackId, uintptr_t cbHook, in DoCallBack()
|
D | ipc_dev_auth_stub.cpp | 320 void ServiceDevAuth::ActCallback(int32_t objIdx, int32_t callbackId, bool sync, in ActCallback()
|
D | ipc_adapt.cpp | 640 void ProcCbHook(int32_t callbackId, uintptr_t cbHook, in ProcCbHook()
|
/base/security/device_auth/services/frameworks/src/os_account_adapter/ |
D | os_account_adapter.cpp | 33 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/ |
D | ark_location_proxy_adapter_impl.cpp | 41 bool ArkLocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
|
D | ark_paste_board_client_adapter_impl.cpp | 94 void ArkPasteBoardClientAdapterImpl::RemovePasteboardChangedObserver(int32_t callbackId) in RemovePasteboardChangedObserver()
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
D | print_utils.cpp | 64 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/ |
D | ark_location_proxy_adapter_cpptoc.cpp | 40 struct _ark_location_proxy_adapter_t* self, int32_t callbackId) in ark_location_proxy_adapter_stop_locating()
|
D | ark_paste_board_client_adapter_cpptoc.cpp | 118 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/ |
D | print_utils_test.cpp | 171 uint32_t callbackId; variable 186 uint32_t callbackId = 0; variable
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_proxy_adapter_mock.cpp | 120 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
|
D | location_proxy_adapter_impl.cpp | 283 bool LocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
D | print_manager_client.cpp | 704 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/ |
D | framework_executor_callback.cpp | 42 uint32_t callbackId = GenerateExecutorCallbackId(); in FrameworkExecutorCallback() local 410 static uint32_t callbackId = 0; in GenerateExecutorCallbackId() local
|
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
D | pasteboard_client_adapter_impl.cpp | 567 int32_t callbackId) in RemovePasteboardChangedObserver()
|
/base/print/print_fwk/services/print_service/src/ |
D | print_service_ability.cpp | 1256 uint32_t callbackId = 0; in RegisterExtCallback() local 1307 …for (uint32_t callbackId = PRINT_EXTCB_START_DISCOVERY; callbackId < PRINT_EXTCB_MAX; callbackId++… in UnregisterAllExtCallback() local
|