Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/
H A Dtimed_task.cpp93 uint64_t WEAK_FUNC TimedTask::CreateTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle, in CreateTimer() function in OHOS::DevStandbyMgr::TimedTask
101 uint64_t WEAK_FUNC TimedTask::CreateTimer(bool repeat, uint64_t interval, int type, in CreateTimer() function in OHOS::DevStandbyMgr::TimedTask
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_ipc.cpp53 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> TimerOptions) in CreateTimer() function in OHOS::MiscServices::TimeServiceClient
H A Dmock_helper.cpp63 uint64_t TimedTask::CreateTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle, in CreateTimer() function in OHOS::DevStandbyMgr::TimedTask
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp66 uint64_t ThermalTimer::CreateTimer(std::shared_ptr<ThermalTimerInfo>& timerInfo) in CreateTimer() function in OHOS::PowerMgr::ThermalTimer
/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.c104 static TimerNode *CreateTimer(void) in CreateTimer() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp49 jerry_value_t TimerModule::CreateTimer(const jerry_value_t func, in CreateTimer() function in OHOS::ACELite::TimerModule
/ohos5.0/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp56 int32_t TimeServiceProxy::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, in CreateTimer() function in OHOS::MiscServices::TimeServiceProxy
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp220 napi_value NapiSystemTimer::CreateTimer(napi_env env, napi_callback_info info) in CreateTimer() function in OHOS::MiscServices::Time::NapiSystemTimer
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp320 int32_t TimeSystemAbility::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemot… in CreateTimer() function in OHOS::MiscServices::TimeSystemAbility
366 int32_t TimeSystemAbility::CreateTimer(TimerPara &paras, std::function<int32_t (const uint64_t)> ca… in CreateTimer() function in OHOS::MiscServices::TimeSystemAbility
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp251 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> timerOptions) in CreateTimer() function in OHOS::MiscServices::TimeServiceClient
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp152 int32_t TimerManager::CreateTimer(TimerPara &paras, in CreateTimer() function in OHOS::MiscServices::TimerManager