Searched refs:SetLockState (Results 1 – 4 of 4) sorted by relevance
192 void FastBootTest::SetLockState(bool unlock, bool assert_change) { in SetLockState() function in fastboot::FastBootTest250 ASSERT_NO_FATAL_FAILURE(SetLockState(UNLOCKED)); in SetUp()284 ASSERT_NO_FATAL_FAILURE(SetLockState(UNLOCKED)); in SetUp()
65 void SetLockState(bool unlock, bool assert_change = true);
541 SetLockState(!curr, false); in TEST_F()546 SetLockState(!curr, true); in TEST_F()1312 SetLockState(true); // Lock the device in TEST_P()1314 SetLockState(false); // Unlock the device (should cause erase) in TEST_P()
312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.