HomeSort by relevance Sort by last modified time
    Searched refs:StartAccessPoint (Results 1 - 8 of 8) sorted by null

  /external/libweave/include/weave/provider/test/
mock_wifi.h 24 MOCK_METHOD1(StartAccessPoint, void(const std::string&));
  /external/libweave/include/weave/provider/
wifi.h 26 virtual void StartAccessPoint(const std::string& ssid) = 0;
  /external/libweave/examples/provider/
wifi_manager.h 36 void StartAccessPoint(const std::string& ssid) override;
wifi_manager.cc 144 void WifiImpl::StartAccessPoint(const std::string& ssid) {
  /external/libweave/src/
weave_unittest.cc 270 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
470 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
492 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
522 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
542 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
573 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
588 EXPECT_CALL(wifi_, StartAccessPoint(MatchesRegex("TEST_NAME.*prv")))
  /system/weaved/buffet/
shill_client.h 57 void StartAccessPoint(const std::string& ssid) override;
shill_client.cc 204 void ShillClient::StartAccessPoint(const std::string& ssid) {
  /external/libweave/src/privet/
wifi_bootstrap_manager.cc 94 wifi_->StartAccessPoint(privet_ssid_);

Completed in 3754 milliseconds