Home
last modified time | relevance | path

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

/hardware/interfaces/oemlock/1.0/vts/functional/
DVtsHalOemLockV1_0TargetTest.cpp98 const auto set_ret = oemlock->setOemUnlockAllowedByDevice(!originallyAllowed); in TEST_P() local
99 ASSERT_TRUE(set_ret.isOk()); in TEST_P()
100 ASSERT_EQ(set_ret, OemLockStatus::OK); in TEST_P()
165 const auto set_ret = oemlock->setOemUnlockAllowedByCarrier(!originallyAllowed, noSignature); in TEST_P() local
166 ASSERT_TRUE(set_ret.isOk()); in TEST_P()
167 ASSERT_NE(set_ret, OemLockSecureStatus::FAILED); in TEST_P()
172 if (set_ret == OemLockSecureStatus::INVALID_SIGNATURE) { in TEST_P()
178 ASSERT_EQ(set_ret, OemLockSecureStatus::OK); in TEST_P()
/hardware/interfaces/oemlock/aidl/vts/
DVtsHalOemLockTargetTest.cpp76 const auto set_ret = oemlock->setOemUnlockAllowedByDevice(!originallyAllowed); in TEST_P() local
77 ASSERT_TRUE(set_ret.isOk()); in TEST_P()
127 …const auto set_ret = oemlock->setOemUnlockAllowedByCarrier(!originallyAllowed, noSignature, &secur… in TEST_P() local
128 ASSERT_TRUE(set_ret.isOk()); in TEST_P()