HomeSort by relevance Sort by last modified time
    Searched refs:StopSupplicant (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
supplicant_manager.h 36 virtual bool StopSupplicant();
  /frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
mock_supplicant_manager.h 30 MOCK_METHOD0(StopSupplicant, bool());
  /system/connectivity/wificond/tests/
client_interface_impl_unittest.cpp 70 EXPECT_CALL(*supplicant_manager_, StopSupplicant())
102 EXPECT_CALL(*supplicant_manager_, StopSupplicant())
108 EXPECT_CALL(*supplicant_manager_, StopSupplicant())
  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 197 bool SupplicantManager::StopSupplicant() {
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test_utils.cpp 151 void stopSupplicant() {
155 ASSERT_TRUE(supplicant_manager.StopSupplicant());
  /system/connectivity/wificond/
client_interface_impl.cpp 176 return supplicant_manager_->StopSupplicant();
server.cpp 238 supplicant_manager_->StopSupplicant();

Completed in 1328 milliseconds