Home
last modified time | relevance | path

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

/system/connectivity/shill/dbus/
Dchromeos_wimax_network_proxy.cc56 RegisterProperty(kPropertyCINR, &cinr); in PropertySet()
130 if (!properties_->cinr.GetAndBlock()) { in CINR()
134 return properties_->cinr.value(); in CINR()
Dchromeos_wimax_network_proxy.h56 brillo::dbus_utils::Property<int32_t> cinr; variable