Home
last modified time | relevance | path

Searched refs:IsTechnologyEnabling (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
Dshill_property_handler.h104 bool IsTechnologyEnabling(const std::string& technology) const;
Dshill_property_handler.cc138 bool ShillPropertyHandler::IsTechnologyEnabling( in IsTechnologyEnabling() function in chromeos::internal::ShillPropertyHandler
Dnetwork_state_handler.cc113 else if (shill_property_handler_->IsTechnologyEnabling(technology)) in GetTechnologyState()