Home
last modified time | relevance | path

Searched defs:ReplyWithError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_method_response.cc24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) { in ReplyWithError() function in brillo::dbus_utils::DBusMethodResponseBase
30 void DBusMethodResponseBase::ReplyWithError( in ReplyWithError() function in brillo::dbus_utils::DBusMethodResponseBase
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dbearer.cc515 bool Bearer::ReplyWithError(TransactionId id, in ReplyWithError() function in bt::att::Bearer
H A Dbearer_test.cc1065 TEST_F(BearerTest, ReplyWithError) { in TEST_F() argument