Home
last modified time | relevance | path

Searched refs:GeneratedService (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_rpc/nanopb/
Dclient_server_context_test.cc22 using GeneratedService = ::pw::rpc::test::pw_rpc::nanopb::TestService; typedef
24 class TestService final : public GeneratedService::Service<TestService> {
58 auto call = GeneratedService::TestUnaryRpc( in TEST()
89 const auto call1 = GeneratedService::TestUnaryRpc( in TEST()
93 const auto call2 = GeneratedService::TestUnaryRpc( in TEST()
Dmethod_info_test.cc24 using GeneratedService = pw::rpc::test::pw_rpc::nanopb::TestService; typedef
26 class TestService final : public GeneratedService::Service<TestService> {
48 static_assert(MethodInfoTests<GeneratedService, TestService>().Pass());
Dclient_server_context_threaded_test.cc24 using GeneratedService = ::pw::rpc::test::pw_rpc::nanopb::TestService; typedef
26 class TestService final : public GeneratedService::Service<TestService> {
54 auto call = GeneratedService::TestUnaryRpc( in BlockOnResponse()
/external/pigweed/pw_rpc/pwpb/
Dclient_server_context_test.cc30 using GeneratedService = ::pw::rpc::test::pw_rpc::pwpb::TestService; typedef
32 class TestService final : public GeneratedService::Service<TestService> {
67 auto call = test::GeneratedService::TestUnaryRpc( in TEST()
96 const auto call1 = test::GeneratedService::TestUnaryRpc( in TEST()
100 const auto call2 = test::GeneratedService::TestUnaryRpc( in TEST()
Dclient_server_context_threaded_test.cc32 using GeneratedService = ::pw::rpc::test::pw_rpc::pwpb::TestService; typedef
34 class TestService final : public GeneratedService::Service<TestService> {
64 auto call = test::GeneratedService::TestUnaryRpc( in BlockOnResponse()