Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/test/unittest/
Dipc_generator_impl_test.cpp46 …ASSERT_TRUE(ipcGeneratorImpl.AddServiceMethod("TestService", "DoTest", "DoTestRequest", "DoTestRes…
47 …ASSERT_TRUE(ipcGeneratorImpl.AddServiceMethod("TestService", "DoTest2", "DoTest2Request", "DoTest2…
48 …ASSERT_TRUE(!ipcGeneratorImpl.AddServiceMethod("TestService", "DoTest", "DoTestRequest", "DoTestRe…
/developtools/profiler/device/services/ipc/src/
Dipc_generator.cpp38 … pcsp->AddServiceMethod(service->name(), method->name(), inputType->name(), outputType->name()); in Generate()
Dipc_generator_impl.cpp186 bool IpcGeneratorImpl::AddServiceMethod(std::string serviceName, in AddServiceMethod() function in IpcGeneratorImpl
/developtools/profiler/device/services/ipc/include/
Dipc_generator_impl.h56 bool AddServiceMethod(std::string serviceName,