Home
last modified time | relevance | path

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

/system/connectivity/shill/dbus/
Dchromeos_modem_gsm_card_proxy.cc42 const char ChromeosModemGSMCardProxy::kPropertyEnabledFacilityLocks[] = member in shill::ChromeosModemGSMCardProxy
50 RegisterProperty(kPropertyEnabledFacilityLocks, &enabled_facility_locks); in PropertySet()
Dchromeos_modem_gsm_card_proxy.h85 static const char kPropertyEnabledFacilityLocks[]; variable
/system/connectivity/shill/cellular/
Dcellular_capability_gsm.cc64 const char CellularCapabilityGSM::kPropertyEnabledFacilityLocks[] = member in shill::CellularCapabilityGSM
680 if (properties.ContainsUint(kPropertyEnabledFacilityLocks)) { in OnPropertiesChanged()
681 uint32_t locks = properties.GetUint(kPropertyEnabledFacilityLocks); in OnPropertiesChanged()
Dcellular_capability_gsm.h160 static const char kPropertyEnabledFacilityLocks[]; variable
Dcellular_capability_gsm_unittest.cc672 props.SetUint(CellularCapabilityGSM::kPropertyEnabledFacilityLocks, in TEST_F()