Home
last modified time | relevance | path

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

/system/gsid/
Dlibgsi.cpp62 std::string boot_key; in CanBootIntoGsi() local
63 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() argument
131 return android::base::ParseInt(boot_key, attempts); in GetBootAttempts()
Dlibgsi_private.h25 bool GetBootAttempts(const std::string& boot_key, int* attempts);
Dgsi_service.cpp209 std::string boot_key; in isGsiEnabled() local
210 if (!GetInstallStatus(&boot_key)) { in isGsiEnabled()
213 *_aidl_return = (boot_key == kInstallStatusOk); in isGsiEnabled()
296 std::string boot_key; in getGsiBootStatus() local
297 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() local
896 if (!GetInstallStatus(&boot_key)) { in ReenableGsi()
900 if (boot_key != kInstallStatusDisabled) { in ReenableGsi()
[all …]