Home
last modified time | relevance | path

Searched refs:GetCurrentlyConnectedSsid (Results 1 – 7 of 7) sorted by relevance

/external/libweave/src/privet/
Dprivet_manager.cc97 std::string Manager::GetCurrentlyConnectedSsid() const { in GetCurrentlyConnectedSsid() function in weave::privet::Manager
99 ? wifi_bootstrap_manager_->GetCurrentlyConnectedSsid() in GetCurrentlyConnectedSsid()
Dwifi_delegate.h39 virtual std::string GetCurrentlyConnectedSsid() const = 0;
Dwifi_bootstrap_manager.h60 std::string GetCurrentlyConnectedSsid() const override;
Dprivet_manager.h57 std::string GetCurrentlyConnectedSsid() const;
Dmock_delegates.h151 MOCK_CONST_METHOD0(GetCurrentlyConnectedSsid, std::string());
159 EXPECT_CALL(*this, GetCurrentlyConnectedSsid()) in MockWifiDelegate()
Dwifi_bootstrap_manager.cc197 std::string WifiBootstrapManager::GetCurrentlyConnectedSsid() const { in GetCurrentlyConnectedSsid() function in weave::privet::WifiBootstrapManager
Dprivet_handler.cc275 result->SetString(kInfoWifiSsidKey, wifi.GetCurrentlyConnectedSsid()); in CreateWifiSection()
836 wifi->SetString(kInfoWifiSsidKey, wifi_->GetCurrentlyConnectedSsid()); in ReplyWithSetupStatus()