Searched refs:GetTypes (Results 1 – 7 of 7) sorted by relevance
26 EXPECT_CALL(wifi_, GetTypes()) in TEST_F()46 EXPECT_CALL(wifi_, GetTypes()) in TEST_F()
46 virtual std::set<WifiType> GetTypes() const = 0;
153 MOCK_CONST_METHOD0(GetTypes, std::set<WifiType>());162 EXPECT_CALL(*this, GetTypes()) in MockWifiDelegate()
62 std::set<WifiType> GetTypes() const override;
69 std::set<WifiType> types = wifi_->GetTypes(); in GenerateFlagsInternal()
206 std::set<WifiType> WifiBootstrapManager::GetTypes() const { in GetTypes() function in weave::privet::WifiBootstrapManager
271 for (WifiType type : wifi.GetTypes()) in CreateWifiSection()764 if (!wifi_ || wifi_->GetTypes().empty()) { in HandleSetupStart()