Home
last modified time | relevance | path

Searched refs:GetSupplicantInterfaceProxy (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_unittest.cc905 EXPECT_CALL(*GetSupplicantInterfaceProxy(), AddNetwork(_, _)) in SetupConnectingService()
907 EXPECT_CALL(*GetSupplicantInterfaceProxy(), in SetupConnectingService()
909 EXPECT_CALL(*GetSupplicantInterfaceProxy(), SelectNetwork(network_path)); in SetupConnectingService()
1013 MockSupplicantInterfaceProxy* GetSupplicantInterfaceProxy() { in GetSupplicantInterfaceProxy() function in shill::WiFiObjectTest
1491 EXPECT_CALL(*GetSupplicantInterfaceProxy(), Scan(_)); in ExpectScanStart()
1547 EXPECT_CALL(*GetSupplicantInterfaceProxy(), in TEST_F()
1553 EXPECT_CALL(*GetSupplicantInterfaceProxy(), in TEST_F()
1563 EXPECT_CALL(*GetSupplicantInterfaceProxy(), SetRoamThreshold(_)).Times(0); in TEST_F()
1575 EXPECT_CALL(*GetSupplicantInterfaceProxy(), RemoveAllNetworks()); in TEST_F()
1576 EXPECT_CALL(*GetSupplicantInterfaceProxy(), FlushBSS(0)); in TEST_F()
[all …]
/system/connectivity/shill/ethernet/
Dethernet_unittest.cc164 const SupplicantInterfaceProxyInterface* GetSupplicantInterfaceProxy() { in GetSupplicantInterfaceProxy() function in shill::EthernetTest
192 EXPECT_EQ(interface_proxy, GetSupplicantInterfaceProxy()); in StartSupplicant()
444 EXPECT_EQ(interface_proxy, GetSupplicantInterfaceProxy()); in TEST_F()
457 EXPECT_EQ(interface_proxy, GetSupplicantInterfaceProxy()); in TEST_F()
467 EXPECT_EQ(nullptr, GetSupplicantInterfaceProxy()); in TEST_F()
541 EXPECT_EQ(nullptr, GetSupplicantInterfaceProxy()); in TEST_F()