Searched refs:boot_key (Results 1 – 3 of 3) sorted by relevance
62 std::string boot_key; in CanBootIntoGsi() local63 if (!GetInstallStatus(&boot_key)) { in CanBootIntoGsi()70 if (GetBootAttempts(boot_key, &attempts)) { in CanBootIntoGsi()93 if (boot_key != kInstallStatusOk) { in CanBootIntoGsi()130 bool GetBootAttempts(const std::string& boot_key, int* attempts) { in GetBootAttempts() argument131 return android::base::ParseInt(boot_key, attempts); in GetBootAttempts()
25 bool GetBootAttempts(const std::string& boot_key, int* attempts);
209 std::string boot_key; in isGsiEnabled() local210 if (!GetInstallStatus(&boot_key)) { in isGsiEnabled()213 *_aidl_return = (boot_key == kInstallStatusOk); in isGsiEnabled()296 std::string boot_key; in getGsiBootStatus() local297 if (!GetInstallStatus(&boot_key)) { in getGsiBootStatus()305 if (boot_key == kInstallStatusWipe) { in getGsiBootStatus()308 } else if (boot_key == kInstallStatusDisabled) { in getGsiBootStatus()895 std::string boot_key; in ReenableGsi() local896 if (!GetInstallStatus(&boot_key)) { in ReenableGsi()900 if (boot_key != kInstallStatusDisabled) { in ReenableGsi()[all …]