Home
last modified time | relevance | path

Searched refs:GetDeviceLockStatus (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/device/
Dcommands.cpp230 if (GetDeviceLockStatus()) { in EraseHandler()
289 if (GetDeviceLockStatus()) { in DownloadHandler()
325 if (GetDeviceLockStatus()) { in SetActiveHandler()
494 if (GetDeviceLockStatus()) { in CreatePartitionHandler()
532 if (GetDeviceLockStatus()) { in DeletePartitionHandler()
554 if (GetDeviceLockStatus()) { in ResizePartitionHandler()
606 if (GetDeviceLockStatus()) { in FlashHandler()
637 if (GetDeviceLockStatus()) { in UpdateSuperHandler()
665 if ((args[1] == "wipe" || args[1] == "disable") && GetDeviceLockStatus() && IsLockedDsu()) { in GsiHandler()
757 if (GetDeviceLockStatus()) { in Fetch()
Dutility.h128 bool GetDeviceLockStatus();
Dvariables.cpp288 *message = GetDeviceLockStatus() ? "no" : "yes"; in GetUnlocked()
542 if (GetDeviceLockStatus()) { in GetDmesg()
581 if (GetDeviceLockStatus()) { in GetBatterySerialNumber()
Dutility.cpp197 bool GetDeviceLockStatus() { in GetDeviceLockStatus() function