Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dserver_unittest.cpp205 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
209 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
260 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
276 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
350 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
373 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
405 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
412 EXPECT_TRUE(server_.tearDownClientInterface( in TEST_F()
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DIWificond.aidl42 boolean tearDownClientInterface(@utf8InCpp String iface_name); in tearDownClientInterface() method
/system/connectivity/wificond/tests/integration/
Dclient_interface_test.cpp71 EXPECT_TRUE(service->tearDownClientInterface(kInterfaceName, &succes).isOk()); in TEST()
/system/connectivity/wificond/
Dserver.h95 android::binder::Status tearDownClientInterface(
Dserver.cpp223 Status Server::tearDownClientInterface(const std::string& iface_name, in tearDownClientInterface() function in android::wificond::Server