Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dwifi_ssid_generator_unittest.cc26 EXPECT_CALL(wifi_, GetTypes()) in TEST_F()
46 EXPECT_CALL(wifi_, GetTypes()) in TEST_F()
Dwifi_delegate.h46 virtual std::set<WifiType> GetTypes() const = 0;
Dmock_delegates.h153 MOCK_CONST_METHOD0(GetTypes, std::set<WifiType>());
162 EXPECT_CALL(*this, GetTypes()) in MockWifiDelegate()
Dwifi_bootstrap_manager.h62 std::set<WifiType> GetTypes() const override;
Dwifi_ssid_generator.cc69 std::set<WifiType> types = wifi_->GetTypes(); in GenerateFlagsInternal()
Dwifi_bootstrap_manager.cc206 std::set<WifiType> WifiBootstrapManager::GetTypes() const { in GetTypes() function in weave::privet::WifiBootstrapManager
Dprivet_handler.cc271 for (WifiType type : wifi.GetTypes()) in CreateWifiSection()
764 if (!wifi_ || wifi_->GetTypes().empty()) { in HandleSetupStart()