Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_unittest.cc2161 unique_ptr<MockSupplicantNetworkProxy> network_proxy( in TEST_F() local
2165 .WillOnce(ReturnAndReleasePointee(&network_proxy)); in TEST_F()
2166 EXPECT_CALL(*network_proxy, SetEnabled(false)).WillOnce(Return(true)); in TEST_F()
2188 unique_ptr<MockSupplicantNetworkProxy> network_proxy( in TEST_F() local
2192 .WillOnce(ReturnAndReleasePointee(&network_proxy)); in TEST_F()
2193 EXPECT_CALL(*network_proxy, SetEnabled(false)).WillOnce(Return(true)); in TEST_F()