Searched refs:isOemUnlockAllowedByDevice (Results 1 – 8 of 8) sorted by relevance
58 const auto ret = oemlock->isOemUnlockAllowedByDevice(&allowed); in TEST_P()71 const auto get_ret = oemlock->isOemUnlockAllowedByDevice(&allowed); in TEST_P()79 const auto check_set_ret = oemlock->isOemUnlockAllowedByDevice(&allowed); in TEST_P()87 const auto check_restore_ret = oemlock->isOemUnlockAllowedByDevice(&allowed); in TEST_P()
67 const auto ret = oemlock->isOemUnlockAllowedByDevice([&](OemLockStatus s, bool a) { in TEST_P()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()
24 boolean isOemUnlockAllowedByDevice(); in isOemUnlockAllowedByDevice() method
39 boolean isOemUnlockAllowedByDevice(); in isOemUnlockAllowedByDevice() method
56 boolean isOemUnlockAllowedByDevice(); in isOemUnlockAllowedByDevice() method
48 ::ndk::ScopedAStatus OemLock::isOemUnlockAllowedByDevice(bool *out_allowed) { in isOemUnlockAllowedByDevice() function in aidl::android::hardware::oemlock::OemLock
36 ::ndk::ScopedAStatus isOemUnlockAllowedByDevice(bool* out_allowed) override;
76 isOemUnlockAllowedByDevice() generates (OemLockStatus status, bool allowed);