Home
last modified time | relevance | path

Searched defs:timerType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/utils_lite/timer_task/src/
H A Dnativeapi_timer_task.c33 KalTimerType timerType = isPeriodic ? KAL_TIMER_PERIODIC : KAL_TIMER_ONCE; in StartTimerTask() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
H A Dtimer.cpp25 std::shared_ptr<Timer> Timer::Create(const std::string& name, TimerType timerType, in Create()
43 Timer::Timer(const std::string& name, TimerType timerType, uint32_t intervalMs, TimerCallback callb… in Timer()
/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp63 uint8_t timerType = in RegisterAlarm() local
83 uint8_t timerType = static_cast<uint8_t>(timerInfo->TIMER_TYPE_REALTIME); in RegisterRepeatAlarm() local
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_hdr.h39 enum HdmiHdrTimerType timerType; member
/ohos5.0/base/time/time_service/utils/native/include/
H A Dtime_common.h30 int timerType; member
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp154 osTimerType_t timerType = isPeriodic ? osTimerPeriodic : osTimerOnce; in GraphicTimer() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp422 int32_t timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo() local