Home
last modified time | relevance | path

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

/hardware/interfaces/oemlock/aidl/vts/
DVtsHalOemLockTargetTest.cpp87 const auto check_restore_ret = oemlock->isOemUnlockAllowedByDevice(&allowed); in TEST_P() local
88 ASSERT_TRUE(check_restore_ret.isOk()); in TEST_P()
149 const auto check_restore_ret = oemlock->isOemUnlockAllowedByCarrier(&allowed); in TEST_P() local
150 ASSERT_TRUE(check_restore_ret.isOk()); in TEST_P()
/hardware/interfaces/oemlock/1.0/vts/functional/
DVtsHalOemLockV1_0TargetTest.cpp110 const auto check_restore_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_P() local
111 ASSERT_TRUE(check_restore_ret.isOk()); in TEST_P()
185 const auto check_restore_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_P() local
186 ASSERT_TRUE(check_restore_ret.isOk()); in TEST_P()