Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp202 std::string server_class_name = serviceList_[i].serviceName_ + "Server"; in GenerateHeader() local
275 …d::string IpcGeneratorImpl::GenSendResponseImpl(int servicep, const std::string& server_class_name) in GenSendResponseImpl()
315 std::string IpcGeneratorImpl::GenServiceCallImpl(int servicep, const std::string& server_class_name) in GenServiceCallImpl()
449 std::string server_class_name = serviceList_[i].serviceName_ + "Server"; in GenSource() local