Searched refs:removeApIface (Results 1 – 6 of 6) sorted by relevance
1517 verify(chipMock.chip).removeApIface("wlan1"); in testInterfaceCreationFlowTestChipV2()1802 verify(chipMock.chip).removeApIface("wlan1"); in testInterfaceCreationFlowTestChipV3()2065 verify(chipMock.chip).removeApIface("wlan1"); in testInterfaceCreationFlowTestChipV4()2247 verify(chipMock.chip).removeApIface("ap0"); in testLowPriorityStaTestChipV1()2493 mInOrder.verify(chipMock.chip).removeApIface(ifaceName); in runCreateSingleXxxInterfaceNoInitMode()2711 mInOrder.verify(chipMock.chip).removeApIface(getName(tearDownIface)); in validateInterfaceSequence()3111 doAnswer(new RemoveXxxIfaceAnswer(this, IfaceType.AP)).when(chip).removeApIface( in initialize()
128 when(mWifiVendorHal.removeApIface(any())).thenReturn(true); in setUp()1060 mInOrder.verify(mWifiVendorHal).removeApIface(any()); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode()1475 mInOrder.verify(mWifiVendorHal).removeApIface(ifaceName); in executeAndValidateTeardownSoftApInterface()
642 assertFalse(mWifiVendorHal.removeApIface(TEST_IFACE_NAME)); in testApInterfaceDestroyedHandling()3017 assertTrue(mWifiVendorHal.removeApIface(ifaceName)); in testCreateRemoveApIface()
813 private boolean removeApIface(@NonNull Iface iface) { in removeApIface() method in WifiNative816 return mWifiVendorHal.removeApIface(iface.name); in removeApIface()1141 if (!removeApIface(iface)) { in teardownInterface()
1950 status = chip.removeApIface(name); in removeIfaceInternal()
506 public boolean removeApIface(@NonNull String ifaceName) { in removeApIface() method in WifiVendorHal