Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java147 when(mSupplicantStaIfaceHal.startDaemon()).thenReturn(true); in setUp()
157 when(mHostapdHal.startDaemon()).thenReturn(true); in setUp()
438 mInOrder.verify(mHostapdHal).startDaemon(); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()
484 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()
701 mInOrder.verify(mHostapdHal).startDaemon(); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()
830 when(mSupplicantStaIfaceHal.startDaemon()).thenReturn(false); in testSetupClientInterfaceFailureInStartSupplicant()
837 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInStartSupplicant()
858 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInHalCreateStaIface()
884 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode()
918 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInSupplicantSetupIface()
[all …]
DSupplicantStaIfaceHalTest.java1687 assertTrue(mDut.startDaemon()); in testStartDaemonV1_0()
1703 assertTrue(mDut.startDaemon()); in testStartDaemonV1_1()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java502 public boolean startDaemon() { in startDaemon() method in HostapdHal
DWifiNative.java353 if (!mSupplicantStaIfaceHal.startDaemon()) { in startAndWaitForSupplicantConnection()
1549 if (!mHostapdHal.startDaemon()) { in startAndWaitForHostapdConnection()
DSupplicantStaIfaceHal.java623 public boolean startDaemon() { in startDaemon() method in SupplicantStaIfaceHal