Home
last modified time | relevance | path

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

/external/pigweed/pw_transfer/
Dtest_rpc_server.cc39 class TestServerService class
40 : public pw_rpc::raw::TestServer::Service<TestServerService> {
42 TestServerService(TransferService& transfer_service) in TestServerService() function in pw::transfer::__anon67ed99720111::TestServerService
45 ~TestServerService() { UnregisterHandlers(); } in ~TestServerService()
94 TestServerService test_server_service(transfer_service);