Home
last modified time | relevance | path

Searched defs:CreateTimer (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp66 uint64_t ThermalTimer::CreateTimer(std::shared_ptr<ThermalTimerInfo> &timerInfo) in CreateTimer() function in OHOS::PowerMgr::ThermalTimer
/base/miscservices/time/services/time_manager/src/
Dtime_service_client.cpp117 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> TimerOptions) in CreateTimer() function in OHOS::MiscServices::TimeServiceClient
Dtime_service.cpp206 uint64_t TimeService::CreateTimer(int32_t type, bool repeat, uint64_t interval, in CreateTimer() function in OHOS::MiscServices::TimeService
242 uint64_t TimeService::CreateTimer(int32_t type, uint64_t windowLength, uint64_t interval, int flag, in CreateTimer() function in OHOS::MiscServices::TimeService
Dtime_service_proxy.cpp51 uint64_t TimeServiceProxy::CreateTimer(int32_t type, bool repeat, uint64_t interval, sptr<IRemoteOb… in CreateTimer() function in OHOS::MiscServices::TimeServiceProxy
/base/miscservices/time/services/timer/src/
Dtimer_manager.cpp68 uint64_t TimerManager::CreateTimer(int type, in CreateTimer() function in OHOS::MiscServices::TimerManager
/base/miscservices/time/interfaces/kits/js/napi/system_timer/src/
Dsystem_timer.cpp374 napi_value CreateTimer(napi_env env, napi_callback_info info) in CreateTimer() function