Searched refs:IsTechnologyDisabling (Results 1 – 4 of 4) sorted by relevance
359 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()
117 bool IsTechnologyDisabling(const std::string& technology) const; in COMPONENT_EXPORT()
143 bool ShillPropertyHandler::IsTechnologyDisabling( in IsTechnologyDisabling() function in chromeos::internal::ShillPropertyHandler
259 if (shill_property_handler_->IsTechnologyDisabling(technology)) { in GetTechnologyState()