Searched refs:supplicant_bss_proxy_ (Results 1 – 3 of 3) sorted by relevance
219 std::unique_ptr<SupplicantBSSProxyInterface> supplicant_bss_proxy_; variable
101 supplicant_bss_proxy_.reset( in Start()
592 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::WiFiObjectTest3011 EXPECT_CALL(*supplicant_bss_proxy_, Die()).Times(AnyNumber()); in TEST_F()3021 MockSupplicantBSSProxy* proxy = supplicant_bss_proxy_.get(); in TEST_F()