Home
last modified time | relevance | path

Searched refs:STANDALONE (Results 1 – 3 of 3) sorted by relevance

/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h39 STANDALONE = 1 << 0, enumerator
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DFetcher.java476 getMonthNames(DateFormatSymbols.STANDALONE, DateFormatSymbols.ABBREVIATED); in getStandAloneAbbrMonthNames()
481 getWeekDayNames(DateFormatSymbols.STANDALONE, DateFormatSymbols.ABBREVIATED); in getStandAloneAbbrWeekDayNames()
496 getWeekDayNames(DateFormatSymbols.STANDALONE, DateFormatSymbols.WIDE); in getStandAloneWideWeekDayNames()
501 getMonthNames(DateFormatSymbols.STANDALONE, DateFormatSymbols.WIDE); in getStandAloneWideMonthNames()
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp572 int64_t whichBatch = (alarm->flags & static_cast<uint32_t>(STANDALONE)) ? in InsertAndBatchTimerLocked()
594 …if ((item->GetFlags() & static_cast<uint32_t>(STANDALONE)) == 0 && item->CanHold(whenElapsed, maxW… in AttemptCoalesceLocked()