Home
last modified time | relevance | path

Searched refs:servicep (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/services/ipc/src/
H A Dipc_generator_impl.cpp276 std::string IpcGeneratorImpl::GenSendResponseImpl(int servicep, const std::string& server_class_name) in GenSendResponseImpl() argument
279 for (int j = 0; j < serviceList_[servicep].methodCount_; j++) { in GenSendResponseImpl()
280 std::string enum_str = "IpcProtocol" + baseName_ + serviceList_[servicep].responseList_[j]; in GenSendResponseImpl()
282 tmp = ReplaceStr(tmp, "#RESPONSE_NAME#", serviceList_[servicep].responseList_[j]); in GenSendResponseImpl()
296 std::string IpcGeneratorImpl::GenOnResponseImpl(int servicep, const std::string& client_class_name) in GenOnResponseImpl() argument
299 for (int j = 0; j < serviceList_[servicep].methodCount_; j++) { in GenOnResponseImpl()
301 tmp = ReplaceStr(tmp, "#RESPONSE_NAME#", serviceList_[servicep].responseList_[j]); in GenOnResponseImpl()
316 std::string IpcGeneratorImpl::GenServiceCallImpl(int servicep, const std::string& server_class_name) in GenServiceCallImpl() argument
319 for (int j = 0; j < serviceList_[servicep].methodCount_; j++) { in GenServiceCallImpl()
322 tmp = ReplaceStr(tmp, "#METHOD_NAME#", serviceList_[servicep] in GenServiceCallImpl()
352 GenClientProcImpl(int servicep) GenClientProcImpl() argument
399 GenClientRequestImpl(int servicep, const std::string& client_class_name) GenClientRequestImpl() argument
429 GenServiceProcImpl(int servicep) GenServiceProcImpl() argument
[all...]
/developtools/profiler/device/services/ipc/include/
H A Dipc_generator_impl.h72 std::string GenSendResponseImpl(int servicep, const std::string& server_class_name);
73 std::string GenOnResponseImpl(int servicep, const std::string& client_class_name);
75 std::string GenServiceCallImpl(int servicep, const std::string& server_class_name);
76 std::string GenClientProcImpl(int servicep);
77 std::string GenClientRequestImpl(int servicep, const std::string& client_class_name);
78 std::string GenServiceProcImpl(int servicep);

Completed in 2 milliseconds