Home
last modified time | relevance | path

Searched refs:enabled_facility_locks (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_modem_gsm_card_proxy.cc50 RegisterProperty(kPropertyEnabledFacilityLocks, &enabled_facility_locks); in PropertySet()
213 if (!properties_->enabled_facility_locks.GetAndBlock()) { in EnabledFacilityLocks()
217 return properties_->enabled_facility_locks.value(); in EnabledFacilityLocks()
Dchromeos_modem_gsm_card_proxy.h79 brillo::dbus_utils::Property<uint32_t> enabled_facility_locks; variable