Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_unittest.cc598 supplicant_network_proxy_(new NiceMock<MockSupplicantNetworkProxy>()) { in WiFiObjectTest()
617 ON_CALL(*supplicant_network_proxy_.get(), SetEnabled(_)) in WiFiObjectTest()
633 .WillByDefault(ReturnAndReleasePointee(&supplicant_network_proxy_)); in WiFiObjectTest()
1385 unique_ptr<MockSupplicantNetworkProxy> supplicant_network_proxy_; member in shill::WiFiObjectTest