Home
last modified time | relevance | path

Searched refs:NEED_RECOVER_ON_REBOOT (Results 1 - 3 of 3) sorted by relevance

/base/time/time_service/services/timer/include/
H A Dtimer_manager.h42 static std::vector<std::string> NEED_RECOVER_ON_REBOOT = { "not_support" }; member
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp119 NEED_RECOVER_ON_REBOOT = bundleList; in GetInstance()
1282 return (std::find(NEED_RECOVER_ON_REBOOT.begin(), NEED_RECOVER_ON_REBOOT.end(), bundleName) !=
1283 NEED_RECOVER_ON_REBOOT.end() && (type == RTC || type == RTC_WAKEUP));
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1511 insertValues2.PutString("bundleName", NEED_RECOVER_ON_REBOOT[0]); in HWTEST_F()

Completed in 8 milliseconds