/base/usb/usb_manager/test/native/mock/src/ |
D | usb_bulkcallback_mock_test.cpp | 163 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 186 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 209 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 236 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 262 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 296 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 330 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 366 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 402 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 436 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable [all …]
|
/base/security/device_security_level/services/dslm/ |
D | dslm_credential.c | 30 static ProcessDslmCredFunctions cb = {NULL, NULL, NULL, 0, {0}}; in GetFunctionCb() local 39 ProcessDslmCredFunctions *cb = GetFunctionCb(); in InitDslmCredentialFunctions() local 47 ProcessDslmCredFunctions *cb = GetFunctionCb(); in DefaultRequestDslmCred() local 59 ProcessDslmCredFunctions *cb = GetFunctionCb(); in DefaultVerifyDslmCred() local 70 ProcessDslmCredFunctions *cb = GetFunctionCb(); in DefaultInitDslmCred() local 84 ProcessDslmCredFunctions *cb = GetFunctionCb(); in GetSupportedCredTypes() local
|
/base/update/updater/services/ui/control/ |
D | event_listener.h | 39 explicit CallBackDecorator(Callback cb) : cb_(cb) {} in CallBackDecorator() 50 LabelOnTouchListener(Callback cb, bool isConsumed) in LabelOnTouchListener() 62 BtnOnEventListener(Callback cb, bool isConsumed) in BtnOnEventListener() 77 BtnOnDragListener(Callback cb, bool isConsumed) in BtnOnDragListener()
|
D | callback_manager.cpp | 52 bool CallbackManager::RegisterFunc(const std::string &name, Callback cb) in RegisterFunc() 87 for (auto &cb : callbackCfgs_) { in Init() local
|
/base/update/updateservice/services/firmware/upgrade/install/src/ |
D | firmware_install.cpp | 32 …all::StartInstall(const std::vector<FirmwareComponent> &componentList, FirmwareInstallCallback &cb) in StartInstall() 65 void FirmwareInstall::CallbackFailedResult(FirmwareInstallCallback &cb, const std::string &errorMsg… in CallbackFailedResult() 71 void FirmwareInstall::CallbackResult(FirmwareInstallCallback &cb, const bool result) in CallbackResult()
|
/base/msdp/device_status/services/interaction/drag/include/ |
D | drag_manager.h | 69 … std::function<void (std::shared_ptr<MMI::PointerEvent>)> cb) : context_(context), callback_(cb) {} in InterceptorConsumer() 82 …explicit MonitorConsumer(std::function<void (std::shared_ptr<MMI::PointerEvent>)> cb) : callback_(… in MonitorConsumer()
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
D | usb_bulkcallback_test.cpp | 117 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 165 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 213 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 263 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 313 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 363 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 411 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 464 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 517 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable 572 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); variable [all …]
|
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/ |
D | js_event_target.cpp | 45 void JsEventTarget::EmitJsPrepare(sptr<JsUtil::CallbackInfo> cb, const std::string& deviceId, Coord… in EmitJsPrepare() 72 void JsEventTarget::EmitJsActivate(sptr<JsUtil::CallbackInfo> cb, const std::string& deviceId, Coor… in EmitJsActivate() 99 void JsEventTarget::EmitJsDeactivate(sptr<JsUtil::CallbackInfo> cb, const std::string& deviceId, in EmitJsDeactivate() 127 void JsEventTarget::EmitJsGetCrossingSwitchState(sptr<JsUtil::CallbackInfo> cb, bool state) in EmitJsGetCrossingSwitchState() 211 …e JsEventTarget::CreateCallbackInfo(napi_env env, napi_value handle, sptr<JsUtil::CallbackInfo> cb) in CreateCallbackInfo() 271 sptr<JsUtil::CallbackInfo> cb(static_cast<JsUtil::CallbackInfo *>(work->data)); in CallPreparePromiseWork() local 314 sptr<JsUtil::CallbackInfo> cb(static_cast<JsUtil::CallbackInfo *>(work->data)); in CallPrepareAsyncWork() local 349 sptr<JsUtil::CallbackInfo> cb(static_cast<JsUtil::CallbackInfo *>(work->data)); in CallActivatePromiseWork() local 392 sptr<JsUtil::CallbackInfo> cb(static_cast<JsUtil::CallbackInfo *>(work->data)); in CallActivateAsyncWork() local 427 sptr<JsUtil::CallbackInfo> cb(static_cast<JsUtil::CallbackInfo *>(work->data)); in CallDeactivatePromiseWork() local [all …]
|
D | js_util.cpp | 32 napi_value JsUtil::GetPrepareInfo(sptr<CallbackInfo> cb) in GetPrepareInfo() 39 napi_value JsUtil::GetActivateInfo(sptr<CallbackInfo> cb) in GetActivateInfo() 46 napi_value JsUtil::GetDeactivateInfo(sptr<CallbackInfo> cb) in GetDeactivateInfo() 53 napi_value JsUtil::GetCrossingSwitchStateInfo(sptr<CallbackInfo> cb) in GetCrossingSwitchStateInfo()
|
D | js_coordination_manager.cpp | 33 sptr<JsUtil::CallbackInfo> cb = new (std::nothrow) JsUtil::CallbackInfo(); in Prepare() local 48 sptr<JsUtil::CallbackInfo> cb = new (std::nothrow) JsUtil::CallbackInfo(); in Unprepare() local 64 sptr<JsUtil::CallbackInfo> cb = new (std::nothrow) JsUtil::CallbackInfo(); in Activate() local 79 sptr<JsUtil::CallbackInfo> cb = new (std::nothrow) JsUtil::CallbackInfo(); in Deactivate() local 94 sptr<JsUtil::CallbackInfo> cb = new (std::nothrow) JsUtil::CallbackInfo(); in GetCrossingSwitchState() local
|
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
D | js_util_cooperate.cpp | 32 napi_value JsUtilCooperate::GetEnableInfo(sptr<CallbackInfo> cb) in GetEnableInfo() 39 napi_value JsUtilCooperate::GetStartInfo(sptr<CallbackInfo> cb) in GetStartInfo() 46 napi_value JsUtilCooperate::GetStopInfo(sptr<CallbackInfo> cb) in GetStopInfo() 53 napi_value JsUtilCooperate::GetStateInfo(sptr<CallbackInfo> cb) in GetStateInfo()
|
D | js_event_cooperate_target.cpp | 48 void JsEventCooperateTarget::EmitJsEnable(sptr<JsUtilCooperate::CallbackInfo> cb, in EmitJsEnable() 76 void JsEventCooperateTarget::EmitJsStart(sptr<JsUtilCooperate::CallbackInfo> cb, in EmitJsStart() 104 void JsEventCooperateTarget::EmitJsStop(sptr<JsUtilCooperate::CallbackInfo> cb, in EmitJsStop() 132 void JsEventCooperateTarget::EmitJsGetState(sptr<JsUtilCooperate::CallbackInfo> cb, bool state) in EmitJsGetState() 216 napi_value handle, sptr<JsUtilCooperate::CallbackInfo> cb) in CreateCallbackInfo() 278 … sptr<JsUtilCooperate::CallbackInfo> cb(static_cast<JsUtilCooperate::CallbackInfo *>(work->data)); in CallEnablePromiseWork() local 321 … sptr<JsUtilCooperate::CallbackInfo> cb(static_cast<JsUtilCooperate::CallbackInfo *>(work->data)); in CallEnableAsyncWork() local 356 … sptr<JsUtilCooperate::CallbackInfo> cb(static_cast<JsUtilCooperate::CallbackInfo *>(work->data)); in CallStartPromiseWork() local 399 … sptr<JsUtilCooperate::CallbackInfo> cb(static_cast<JsUtilCooperate::CallbackInfo *>(work->data)); in CallStartAsyncWork() local 434 … sptr<JsUtilCooperate::CallbackInfo> cb(static_cast<JsUtilCooperate::CallbackInfo *>(work->data)); in CallStopPromiseWork() local [all …]
|
D | js_cooperate_manager.cpp | 33 sptr<JsUtilCooperate::CallbackInfo> cb = new (std::nothrow) JsUtilCooperate::CallbackInfo(); in Enable() local 54 sptr<JsUtilCooperate::CallbackInfo> cb = new (std::nothrow) JsUtilCooperate::CallbackInfo(); in Start() local 69 sptr<JsUtilCooperate::CallbackInfo> cb = new (std::nothrow) JsUtilCooperate::CallbackInfo(); in Stop() local 85 sptr<JsUtilCooperate::CallbackInfo> cb = new (std::nothrow) JsUtilCooperate::CallbackInfo(); in GetState() local
|
/base/msdp/device_status/test/systemtest/src/ |
D | devicestatus_client_test.cpp | 61 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) DeviceStatusClientTestCallback(); variable 84 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) DeviceStatusClientTestCallback(); variable 107 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) DeviceStatusClientTestCallback(); variable 130 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) DeviceStatusClientTestCallback(); variable 153 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) DeviceStatusClientTestCallback(); variable 176 sptr<IRemoteDevStaCallback> cb = new (std::nothrow) DeviceStatusClientTestCallback(); variable
|
/base/security/code_signature/test/unittest/ |
D | local_code_sign_test.cpp | 147 LocalCodeSignLoadCallback cb; variable 159 LocalCodeSignLoadCallback cb; variable 171 LocalCodeSignLoadCallback cb; variable
|
/base/print/print_fwk/frameworks/innerkitsimpl/src/ |
D | print_extension_callback_stub.cpp | 87 void PrintExtensionCallbackStub::SetExtCallback(PrintExtCallback cb) in SetExtCallback() 92 void PrintExtensionCallbackStub::SetPrintJobCallback(PrintJobCallback cb) in SetPrintJobCallback() 97 void PrintExtensionCallbackStub::SetPrinterCallback(PrinterCallback cb) in SetPrinterCallback() 102 void PrintExtensionCallbackStub::SetCapabilityCallback(PrinterCapabilityCallback cb) in SetCapabilityCallback()
|
/base/msdp/device_status/services/interaction/coordination/src/ |
D | distributed_input_adapter.cpp | 53 sptr<IStartStopDInputsCallback> cb = new (std::nothrow) StartDInputCallbackSink(); in StartRemoteInput() local 63 sptr<IStartStopDInputsCallback> cb = new (std::nothrow) StopDInputCallbackDHIds(); in StopRemoteInput() local 73 sptr<IStartStopDInputsCallback> cb = new (std::nothrow) StopDInputCallbackSink(); in StopRemoteInput() local 83 sptr<IPrepareDInputCallback> cb = new (std::nothrow) PrepareStartDInputCallbackSink(); in PrepareRemoteInput() local 93 sptr<IUnprepareDInputCallback> cb = new (std::nothrow) UnPrepareStopDInputCallbackSink(); in UnPrepareRemoteInput() local 102 sptr<IPrepareDInputCallback> cb = new (std::nothrow) PrepareStartDInputCallback(); in PrepareRemoteInput() local 111 sptr<IUnprepareDInputCallback> cb = new (std::nothrow) UnPrepareStopDInputCallback(); in UnPrepareRemoteInput() local
|
/base/usb/usb_manager/services/native/include/ |
D | usbd_bulkcallback_impl.h | 27 explicit UsbdBulkCallbackImpl(const OHOS::sptr<OHOS::IRemoteObject> &cb) : remote_(cb) {} in UsbdBulkCallbackImpl()
|
/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
D | net_connect_adapter_impl.cpp | 24 int32_t NetConnectAdapterImpl::RegisterNetConnCallback(std::shared_ptr<NetConnCallback> cb) in RegisterNetConnCallback() 48 int32_t NetConnectAdapterImpl::UnregisterNetConnCallback(std::shared_ptr<NetConnCallback> cb) in UnregisterNetConnCallback()
|
/base/powermgr/thermal_manager/test/unittest/src/ |
D | thermal_client_test.cpp | 58 ThermalEventCallback cb = MockEventCb; variable 74 StatusCallback cb = MockStatusCb; variable
|
/base/security/device_auth/services/group_manager/inc/ |
D | base_group_manager_task.h | 29 const DeviceAuthCallback *cb; member 37 const DeviceAuthCallback *cb; member
|
/base/update/updateservice/services/utils/include/ |
D | dupdate_timer.h | 28 TimerCallback cb; member
|
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiointerrupt_fuzzer/ |
D | audiointerrupt_fuzzer.cpp | 32 std::shared_ptr<AudioManagerCallbackAdapter> cb = nullptr; in DoSomethingInterestingWithMyAPI() local
|
/base/usb/usb_manager/test/fuzztest/usbmgrunregbulkcallback_fuzzer/ |
D | usbmgrunregbulkcallback_fuzzer.cpp | 35 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); in UsbMgrUnRegBulkCallbackFuzzTest() local
|
/base/update/updateservice/services/firmware/upgrade/executor/src/ |
D | firmware_check_executor.cpp | 50 FirmwareCheckCallback cb{ in DoCheck() local
|