Home
last modified time | relevance | path

Searched refs:IsTechnologyDisabling (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dshill_property_handler_unittest.cc359 EXPECT_TRUE(shill_property_handler_->IsTechnologyDisabling(shill::kTypeWifi)); in TEST_F()
363 shill_property_handler_->IsTechnologyDisabling(shill::kTypeWifi)); in TEST_F()
372 shill_property_handler_->IsTechnologyDisabling(shill::kTypeWifi)); in TEST_F()
H A Dshill_property_handler.h117 bool IsTechnologyDisabling(const std::string& technology) const; in COMPONENT_EXPORT()
H A Dshill_property_handler.cc143 bool ShillPropertyHandler::IsTechnologyDisabling( in IsTechnologyDisabling() function in chromeos::internal::ShillPropertyHandler
H A Dnetwork_state_handler.cc259 if (shill_property_handler_->IsTechnologyDisabling(technology)) { in GetTechnologyState()