Home
last modified time | relevance | path

Searched refs:BlockOnResponse (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/nanopb/
Dclient_server_context_threaded_test.cc51 void BlockOnResponse(uint32_t i, Client& client, uint32_t channel_id) { in BlockOnResponse() function in pw::rpc::__anon8fdc851d0111::RpcCaller
78 caller.BlockOnResponse(value, ctx.client(), ctx.channel().id()); in TEST()
98 caller.BlockOnResponse(value1, ctx.client(), ctx.channel().id()); in TEST()
99 caller.BlockOnResponse(value2, ctx.client(), ctx.channel().id()); in TEST()
/external/pigweed/pw_rpc/pwpb/
Dclient_server_context_threaded_test.cc61 void BlockOnResponse(uint32_t i, Client& client, uint32_t channel_id) { in BlockOnResponse() function in pw::rpc::__anon0a0b8c780211::RpcCaller
85 caller.BlockOnResponse(value, ctx.client(), ctx.channel().id()); in TEST()
104 caller.BlockOnResponse(value1, ctx.client(), ctx.channel().id()); in TEST()
105 caller.BlockOnResponse(value2, ctx.client(), ctx.channel().id()); in TEST()
/external/pigweed/pw_rpc/
Ddocs.rst1393 Status BlockOnResponse(uint32_t value);
1414 const auto result = client.BlockOnResponse(value);