Searched refs:enabled_facility_locks (Results 1 – 2 of 2) sorted by relevance
50 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()
79 brillo::dbus_utils::Property<uint32_t> enabled_facility_locks; variable