Home
last modified time | relevance | path

Searched refs:SetCallbackInfo (Results 1 - 25 of 33) sorted by relevance

12

/foundation/ability/form_fwk/services/include/
H A Dform_timer_option.h36 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 Dtimer_info.h34 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 Dtimed_task.cpp88 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 Dcallback.h35 void SetCallbackInfo(void (*callback)());
/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/
H A Dcallback_ffi.h35 void SetCallbackInfo(void (*callback)());
H A Dbackground_task_mgr_ffi.cpp42 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 Dtransient_task_api.cpp45 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 Dapp_group_observer_napi.h35 void SetCallbackInfo(const napi_env &env, const napi_ref &ref);
H A Dbundle_state_common.h50 static void SetCallbackInfo(
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Drequest_suspend_delay.h36 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 Dwifi_system_timer.h41 void SetCallbackInfo(const std::function<void()> &callBack);
H A Dwifi_system_timer.cpp50 void WifiSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() function in OHOS::Wifi::WifiSysTimer
/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_system_timer.h40 void SetCallbackInfo(const std::function<void()> &callBack);
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_system_timer.cpp53 void DhcpSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() function in OHOS::DHCP::DhcpSysTimer
/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_system_timer_test.cpp58 dhcpSysTimer.SetCallbackInfo(SystemTimerTimeOut); in HWTEST_F()
/foundation/resourceschedule/device_standby/services/common/include/
H A Dtimed_task.h46 void SetCallbackInfo(const std::function<void()>& callBack);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_system_timer_test.cpp45 timer_->SetCallbackInfo([&callbackCalled]() in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Drequest_suspend_delay.cpp188 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 Dwifi_sta_manager.cpp85 wifiSysTimer->SetCallbackInfo(UnloadStaSaTimerCallback); in StartUnloadStaSaTimer()
324 wifiSysTimer->SetCallbackInfo(SatelliteTimerCallback); in StartSatelliteTimer()
H A Dwifi_scan_manager.cpp78 wifiSysTimer->SetCallbackInfo(UnloadScanSaTimerCallback); in StartUnloadScanSaTimer()
H A Dwifi_hotspot_manager.cpp72 wifiSysTimer->SetCallbackInfo(UnloadHotspotSaTimerCallback); in StartUnloadApSaTimer()
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dapp_group_observer_napi.cpp38 void AppGroupObserver::SetCallbackInfo(const napi_env &env, const napi_ref &ref) in SetCallbackInfo() function in OHOS::DeviceUsageStats::AppGroupObserver
H A Dbundle_state_common.cpp82 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 Dnapi_want_agent.h138 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 Dwifi_net_stats_manager.cpp46 netStatsTimer->SetCallbackInfo(callback); in StartNetStats()

Completed in 9 milliseconds

12