Home
last modified time | relevance | path

Searched refs:GetAndBlock (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_property.h35 bool GetAndBlock() { in GetAndBlock() function
36 return property_set()->GetAndBlock(this); in GetAndBlock()
/external/libchrome/dbus/
Dproperty.h266 virtual bool GetAndBlock(PropertyBase* property);
395 virtual bool GetAndBlock() { in GetAndBlock() function
396 return property_set()->GetAndBlock(this); in GetAndBlock()
Dproperty.cc137 bool PropertySet::GetAndBlock(PropertyBase* property) { in GetAndBlock() function in dbus::PropertySet
/external/libbrillo/brillo/http/
Dhttp_utils_unittest.cc237 auto response = http::GetAndBlock(kMethodEchoUrl, {}, transport, nullptr); in TEST()
244 response = http::GetAndBlock(url, {}, transport, nullptr); in TEST()
440 auto response = http::GetAndBlock("http://bad.url", {}, transport, nullptr); in TEST()
Dhttp_utils.h120 BRILLO_EXPORT std::unique_ptr<Response> GetAndBlock(
Dhttp_utils.cc24 std::unique_ptr<Response> GetAndBlock(const std::string& url, in GetAndBlock() function