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

  /system/connectivity/shill/dbus/
chromeos_wimax_network_proxy.cc 103 if (!properties_->identifier.GetAndBlock()) {
112 if (!properties_->name.GetAndBlock()) {
121 if (!properties_->type.GetAndBlock()) {
130 if (!properties_->cinr.GetAndBlock()) {
139 if (!properties_->rssi.GetAndBlock()) {
148 if (!properties_->signal_strength.GetAndBlock()) {
chromeos_wimax_device_proxy.cc 181 if (!properties_->index.GetAndBlock()) {
190 if (!properties_->name.GetAndBlock()) {
chromeos_wimax_manager_proxy.cc 113 if (!properties_->devices.GetAndBlock()) {
chromeos_modem_cdma_proxy.cc 133 if (!properties_->meid.GetAndBlock()) {
chromeos_modem_gsm_card_proxy.cc 213 if (!properties_->enabled_facility_locks.GetAndBlock()) {
chromeos_modem_gsm_network_proxy.cc 150 if (!properties_->access_technology.GetAndBlock()) {
chromeos_supplicant_process_proxy.cc 196 if (!properties_->debug_level.GetAndBlock()) {
  /external/libbrillo/brillo/dbus/
dbus_property.h 35 bool GetAndBlock() {
36 return property_set()->GetAndBlock(this);
  /external/libchrome/dbus/
property.h 266 virtual bool GetAndBlock(PropertyBase* property);
395 virtual bool GetAndBlock() {
396 return property_set()->GetAndBlock(this);
property.cc 137 bool PropertySet::GetAndBlock(PropertyBase* property) {
149 LOG(WARNING) << property->name() << ": GetAndBlock: failed.";
  /external/libbrillo/brillo/http/
http_utils.h 120 BRILLO_EXPORT std::unique_ptr<Response> GetAndBlock(
http_utils_unittest.cc 237 auto response = http::GetAndBlock(kMethodEchoUrl, {}, transport, nullptr);
244 response = http::GetAndBlock(url, {}, transport, nullptr);
438 auto response = http::GetAndBlock("http://bad.url", {}, transport, nullptr);
http_utils.cc 24 std::unique_ptr<Response> GetAndBlock(const std::string& url,

Completed in 182 milliseconds