Searched refs:StopAccessPoint (Results 1 – 6 of 6) sorted by relevance
73 StopAccessPoint();76 StopAccessPoint(); in ~WifiImpl()184 void WifiImpl::StopAccessPoint() { in StopAccessPoint() function in weave::examples::WifiImpl
37 void StopAccessPoint() override;
25 MOCK_METHOD0(StopAccessPoint, void());
29 virtual void StopAccessPoint() = 0;
502 EXPECT_CALL(wifi_, StopAccessPoint()) in TEST_F()549 EXPECT_CALL(wifi_, StopAccessPoint()) in TEST_F()580 EXPECT_CALL(wifi_, StopAccessPoint()) in TEST_F()
99 wifi_->StopAccessPoint(); in EndBootstrapping()