| /base/powermgr/power_manager/test/apitest/inner_api/shutdown/ |
| H A D | takeover_shutdown_callback_test.cpp | 105 auto callback = new TakeOverShutdownCallback(); in HWTEST_F() local [all...] |
| H A D | sync_shutdown_callback_test.cpp | 114 auto callback = new SyncShutdownCallback(); in HWTEST_F() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
| H A D | thermal_common_event_receiver.cpp | 38 void ThermalCommonEventReceiver::AddEvent(std::string eventName, EventHandle callback) in AddEvent() argument 49 void ThermalCommonEventReceiver::InitEventHandles(std::string eventName, EventHandle callback) in InitEventHandles() argument
|
| /base/powermgr/thermal_manager/services/native/src/thermal_action/ |
| H A D | thermal_action_manager.cpp | 57 void ThermalActionManager::SubscribeThermalLevelCallback(const sptr<IThermalLevelCallback> &callback) in SubscribeThermalLevelCallback() argument 66 void ThermalActionManager::UnSubscribeThermalLevelCallback(const sptr<IThermalLevelCallback> &callback) in UnSubscribeThermalLevelCallback() argument
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| H A D | thermal_client_test.cpp | 160 sptr<IThermalLevelCallback> callback = new ThermalMgrListener::ThermalLevelCallback(nullptr); in HWTEST_F() local
|
| /base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
| H A D | print_callback_stub_test.cpp | 57 auto callback = std::make_shared<MockPrintCallbackStub>(); in HWTEST_F() local 76 auto callback = std::make_shared<MockPrintCallbackStub>(); in HWTEST_F() local 95 auto callback = std::make_shared<MockPrintCallbackStub>(); in HWTEST_F() local 134 auto callback = std::make_shared<MockPrintCallbackStub>(); HWTEST_F() local 163 auto callback = std::make_shared<MockPrintCallbackStub>(); HWTEST_F() local 189 auto callback = std::make_shared<MockPrintCallbackStub>(); HWTEST_F() local [all...] |
| /base/request/request/frameworks/js/napi/include/ |
| H A D | request_event.h | 55 napi_value callback;
member
|
| /base/request/request/frameworks/js/napi/src/upload/ |
| H A D | async_call.cpp | 131 napi_value callback = nullptr;
in OnComplete() local [all...] |
| /base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/ |
| H A D | ipcsocket_fuzzer.cpp | 66 auto callback = [](const StreamClient &client, NetPacket &pkt) { in SocketClientFuzzTest() local
|
| /base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/ |
| H A D | js_coordination_manager.cpp | 35 auto callback = [this, cb](const std::string &networkId, const CoordinationMsgInfo &msgInfo) {
in Prepare() local 52 auto callback = [this, cb](const std::string &networkId, const CoordinationMsgInfo &msgInfo) {
in Unprepare() local 70 auto callback = [this, cb](const std::string &remoteNetworkId, const CoordinationMsgInfo &msgInfo) {
in Activate() local 89 auto callback = [this, cb](const std::string &networkId, const CoordinationMsgInfo &msgInfo) {
in Deactivate() local 107 auto callback = [this, cb](bool state) {
in GetCrossingSwitchState() local [all...] |
| /base/msdp/device_status/services/interaction/drag/src/ |
| H A D | drag_vsync_station.cpp | 37 int32_t DragVSyncStation::RequestFrame(int32_t frameType, std::shared_ptr<DragFrameCallback> callback) in RequestFrame() argument
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| H A D | get_active.cpp | 75 napi_ref callback = nullptr; in GetAllActiveNotifications() local 173 napi_ref callback = nullptr; GetActiveNotifications() local 249 napi_ref callback = nullptr; GetActiveNotificationCount() local [all...] |
| /base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/ |
| H A D | mock_device_manager_impl.cpp | 55 RegisterDevStateCallback(const std::string &pkgName, const std::string &extra, std::shared_ptr<DeviceStateCallback> callback) RegisterDevStateCallback() argument
|
| /base/notification/eventhandler/frameworks/cj/src/ |
| H A D | emitter_ffi.cpp | 40 CallbackImpl *callback = CreateCallback(callbackInfo); in CJ_OnWithId() local 49 CallbackImpl *callback = CreateCallback(callbackInfo); in CJ_OnWithStringId() local 58 CallbackImpl *callback = CreateCallback(callbackInfo); in CJ_OnceWithId() local 67 CallbackImpl *callback in CJ_OnceWithStringId() local 86 CallbackImpl *callback = CreateCallback(callbackInfo); CJ_OffWithIdCallback() local 97 CallbackImpl *callback = CreateCallback(callbackInfo); CJ_OffWithStringCallback() local [all...] |
| /base/location/test/fuzztest/locator/networkcallbackhost_fuzzer/ |
| H A D | networkcallbackhost_fuzzer.cpp | 102 auto callback = sptr<NetworkCallbackHost>(new (std::nothrow) NetworkCallbackHost()); in NetworkCallbackHostFuzzTest() local
|
| /base/location/test/location_locator/source/ |
| H A D | locator_required_data_manager_test.cpp | 71 auto callback = in HWTEST_F() local 90 auto callback = in HWTEST_F() local 117 auto callback = in HWTEST_F() local 236 std::shared_ptr<LocatorBleCallbackWapper> callback = std::make_shared<LocatorBleCallbackWapper>(); in HWTEST_F() local 249 std::shared_ptr<LocatorBleCallbackWapper> callback = std::make_shared<LocatorBleCallbackWapper>(); HWTEST_F() local 261 std::shared_ptr<LocatorBleCallbackWapper> callback = std::make_shared<LocatorBleCallbackWapper>(); HWTEST_F() local 272 std::shared_ptr<LocatorBleCallbackWapper> callback = std::make_shared<LocatorBleCallbackWapper>(); HWTEST_F() local 285 std::shared_ptr<LocatorBleCallbackWapper> callback = std::make_shared<LocatorBleCallbackWapper>(); HWTEST_F() local 297 std::shared_ptr<LocatorBleCallbackWapper> callback = std::make_shared<LocatorBleCallbackWapper>(); HWTEST_F() local [all...] |
| /base/msdp/device_status/intention/scheduler/task_scheduler/src/ |
| H A D | task_scheduler.cpp | 108 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 D | sensor_data_callback.cpp | 85 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 D | devicestatus_algorithm_manager.cpp | 59 ErrCode AlgoMgr::RegisterCallback(std::shared_ptr<MsdpAlgoCallback> callback) in RegisterCallback() argument
|
| /base/msdp/device_status/test/unittest/libs/src/ |
| H A D | device_status_mock_test.cpp | 147 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 D | common_event_manager_impl.cpp | 84 Subscribe(std::shared_ptr<SubscriberImpl> subscriber, const std::function<void(CCommonEventData)> &callback) Subscribe() argument
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| H A D | distributed.h | 33 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 D | disturb_mode.h | 26 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 D | enable_notification.h | 29 napi_ref callback = nullptr; member 51 napi_ref callback = nullptr; member
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| H A D | napi_distributed.cpp | 54 napi_ref callback = nullptr; in NapiIsDistributedEnabled() local 410 napi_ref callback = nullptr; NapiGetDeviceRemindType() local [all...] |