Searched refs:listInterfaces (Results 1 – 13 of 13) sorted by relevance
90 supplicant_->listInterfaces( in TEST_P()115 supplicant_->listInterfaces( in TEST_P()
108 supplicant->listInterfaces([&](const SupplicantStatus& status, in findIfaceOfType()
62 * using |listInterfaces|.86 listInterfaces() generates (SupplicantStatus status, vec<IfaceInfo> ifaces);
51 String[] listInterfaces(); in listInterfaces() method
409 final String[] ifaces = mNMService.listInterfaces(); in trackAvailableInterfaces()
667 currentIfaces = service.listInterfaces(); in configureBtIface()
2784 .when(mISupplicantMock).listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()2814 mInOrder.verify(mISupplicantMock).listInterfaces( in executeAndValidateInitializationSequence()2883 verify(mISupplicantMock, never()).listInterfaces( in executeAndValidateInitializationSequenceV1_1()
2426 .listInterfaces(any(ISupplicant.listInterfacesCallback.class)); in executeAndValidateInitializationSequence()2473 mInOrder.verify(mISupplicantMock).listInterfaces( in executeAndValidateInitializationSequence()2547 verify(mISupplicantMock, never()).listInterfaces( in executeAndValidateInitializationSequenceV1_1()
673 public String[] listInterfaces() { in listInterfaces() method in NetworkManagementService
309 mISupplicant.listInterfaces((SupplicantStatus status, in getIfaceV1_0()
488 mISupplicant.listInterfaces((SupplicantStatus status, in getIfaceV1_0()
39968 Landroid/os/INetworkManagementService$Stub$Proxy;->listInterfaces()[Ljava/lang/String;40136 Landroid/os/INetworkManagementService;->listInterfaces()[Ljava/lang/String;
2139 HSPLcom/android/server/NetworkManagementService;->listInterfaces()[Ljava/lang/String;