Home
last modified time | relevance | path

Searched defs:SendResponseComplete (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_grpc/public/pw_grpc/
H A Dconnection.h156 Status SendResponseComplete(StreamId stream_id, pw::Status response_code) { in SendResponseComplete() function
/aosp_15_r20/external/pigweed/pw_grpc/
H A Dconnection.cc434 Status Connection::Writer::SendResponseComplete(StreamId stream_id, in SendResponseComplete() function in pw::grpc::Connection::Writer