Home
last modified time | relevance | path

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

/hardware/interfaces/oemlock/aidl/vts/
DVtsHalOemLockTargetTest.cpp79 const auto check_set_ret = oemlock->isOemUnlockAllowedByDevice(&allowed); in TEST_P() local
80 ASSERT_TRUE(check_set_ret.isOk()); in TEST_P()
132 const auto check_set_ret = oemlock->isOemUnlockAllowedByCarrier(&allowed); in TEST_P() local
133 ASSERT_TRUE(check_set_ret.isOk()); in TEST_P()
/hardware/interfaces/oemlock/1.0/vts/functional/
DVtsHalOemLockV1_0TargetTest.cpp101 const auto check_set_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_P() local
102 ASSERT_TRUE(check_set_ret.isOk()); in TEST_P()
168 const auto check_set_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_P() local
169 ASSERT_TRUE(check_set_ret.isOk()); in TEST_P()