Searched refs:boot_key (Results 1 – 3 of 3) sorted by relevance
74 std::string boot_key; in CanBootIntoGsi() local75 if (!GetInstallStatus(&boot_key)) { in CanBootIntoGsi()82 if (GetBootAttempts(boot_key, &attempts)) { in CanBootIntoGsi()105 if (boot_key != kInstallStatusOk) { in CanBootIntoGsi()128 bool GetBootAttempts(const std::string& boot_key, int* attempts) { in GetBootAttempts() argument129 return android::base::ParseInt(boot_key, attempts); in GetBootAttempts()
335 std::string boot_key; in isGsiEnabled() local336 if (!GetInstallStatus(&boot_key)) { in isGsiEnabled()339 *_aidl_return = (boot_key != kInstallStatusDisabled); in isGsiEnabled()929 std::string boot_key; in ReenableGsi() local930 if (!GetInstallStatus(&boot_key)) { in ReenableGsi()934 if (boot_key != kInstallStatusDisabled) { in ReenableGsi()1078 std::string boot_key; in RunStartupTasks() local1079 if (!GetInstallStatus(&boot_key)) { in RunStartupTasks()1086 if (boot_key == kInstallStatusWipe) { in RunStartupTasks()1094 if (GetBootAttempts(boot_key, &ignore)) { in RunStartupTasks()
25 bool GetBootAttempts(const std::string& boot_key, int* attempts);