Home
last modified time | relevance | path

Searched refs:GetTechnologyString (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dservice.cc608 storage->SetString(id, kStorageType, GetTechnologyString()); in Save()
968 string Service::GetTechnologyString() const { in GetTechnologyString() function in shill::Service
973 return GetTechnologyString(); in CalculateTechnology()
Ddevice.h242 std::string GetTechnologyString(Error* error);
Dservice.h424 std::string GetTechnologyString() const;
Ddevice.cc212 &Device::GetTechnologyString); in Device()
449 string Device::GetTechnologyString(Error* /*error*/) { in GetTechnologyString() function in shill::Device
Dmanager.cc2154 services_[0]->GetTechnologyString() : ""; in DefaultTechnology()