Home
last modified time | relevance | path

Searched defs:callback (Results 1001 - 1025 of 4957) sorted by relevance

1...<<41424344454647484950>>...199

/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp108 int32_t TaskScheduler::PostAsyncTask(DTaskCallback callback) in PostAsyncTask() argument
132 TaskScheduler::TaskPtr TaskScheduler::PostTask(DTaskCallback callback, Promise *promise) in PostTask() argument
/base/msdp/device_status/libs/src/datahub/
H A Dsensor_data_callback.cpp85 bool SensorDataCallback::SubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in SubscribeSensorEvent() argument
97 bool SensorDataCallback::UnsubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in UnsubscribeSensorEvent() argument
/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp59 ErrCode AlgoMgr::RegisterCallback(std::shared_ptr<MsdpAlgoCallback> callback) in RegisterCallback() argument
/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_mock_test.cpp147 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); in HWTEST_F() local
161 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); in HWTEST_F() local
177 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); in HWTEST_F() local
193 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); in HWTEST_F() local
209 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); in HWTEST_F() local
225 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); HWTEST_F() local
241 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); HWTEST_F() local
257 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); HWTEST_F() local
363 auto callback = std::make_shared<DeviceStatusMsdpClientImpl>(); HWTEST_F() local
407 std::shared_ptr<DeviceStatusMsdpClientImpl> callback = std::make_shared<DeviceStatusMsdpClientImpl>(); HWTEST_F() local
[all...]
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_impl.cpp84 Subscribe(std::shared_ptr<SubscriberImpl> subscriber, const std::function<void(CCommonEventData)> &callback) Subscribe() argument
H A Dsubscriber.cpp102 void SubscriberImpl::SetCallback(const std::function<void(CCommonEventData)> &callback) in SetCallback() argument
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h33 napi_ref callback = nullptr; member
46 napi_ref callback = nullptr; member
59 napi_ref callback = nullptr; member
82 napi_ref callback = nullptr; member
94 napi_ref callback = nullptr; member
H A Ddisturb_mode.h26 napi_ref callback = nullptr; member
33 napi_ref callback = nullptr; member
39 napi_ref callback = nullptr; member
67 napi_ref callback = nullptr; member
H A Denable_notification.h29 napi_ref callback = nullptr; member
51 napi_ref callback = nullptr; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp54 napi_ref callback = nullptr; in NapiIsDistributedEnabled() local
410 napi_ref callback = nullptr; NapiGetDeviceRemindType() local
[all...]
H A Dnapi_disturb_mode.cpp269 napi_ref callback = nullptr; NapiSupportDoNotDisturbMode() local
[all...]
H A Dnapi_local_live_view.cpp28 napi_ref callback = nullptr; in NapiSubscriteLocalAcitvity() local
161 napi_ref callback in NapiTriggerLocalLiveView() local
108 ParseTriggerParameters(const napi_env &env, const napi_callback_info &info, AsyncCallbackInfoSubscribeLocalLiveView *asynccallbackinfo, napi_ref &callback) ParseTriggerParameters() argument
[all...]
/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp184 DistributedNotificationManager::IDistributedCallback callback = { in HWTEST_F() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp114 DistributedNotificationManager::IDistributedCallback callback = { in HWTEST_F() local
146 DistributedNotificationManager::IDistributedCallback callback = { in HWTEST_F() local
178 DistributedNotificationManager::IDistributedCallback callback = { in HWTEST_F() local
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_manager.cpp35 auto callback = [this, cb](const std::string &networkId, const CoordinationMsgInfo &msgInfo) { in Enable() local
58 auto callback = [this, cb](const std::string &remoteNetworkId, const CoordinationMsgInfo &msgInfo) { in Start() local
75 auto callback = [this, cb](const std::string &networkId, const CoordinationMsgInfo &msgInfo) { in Stop() local
93 auto callback = [this, cb](bool state) { in GetState() local
/base/msdp/device_status/rust/subsystem/distributed_hardware/binding/src/
H A Ddm_binding.cpp124 bool CInitDeviceManager(const char* pkgName, void (*callback)()) in CInitDeviceManager() argument
/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp81 int32_t DelegateTasks::PostSyncTask(DTaskCallback callback) in PostSyncTask() argument
107 int32_t DelegateTasks::PostAsyncTask(DTaskCallback callback) in PostAsyncTask() argument
131 DelegateTasks::TaskPtr DelegateTasks::PostTask(DTaskCallback callback, Promise *promise) in PostTask() argument
/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp57 void SubscriberObserver::SetCallback(CommonEvent_ReceiveCallback callback) in SetCallback() argument
76 CreateSubscriber(const CommonEvent_SubscribeInfo* subscribeInfo, CommonEvent_ReceiveCallback callback) CreateSubscriber() argument
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h76 sptr<AnsDialogCallback> callback; member
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dtoken_modify_notifier.cpp173 int32_t TokenModifyNotifier::RegisterTokenSyncCallback(const sptr<IRemoteObject>& callback) in RegisterTokenSyncCallback() argument
/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Ddevice_manager.h48 RegisterDevStateCallback(const std::string &pkgName, const std::string &extra, std::shared_ptr<DeviceStateCallback> callback) RegisterDevStateCallback() argument
/base/security/access_token/services/common/app_manager/src/
H A Dapp_manager_access_client.cpp132 void AppManagerAccessClient::RegisterDeathCallback(const std::shared_ptr<AppManagerDeathCallback>& callback) in RegisterDeathCallback() argument
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_set_cert_status.cpp35 napi_ref callback = nullptr; member
H A Dcm_napi_uninstall_all_app_cert.cpp35 napi_ref callback = nullptr; member
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/
H A Dauthenticatepeer_fuzzer.cpp52 static hc_call_back callback = { member

Completed in 11 milliseconds

1...<<41424344454647484950>>...199