Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dshill_property_handler.h116 bool IsTechnologyUninitialized(const std::string& technology) const;
Dshill_property_handler.cc147 bool ShillPropertyHandler::IsTechnologyUninitialized( in IsTechnologyUninitialized() function in chromeos::internal::ShillPropertyHandler
Dnetwork_state_handler.cc109 else if (shill_property_handler_->IsTechnologyUninitialized(technology)) in GetTechnologyState()