Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/hostapd/1.0/vts/functional/
H A Dhostapd_hidl_test_utils.cpp71 if (supplicant_manager.IsSupplicantRunning()) { in stopSupplicantIfNeeded()
75 ASSERT_FALSE(supplicant_manager.IsSupplicantRunning()); in stopSupplicantIfNeeded()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test_utils.cpp55 if (supplicant_manager.IsSupplicantRunning() == is_running) { in waitForSupplicantState()
160 ASSERT_FALSE(supplicant_manager.IsSupplicantRunning()); in stopSupplicant()
170 ASSERT_TRUE(supplicant_manager.IsSupplicantRunning()); in startSupplicantAndWaitForHidlService()
/aosp12/frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
H A Dmock_supplicant_manager.h32 MOCK_METHOD0(IsSupplicantRunning, bool());
/aosp12/frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
H A Dsupplicant_manager.h39 virtual bool IsSupplicantRunning();
/aosp12/frameworks/opt/net/wifi/libwifi_system/
H A Dsupplicant_manager.cpp113 bool SupplicantManager::IsSupplicantRunning() { in IsSupplicantRunning() function in android::wifi_system::SupplicantManager