Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_endpoint.h219 std::unique_ptr<SupplicantBSSProxyInterface> supplicant_bss_proxy_; variable
Dwifi_endpoint.cc101 supplicant_bss_proxy_.reset( in Start()
Dwifi_unittest.cc592 supplicant_bss_proxy_(new NiceMock<MockSupplicantBSSProxy>()), in WiFiObjectTest()
631 .WillByDefault(ReturnAndReleasePointee(&supplicant_bss_proxy_)); in WiFiObjectTest()
660 EXPECT_CALL(*supplicant_bss_proxy_, Die()).Times(AnyNumber()); in SetUp()
671 if (supplicant_bss_proxy_.get()) { in TearDown()
672 EXPECT_CALL(*supplicant_bss_proxy_, Die()); in TearDown()
1373 unique_ptr<MockSupplicantBSSProxy> supplicant_bss_proxy_; member in shill::WiFiObjectTest
3011 EXPECT_CALL(*supplicant_bss_proxy_, Die()).Times(AnyNumber()); in TEST_F()
3021 MockSupplicantBSSProxy* proxy = supplicant_bss_proxy_.get(); in TEST_F()