Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 87) sorted by relevance

1234

/base/usb/usb_manager/test/native/mock/src/
Dusb_bulkcallback_mock_test.cpp163 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/
Ddslm_credential.c30 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/
Devent_listener.h39 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()
Dcallback_manager.cpp52 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/
Dfirmware_install.cpp32 …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/
Ddrag_manager.h69std::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/
Dusb_bulkcallback_test.cpp117 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/
Djs_event_target.cpp45 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 …]
Djs_util.cpp32 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()
Djs_coordination_manager.cpp33 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/
Djs_util_cooperate.cpp32 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()
Djs_event_cooperate_target.cpp48 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 …]
Djs_cooperate_manager.cpp33 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/
Ddevicestatus_client_test.cpp61 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/
Dlocal_code_sign_test.cpp147 LocalCodeSignLoadCallback cb; variable
159 LocalCodeSignLoadCallback cb; variable
171 LocalCodeSignLoadCallback cb; variable
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_extension_callback_stub.cpp87 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/
Ddistributed_input_adapter.cpp53 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/
Dusbd_bulkcallback_impl.h27 explicit UsbdBulkCallbackImpl(const OHOS::sptr<OHOS::IRemoteObject> &cb) : remote_(cb) {} in UsbdBulkCallbackImpl()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_adapter_impl.cpp24 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/
Dthermal_client_test.cpp58 ThermalEventCallback cb = MockEventCb; variable
74 StatusCallback cb = MockStatusCb; variable
/base/security/device_auth/services/group_manager/inc/
Dbase_group_manager_task.h29 const DeviceAuthCallback *cb; member
37 const DeviceAuthCallback *cb; member
/base/update/updateservice/services/utils/include/
Ddupdate_timer.h28 TimerCallback cb; member
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiointerrupt_fuzzer/
Daudiointerrupt_fuzzer.cpp32 std::shared_ptr<AudioManagerCallbackAdapter> cb = nullptr; in DoSomethingInterestingWithMyAPI() local
/base/usb/usb_manager/test/fuzztest/usbmgrunregbulkcallback_fuzzer/
Dusbmgrunregbulkcallback_fuzzer.cpp35 sptr<UsbCallbackTest> cb = new UsbCallbackTest(); in UsbMgrUnRegBulkCallbackFuzzTest() local
/base/update/updateservice/services/firmware/upgrade/executor/src/
Dfirmware_check_executor.cpp50 FirmwareCheckCallback cb{ in DoCheck() local

1234