Searched refs:NEED_RECOVER_ON_REBOOT (Results 1 – 3 of 3) sorted by relevance
42 static std::vector<std::string> NEED_RECOVER_ON_REBOOT = { "not_support" }; variable
124 NEED_RECOVER_ON_REBOOT = bundleList; in GetInstance()1333 return (std::find(NEED_RECOVER_ON_REBOOT.begin(), NEED_RECOVER_ON_REBOOT.end(), bundleName) != in CheckNeedRecoverOnReboot()1334 NEED_RECOVER_ON_REBOOT.end() && (type == RTC || type == RTC_WAKEUP)); in CheckNeedRecoverOnReboot()
1522 insertValues2.PutString("bundleName", NEED_RECOVER_ON_REBOOT[0]);