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

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

Completed in 416 milliseconds