Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmodem_classic.cc49 if (modem_properties.ContainsUint(kPropertyType)) { in CreateDeviceClassic()
50 mm_type = modem_properties.GetUint(kPropertyType); in CreateDeviceClassic()
Dmodem.h67 static const char kPropertyType[]; variable
Dmodem.cc43 const char Modem::kPropertyType[] = "Type"; member in shill::Modem
/system/connectivity/shill/dbus/
Dchromeos_wimax_network_proxy.cc42 const char ChromeosWiMaxNetworkProxy::kPropertyType[] = "Type"; member in shill::ChromeosWiMaxNetworkProxy
55 RegisterProperty(kPropertyType, &type); in PropertySet()
Dchromeos_wimax_network_proxy.h66 static const char kPropertyType[]; variable