Searched refs:startDaemon (Results 1 – 5 of 5) sorted by relevance
147 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 …]
1687 assertTrue(mDut.startDaemon()); in testStartDaemonV1_0()1703 assertTrue(mDut.startDaemon()); in testStartDaemonV1_1()
502 public boolean startDaemon() { in startDaemon() method in HostapdHal
353 if (!mSupplicantStaIfaceHal.startDaemon()) { in startAndWaitForSupplicantConnection()1549 if (!mHostapdHal.startDaemon()) { in startAndWaitForHostapdConnection()
623 public boolean startDaemon() { in startDaemon() method in SupplicantStaIfaceHal