Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp192 void FastBootTest::SetLockState(bool unlock, bool assert_change) { in SetLockState() function in fastboot::FastBootTest
250 ASSERT_NO_FATAL_FAILURE(SetLockState(UNLOCKED)); in SetUp()
284 ASSERT_NO_FATAL_FAILURE(SetLockState(UNLOCKED)); in SetUp()
Dfixtures.h65 void SetLockState(bool unlock, bool assert_change = true);
Dmain.cpp541 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()
DREADME.md312 Expected: SetLockState(UNLOCKED) doesn't generate new fatal failures in the current thread.