Home
last modified time | relevance | path

Searched refs:restore_ret (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/oemlock/1.0/vts/functional/
DVtsHalOemLockV1_0TargetTest.cpp107 const auto restore_ret = oemlock->setOemUnlockAllowedByDevice(originallyAllowed); in TEST_P() local
108 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()
109 ASSERT_EQ(restore_ret, OemLockStatus::OK); in TEST_P()
182 const auto restore_ret = oemlock->setOemUnlockAllowedByCarrier(originallyAllowed, noSignature); in TEST_P() local
183 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()
184 ASSERT_EQ(restore_ret, OemLockSecureStatus::OK); in TEST_P()
/hardware/interfaces/oemlock/aidl/vts/
DVtsHalOemLockTargetTest.cpp84 const auto restore_ret = oemlock->setOemUnlockAllowedByDevice(originallyAllowed); in TEST_P() local
85 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()
145 …const auto restore_ret = oemlock->setOemUnlockAllowedByCarrier(originallyAllowed, noSignature, &se… in TEST_P() local
146 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()