Searched defs:getAllowedCallback (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/oemlock/1.0/vts/functional/
H A DVtsHalOemLockV1_0TargetTest.cpp86 auto getAllowedCallback = [&](OemLockStatus s, bool a) { local
92 const auto get_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback);
101 const auto check_set_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback);
110 const auto check_restore_ret = oemlock->isOemUnlockAllowedByDevice(getAllowedCallback);
148 auto getAllowedCallback = [&](OemLockStatus s, bool a) { local
154 const auto get_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback);
168 const auto check_set_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback);
185 const auto check_restore_ret = oemlock->isOemUnlockAllowedByCarrier(getAllowedCallback);

Completed in 5 milliseconds