Home
last modified time | relevance | path

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

/hardware/interfaces/oemlock/1.0/vts/functional/
DVtsHalOemLockV1_0TargetTest.cpp99 auto getAllowedCallback = [&](OemLockStatus s, bool a) { in TEST_F() local
105 const auto get_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_F()
114 const auto check_set_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_F()
123 const auto check_restore_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_F()
161 auto getAllowedCallback = [&](OemLockStatus s, bool a) { in TEST_F() local
167 const auto get_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_F()
181 const auto check_set_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_F()
198 const auto check_restore_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_F()