Searched refs:client_class_name (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/device/services/ipc/src/ |
| D | ipc_generator_impl.cpp | 218 std::string client_class_name = serviceList_[i].serviceName_ + "Client"; in GenerateHeader() local 219 header_str = ReplaceStr(header_str, "#CLIENT_CLASS_NAME#", client_class_name); in GenerateHeader() 296 std::string IpcGeneratorImpl::GenOnResponseImpl(int servicep, const std::string& client_class_name) in GenOnResponseImpl() argument 300 … std::string tmp = ReplaceStr(ON_RESPONSE_IMPL_STRING, "#CLIENT_CLASS_NAME#", client_class_name); in GenOnResponseImpl() 399 …::string IpcGeneratorImpl::GenClientRequestImpl(int servicep, const std::string& client_class_name) in GenClientRequestImpl() argument 403 …std::string tmp = ReplaceStr(CLIENT_REQUEST_IMPL_STRING, "#CLIENT_CLASS_NAME#", client_class_name); in GenClientRequestImpl() 453 std::string client_class_name = serviceList_[i].serviceName_ + "Client"; in GenSource() local 454 source_str = ReplaceStr(source_str, "#CLIENT_CLASS_NAME#", client_class_name); in GenSource() 457 …ReplaceStr(source_str, "#CLIENT_SEND_REQUEST_PROC_FUNC#", GenOnResponseImpl(i, client_class_name)); in GenSource() 465 …aceStr(source_str, "#CLIENT_SEND_PROTOCOL_PROC_FUNC#", GenClientRequestImpl(i, client_class_name)); in GenSource()
|
| /developtools/profiler/device/services/ipc/include/ |
| D | ipc_generator_impl.h | 73 std::string GenOnResponseImpl(int servicep, const std::string& client_class_name); 77 std::string GenClientRequestImpl(int servicep, const std::string& client_class_name);
|