Home
last modified time | relevance | path

Searched refs:restore_ret (Results 1 – 1 of 1) 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()