Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp226 void FastBootTest::SetLockState(bool unlock, bool assert_change) { in SetLockState() function in fastboot::FastBootTest
284 ASSERT_NO_FATAL_FAILURE(SetLockState(UNLOCKED)); in SetUp()
318 ASSERT_NO_FATAL_FAILURE(SetLockState(UNLOCKED)); in SetUp()
Dfixtures.h68 void SetLockState(bool unlock, bool assert_change = true);
Dmain.cpp536 SetLockState(!curr, false); in TEST_F()
541 SetLockState(!curr, true); in TEST_F()
1344 SetLockState(true); // Lock the device in TEST_P()
1346 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.