Searched refs:BlockOnResponse (Results 1 – 3 of 3) sorted by relevance
/external/pigweed/pw_rpc/nanopb/ |
D | client_server_context_threaded_test.cc | 51 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/ |
D | client_server_context_threaded_test.cc | 61 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/ |
D | docs.rst | 1393 Status BlockOnResponse(uint32_t value); 1414 const auto result = client.BlockOnResponse(value);
|