Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmodem_classic.cc64 if (!modem_properties.ContainsUint(kPropertyIPMethod) || in CreateDeviceClassic()
65 (ip_method = modem_properties.GetUint(kPropertyIPMethod)) != in CreateDeviceClassic()
Dmodem.h66 static const char kPropertyIPMethod[]; variable
Dmodem.cc42 const char Modem::kPropertyIPMethod[] = "IpMethod"; member in shill::Modem