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.cpp120 const auto restore_ret = oemlock->setOemUnlockAllowedByDevice(originallyAllowed); in TEST_F() local
121 ASSERT_TRUE(restore_ret.isOk()); in TEST_F()
122 ASSERT_EQ(restore_ret, OemLockStatus::OK); in TEST_F()
195 const auto restore_ret = oemlock->setOemUnlockAllowedByCarrier(originallyAllowed, noSignature); in TEST_F() local
196 ASSERT_TRUE(restore_ret.isOk()); in TEST_F()
197 ASSERT_EQ(restore_ret, OemLockSecureStatus::OK); in TEST_F()