Home
last modified time | relevance | path

Searched refs:TIMER_TYPE_WAKEUP (Results 1 - 8 of 8) sorted by relevance

/base/time/time_service/framework/js/napi/system_timer/include/
H A Dtimer_type.h27 constexpr int TIMER_TYPE_WAKEUP = 1; member
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dtimer_type.cpp36 SetNamedPropertyByInteger(env, obj, 1 << TIMER_TYPE_WAKEUP, "TIMER_TYPE_WAKEUP"); in TimerTypeInit()
H A Dnapi_system_timer.cpp110 DECLARE_NAPI_PROPERTY("TIMER_TYPE_WAKEUP", NapiUtils::CreateNapiNumber(env, 1 << TIMER_TYPE_WAKEUP)), in SystemTimerInit()
/base/time/time_service/interfaces/inner_api/include/
H A Ditimer_info.h44 const int TIMER_TYPE_WAKEUP = 1 << 1; member in OHOS::MiscServices::ITimerInfo
62 * @para: type: TIMER_TYPE_REALTIME | TIMER_TYPE_WAKEUP
/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp64 static_cast<uint8_t>(timerInfo->TIMER_TYPE_EXACT) | static_cast<uint8_t>(timerInfo->TIMER_TYPE_WAKEUP); in RegisterAlarm()
/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp47 this->type = TIMER_TYPE_WAKEUP; in authTimer()
49 this->type = TIMER_TYPE_WAKEUP + TIMER_TYPE_REALTIME; in authTimer()
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp639 timerInfo->SetType(timerInfo->TIMER_TYPE_EXACT | timerInfo->TIMER_TYPE_WAKEUP); in HWTEST_F()
1187 timerInfo->SetType(timerInfo->TIMER_TYPE_EXACT | timerInfo->TIMER_TYPE_WAKEUP); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp412 uint8_t timerTypeWakeup = static_cast<uint8_t>(sharedTimerInfo->TIMER_TYPE_WAKEUP); in InitTimerInfo()
458 if ((sharedTimerInfo->TIMER_TYPE_WAKEUP > UINT8_MAX) || (sharedTimerInfo->TIMER_TYPE_EXACT > UINT8_MAX)) { in CreateTimerInfo()

Completed in 7 milliseconds