Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
H A Dmethod.h242 UnaryRequestFunction unary_request; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/
Dmod.rs149 pub fn unary_request(ctx: RequestContext, rc: RequestCallContext) -> CallTag { in unary_request() method
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_server.py499 def unary_request(): function