Searched refs:startDaemon (Results 1 – 6 of 6) sorted by relevance
141 when(mSupplicantStaIfaceHal.startDaemon()).thenReturn(true); in setUp()151 when(mHostapdHal.startDaemon()).thenReturn(true); in setUp()433 mInOrder.verify(mHostapdHal).startDaemon(); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown()479 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown()698 mInOrder.verify(mHostapdHal).startDaemon(); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface()828 when(mSupplicantStaIfaceHal.startDaemon()).thenReturn(false); in testSetupClientInterfaceFailureInStartSupplicant()835 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInStartSupplicant()856 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInHalCreateStaIface()883 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode()917 mInOrder.verify(mSupplicantStaIfaceHal).startDaemon(); in testSetupClientInterfaceFailureInSupplicantSetupIface()[all …]
259 when(mStaIfaceHal.startDaemon()).thenReturn(true); in setUp()
1522 assertTrue(mDut.startDaemon()); in testStartDaemonV1_0()1534 assertTrue(mDut.startDaemon()); in testStartDaemonV1_1()
683 public boolean startDaemon() { in startDaemon() method in HostapdHal
421 if (!mSupplicantStaIfaceHal.startDaemon()) { in startAndWaitForSupplicantConnection()1721 if (!mHostapdHal.startDaemon()) {
687 public boolean startDaemon() { in startDaemon() method in SupplicantStaIfaceHal