Home
last modified time | relevance | path

Searched refs:GetTimer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp154 TimerList::TimerNode* timer = timerList->GetTimer(index); in ClearTimer()
194 TimerList::TimerNode* timer = timerList->GetTimer(arg->index); in Task()
221 TimerList::TimerNode* timer = timerList->GetTimer(*timerId); in Task()
229 TimerList::TimerNode* currentTimer = timerList->GetTimer(*timerId); in Task()
/ohos5.0/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_kernel_service.h57 std::shared_ptr<ThermalProtectorTimer> GetTimer() const in GetTimer() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.h68 TimerNode* GetTimer(uint8_t id);
H A Djs_timer_list.cpp42 TimerList::TimerNode* TimerList::GetTimer(uint8_t id) in GetTimer() function in OHOS::ACELite::TimerList
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp108 g_service.GetTimer()->RegisterTask(task); in SetCallback()