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.cpp86 auto getAllowedCallback = [&](OemLockStatus s, bool a) { in TEST_P() local
92 const auto get_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_P()
101 const auto check_set_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_P()
110 const auto check_restore_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback); in TEST_P()
148 auto getAllowedCallback = [&](OemLockStatus s, bool a) { in TEST_P() local
154 const auto get_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_P()
168 const auto check_set_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_P()
185 const auto check_restore_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback); in TEST_P()