Searched refs:restore_ret (Results 1 – 2 of 2) sorted by relevance
107 const auto restore_ret = oemlock->setOemUnlockAllowedByDevice(originallyAllowed); in TEST_P() local108 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() local183 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()184 ASSERT_EQ(restore_ret, OemLockSecureStatus::OK); in TEST_P()
84 const auto restore_ret = oemlock->setOemUnlockAllowedByDevice(originallyAllowed); in TEST_P() local85 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()145 …const auto restore_ret = oemlock->setOemUnlockAllowedByCarrier(originallyAllowed, noSignature, &se… in TEST_P() local146 ASSERT_TRUE(restore_ret.isOk()); in TEST_P()