Home
last modified time | relevance | path

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

/external/libweave/examples/provider/
Dwifi_manager.cc73 StopAccessPoint();
76 StopAccessPoint(); in ~WifiImpl()
184 void WifiImpl::StopAccessPoint() { in StopAccessPoint() function in weave::examples::WifiImpl
Dwifi_manager.h37 void StopAccessPoint() override;
/external/libweave/include/weave/provider/test/
Dmock_wifi.h25 MOCK_METHOD0(StopAccessPoint, void());
/external/libweave/include/weave/provider/
Dwifi.h29 virtual void StopAccessPoint() = 0;
/external/libweave/src/
Dweave_unittest.cc502 EXPECT_CALL(wifi_, StopAccessPoint()) in TEST_F()
549 EXPECT_CALL(wifi_, StopAccessPoint()) in TEST_F()
580 EXPECT_CALL(wifi_, StopAccessPoint()) in TEST_F()
/external/libweave/src/privet/
Dwifi_bootstrap_manager.cc99 wifi_->StopAccessPoint(); in EndBootstrapping()