Searched defs:GetAndBlock (Results 1 - 4 of 4) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_property.h35 bool GetAndBlock() { function in class:brillo::dbus_utils::Property
36 return property_set()->GetAndBlock(this);
/external/libbrillo/brillo/http/
H A Dhttp_utils.cc24 std::unique_ptr<Response> GetAndBlock(const std::string& url, function in namespace:brillo::http
/external/libchrome/dbus/
H A Dproperty.cc137 bool PropertySet::GetAndBlock(PropertyBase* property) { function in class:dbus::PropertySet
148 LOG(WARNING) << property->name() << ": GetAndBlock: failed.";
H A Dproperty.h266 virtual bool GetAndBlock(PropertyBase* property);
395 virtual bool GetAndBlock() { function in class:dbus::Property
396 return property_set()->GetAndBlock(this);

Completed in 175 milliseconds