Home
last modified time | relevance | path

Searched defs:TestAnotherUnaryRpc (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dmethod_lookup_test.cc31 void TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::__anon5480a98f0111::MixedService1
65 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() function in pw::rpc::__anon5480a98f0111::MixedService2
H A Dmethod_info_test.cc33 void TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::internal::__anon413cdfc10111::TestService
H A Dserver_callback_test.cc35 Status TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::__anon39ca31f80111::TestServiceImpl
H A Dclient_server_context_threaded_test.cc37 Status TestAnotherUnaryRpc(const pw_rpc_test_TestRequest& request, in TestAnotherUnaryRpc() function in pw::rpc::__anon1a402c6e0111::TestService
H A Dclient_server_context_test.cc34 Status TestAnotherUnaryRpc(const pw_rpc_test_TestRequest& request, in TestAnotherUnaryRpc() function in pw::rpc::__anon80cb842e0111::TestService
H A Dclient_call_test.cc57 static NanopbUnaryReceiver<pw_rpc_test_TestResponse> TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::__anon477083ef0111::FakeGeneratedServiceClient
H A Dcodegen_test.cc38 void TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
H A Dserver_reader_writer_test.cc36 void TestAnotherUnaryRpc(const pw_rpc_test_TestRequest&, in TestAnotherUnaryRpc() function in pw::rpc::__anonfa544afa0111::TestServiceImpl
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dmethod_lookup_test.cc35 void TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anonbe209b4a0111::MixedService1
67 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() function in pw::rpc::__anonbe209b4a0111::MixedService2
H A Dmethod_info_test.cc42 void TestAnotherUnaryRpc(const test::TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anone52f26bc0111::TestService
H A Dserver_callback_test.cc39 Status TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anon8b2d7e730111::TestServiceImpl
H A Dclient_server_context_threaded_test.cc46 Status TestAnotherUnaryRpc(const TestRequest::Message& request, in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
H A Dclient_server_context_test.cc44 Status TestAnotherUnaryRpc(const TestRequest::Message& request, in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
H A Dclient_call_test.cc61 static PwpbUnaryReceiver<TestResponse::Message> TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::__anoneb62caea0111::FakeGeneratedServiceClient
H A Dsynchronous_call_test.cc56 Status TestAnotherUnaryRpc(const TestRequest::Message& /*request*/, in TestAnotherUnaryRpc() function in pw::rpc::test::__anonbae1a1760111::TestServiceImpl
H A Dcodegen_test.cc38 void TestAnotherUnaryRpc( in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
H A Dserver_reader_writer_test.cc39 void TestAnotherUnaryRpc(const TestRequest::Message&, in TestAnotherUnaryRpc() function in pw::rpc::__anon08919c550111::TestServiceImpl
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dcodegen_test.cc82 void TestAnotherUnaryRpc(ConstByteSpan request, in TestAnotherUnaryRpc() function in pw::rpc::test::TestService
190 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() function in pw::rpc::test::NoPackageTestService
H A Dmethod_info_test.cc31 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() function in pw::rpc::internal::__anon4f06dd0d0111::TestService
H A Dserver_reader_writer_test.cc38 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() function in pw::rpc::__anon3ecdfdc60111::TestServiceImpl
/aosp_15_r20/external/pigweed/pw_rpc/pw_rpc_test_protos/
H A Dno_package.proto37 rpc TestAnotherUnaryRpc(PwRpcTestRequest) returns (PwRpcTestResponse); rpc
H A Dtest.proto37 rpc TestAnotherUnaryRpc(TestRequest) returns (TestResponse); rpc