Searched refs:isOemUnlockAllowedByCarrier (Results 1 – 8 of 8) sorted by relevance
98 const auto ret = oemlock->isOemUnlockAllowedByCarrier(&allowed); in TEST_P()117 const auto get_ret = oemlock->isOemUnlockAllowedByCarrier(&allowed); in TEST_P()132 const auto check_set_ret = oemlock->isOemUnlockAllowedByCarrier(&allowed); in TEST_P()149 const auto check_restore_ret = oemlock->isOemUnlockAllowedByCarrier(&allowed); in TEST_P()
124 const auto ret = oemlock->isOemUnlockAllowedByCarrier([&](OemLockStatus s, bool a) { in TEST_P()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()
23 boolean isOemUnlockAllowedByCarrier(); in isOemUnlockAllowedByCarrier() method
38 boolean isOemUnlockAllowedByCarrier(); in isOemUnlockAllowedByCarrier() method
48 boolean isOemUnlockAllowedByCarrier(); in isOemUnlockAllowedByCarrier() method
38 ::ndk::ScopedAStatus OemLock::isOemUnlockAllowedByCarrier(bool *out_allowed) { in isOemUnlockAllowedByCarrier() function in aidl::android::hardware::oemlock::OemLock
35 ::ndk::ScopedAStatus isOemUnlockAllowedByCarrier(bool* out_allowed) override;
60 isOemUnlockAllowedByCarrier() generates (OemLockStatus status, bool allowed);