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
276 …d::string IpcGeneratorImpl::GenSendResponseImpl(int servicep, const std::string& server_class_name) in GenSendResponseImpl()
316 std::string IpcGeneratorImpl::GenServiceCallImpl(int servicep, const std::string& server_class_name) in GenServiceCallImpl()
450 std::string server_class_name = serviceList_[i].serviceName_ + "Server"; in GenSource() local