Searched refs:tearDownInterfaces (Results 1 – 11 of 11) sorted by relevance
46 void tearDownInterfaces(); in tearDownInterfaces() method
398 assertTrue(mWificondControl.tearDownInterfaces()); in testTearDownInterfaces()399 verify(mWificond).tearDownInterfaces(); in testTearDownInterfaces()408 assertTrue(mWificondControl.tearDownInterfaces()); in testTearDownInterfacesRemovesScanEventSubscription()420 assertFalse(mWificondControl.tearDownInterfaces()); in testTearDownInterfacesErrorWhenWificondIsNotStarterd()448 assertTrue(mWificondControl.tearDownInterfaces()); in testSignalPollErrorWhenNoClientInterfaceConfigured()480 assertTrue(mWificondControl.tearDownInterfaces()); in testGetTxPacketCountersErrorWhenNoClientInterfaceConfigured()499 assertTrue(mWificondControl.tearDownInterfaces()); in testGetScanResultsErrorWhenNoClientInterfaceConfigured()
76 EXPECT_TRUE(service->tearDownInterfaces().isOk()); in TEST()
173 EXPECT_TRUE(server_.tearDownInterfaces().isOk()); in TEST_F()434 EXPECT_TRUE(server_.tearDownInterfaces().isOk()); in TEST_F()
99 android::binder::Status tearDownInterfaces() override;
241 Status Server::tearDownInterfaces() { in tearDownInterfaces() function in android::wificond::Server
147 when(mWificondControl.tearDownInterfaces()).thenReturn(true); in setUp()186 mInOrder.verify(mWificondControl).tearDownInterfaces(); in setUp()431 verify(mWificondControl, times(2)).tearDownInterfaces(); // first time at initialize in testTeardownAllInterfaces()1572 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedClientInterface()1647 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedClientInterfaceForScan()1748 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedSoftApInterface()
824 public boolean tearDownInterfaces() { in tearDownInterfaces() method in WifiNl80211Manager837 mWificond.tearDownInterfaces(); in tearDownInterfaces()
478 if (!mWifiCondManager.tearDownInterfaces()) { in stopHalAndWificondIfNecessary()1048 mWifiCondManager.tearDownInterfaces(); in initialize()
7959 method public boolean tearDownInterfaces();