Searched refs:GetAndBlock (Results 1 – 6 of 6) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_property.h | 35 bool GetAndBlock() { in GetAndBlock() function 36 return property_set()->GetAndBlock(this); in GetAndBlock()
|
/external/libchrome/dbus/ |
D | property.h | 266 virtual bool GetAndBlock(PropertyBase* property); 395 virtual bool GetAndBlock() { in GetAndBlock() function 396 return property_set()->GetAndBlock(this); in GetAndBlock()
|
D | property.cc | 138 bool PropertySet::GetAndBlock(PropertyBase* property) { in GetAndBlock() function in dbus::PropertySet
|
/external/libbrillo/brillo/http/ |
D | http_utils_unittest.cc | 237 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()
|
D | http_utils.h | 120 BRILLO_EXPORT std::unique_ptr<Response> GetAndBlock(
|
D | http_utils.cc | 24 std::unique_ptr<Response> GetAndBlock(const std::string& url, in GetAndBlock() function
|