HomeSort by relevance Sort by last modified time
    Searched refs:SetAndBlock (Results 1 - 6 of 6) sorted by null

  /external/libbrillo/brillo/dbus/
dbus_property.h 49 bool SetAndBlock(const T& value) {
51 return property_set()->SetAndBlock(this);
  /system/connectivity/shill/dbus/
chromeos_supplicant_network_proxy.cc 85 if(!properties_->enabled.SetAndBlock(enabled)) {
chromeos_supplicant_interface_proxy.cc 392 if (!properties_->fast_reauth.SetAndBlock(enabled)) {
403 if (!properties_->roam_threshold.SetAndBlock(threshold)) {
415 if (!properties_->scan_interval.SetAndBlock(scan_interval)) {
428 if (!properties_->disable_high_bitrates.SetAndBlock(disable_high_bitrates)) {
439 if (!properties_->sched_scan.SetAndBlock(enable)) {
450 if (!properties_->scan.SetAndBlock(enable)) {
chromeos_supplicant_process_proxy.cc 183 if (!properties_->debug_level.SetAndBlock(level)) {
  /external/libchrome/dbus/
property.h 290 virtual bool SetAndBlock(PropertyBase* property);
410 virtual bool SetAndBlock(const T& value) {
412 return property_set()->SetAndBlock(this);
property.cc 207 bool PropertySet::SetAndBlock(PropertyBase* property) {

Completed in 199 milliseconds