Home
last modified time | relevance | path

Searched defs:FakeChannelOutput (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/
H A Dfake_channel_output_test.cc49 TEST(FakeChannelOutput, SendAndClear) { in TEST() argument
78 TEST(FakeChannelOutput, SendAndFakeFutureResults) { in TEST() argument
127 TEST(FakeChannelOutput, SendAndFakeSingleResult) { in TEST() argument
164 TEST(FakeChannelOutput, SendResponseUpdated) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dfake_channel_output.h247 FakeChannelOutput(Vector<Packet>& packets, Vector<std::byte>& payloads) in FakeChannelOutput() function
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dpayloads_view.h36 class FakeChannelOutput; variable
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dsynchronous_call_test.cc55 using FakeChannelOutput = NanopbFakeChannelOutput<2>; typedef in pw::rpc::test::__anon3d14c59b0111::SynchronousCallTest
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dsynchronous_call_test.cc87 using FakeChannelOutput = PwpbFakeChannelOutput<2>; typedef in pw::rpc::test::__anonbae1a1760111::SynchronousCallTest