Home
last modified time | relevance | path

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

/packages/experimental/RpcPerformance/
Drpcperftest.cpp31 class ITestService : public IInterface { class
36 typedef BpInterface<ITestService> BpTestService;
54 status_t status = sm->addService(name, new BnInterface<ITestService>()); in main()