/foundation/ability/form_fwk/services/include/ |
H A D | form_timer_option.h | 36 void SetCallbackInfo(std::function<void()> callBack); 57 void FormTimerOption::SetCallbackInfo(std::function<void()> callBack) in SetCallbackInfo() function in OHOS::AppExecFwk::FormTimerOption
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | timer_info.h | 34 void SetCallbackInfo(const std::function<void()> &callBack); 54 void TimerInfo::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() function in OHOS::DataShare::TimerInfo
|
/foundation/resourceschedule/device_standby/services/common/src/ |
H A D | timed_task.cpp | 88 void TimedTask::SetCallbackInfo(const std::function<void()>& callBack) in SetCallbackInfo() function in OHOS::DevStandbyMgr::TimedTask 97 timedTask->SetCallbackInfo(callBack); in CreateTimer() 105 timedTask->SetCallbackInfo(callBack); in CreateTimer()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/include/ |
H A D | callback.h | 35 void SetCallbackInfo(void (*callback)());
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/ |
H A D | callback_ffi.h | 35 void SetCallbackInfo(void (*callback)());
|
H A D | background_task_mgr_ffi.cpp | 42 callbackffi->SetCallbackInfo(callback); in CJ_RequestSuspendDelay() 117 void CallbackFFI::SetCallbackInfo(void (*callback)()) in SetCallbackInfo() function in OHOS::BackgroundTaskMgr::CallbackFFI
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/c/src/ |
H A D | transient_task_api.cpp | 45 expiredCallback->SetCallbackInfo(callback); in OH_BackgroundTaskManager_RequestSuspendDelay() 105 void Callback::SetCallbackInfo(void (*callback)()) in SetCallbackInfo() function in OHOS::BackgroundTaskMgr::Callback
|
/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/ |
H A D | app_group_observer_napi.h | 35 void SetCallbackInfo(const napi_env &env, const napi_ref &ref);
|
H A D | bundle_state_common.h | 50 static void SetCallbackInfo(
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/ |
H A D | request_suspend_delay.h | 36 void SetCallbackInfo(const napi_env &env, const napi_ref &ref);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_system_timer.h | 41 void SetCallbackInfo(const std::function<void()> &callBack);
|
H A D | wifi_system_timer.cpp | 50 void WifiSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() function in OHOS::Wifi::WifiSysTimer
|
/foundation/communication/dhcp/services/utils/include/ |
H A D | dhcp_system_timer.h | 40 void SetCallbackInfo(const std::function<void()> &callBack);
|
/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_system_timer.cpp | 53 void DhcpSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() function in OHOS::DHCP::DhcpSysTimer
|
/foundation/communication/dhcp/test/unittest/services/utils/ |
H A D | dhcp_system_timer_test.cpp | 58 dhcpSysTimer.SetCallbackInfo(SystemTimerTimeOut);
in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/common/include/ |
H A D | timed_task.h | 46 void SetCallbackInfo(const std::function<void()>& callBack);
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_system_timer_test.cpp | 45 timer_->SetCallbackInfo([&callbackCalled]()
in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | request_suspend_delay.cpp | 188 void CallbackInstance::SetCallbackInfo(const napi_env &env, const napi_ref &ref) in SetCallbackInfo() function in OHOS::BackgroundTaskMgr::CallbackInstance 202 callback->SetCallbackInfo(env, result); in GetExpiredCallback()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_sta_manager.cpp | 85 wifiSysTimer->SetCallbackInfo(UnloadStaSaTimerCallback);
in StartUnloadStaSaTimer() 324 wifiSysTimer->SetCallbackInfo(SatelliteTimerCallback);
in StartSatelliteTimer()
|
H A D | wifi_scan_manager.cpp | 78 wifiSysTimer->SetCallbackInfo(UnloadScanSaTimerCallback);
in StartUnloadScanSaTimer()
|
H A D | wifi_hotspot_manager.cpp | 72 wifiSysTimer->SetCallbackInfo(UnloadHotspotSaTimerCallback);
in StartUnloadApSaTimer()
|
/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | app_group_observer_napi.cpp | 38 void AppGroupObserver::SetCallbackInfo(const napi_env &env, const napi_ref &ref) in SetCallbackInfo() function in OHOS::DeviceUsageStats::AppGroupObserver
|
H A D | bundle_state_common.cpp | 82 SetCallbackInfo(env, workData.callback, workData.errorCode, result); in GetCallbackPromiseResult() 88 void BundleStateCommon::SetCallbackInfo( in SetCallbackInfo() function in OHOS::DeviceUsageStats::BundleStateCommon 387 SetCallbackInfo(env, callback, errorCode, result); in JSParaError()
|
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/ |
H A D | napi_want_agent.h | 138 void SetCallbackInfo(napi_env env, NativeReference* ref);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_network_stats/ |
H A D | wifi_net_stats_manager.cpp | 46 netStatsTimer->SetCallbackInfo(callback); in StartNetStats()
|