Searched refs:GetDeviceLockStatus (Results 1 – 4 of 4) sorted by relevance
227 if (GetDeviceLockStatus()) { in EraseHandler()286 if (GetDeviceLockStatus()) { in DownloadHandler()322 if (GetDeviceLockStatus()) { in SetActiveHandler()491 if (GetDeviceLockStatus()) { in CreatePartitionHandler()529 if (GetDeviceLockStatus()) { in DeletePartitionHandler()551 if (GetDeviceLockStatus()) { in ResizePartitionHandler()603 if (GetDeviceLockStatus()) { in FlashHandler()634 if (GetDeviceLockStatus()) { in UpdateSuperHandler()662 if ((args[1] == "wipe" || args[1] == "disable") && GetDeviceLockStatus() && IsLockedDsu()) { in GsiHandler()754 if (GetDeviceLockStatus()) { in Fetch()
128 bool GetDeviceLockStatus();
262 *message = GetDeviceLockStatus() ? "no" : "yes"; in GetUnlocked()516 if (GetDeviceLockStatus()) { in GetDmesg()
197 bool GetDeviceLockStatus() { in GetDeviceLockStatus() function