Searched refs:tearDownInterfaces (Results 1 – 6 of 6) sorted by relevance
46 void tearDownInterfaces(); in tearDownInterfaces() method
76 EXPECT_TRUE(service->tearDownInterfaces().isOk()); in TEST()
175 EXPECT_TRUE(server_.tearDownInterfaces().isOk()); in TEST_F()436 EXPECT_TRUE(server_.tearDownInterfaces().isOk()); in TEST_F()
99 android::binder::Status tearDownInterfaces() override;
248 Status Server::tearDownInterfaces() { in tearDownInterfaces() function in android::wificond::Server