Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/test/unittest/
Dclient_connection_test.cpp40 std::string serviceName="test_service_name"; variable
/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c127 static bool ConcatenateParamName(char* queryName, const size_t size, const char* serviceName) in ConcatenateParamName()
152 static bool InitEnvParam(const char *serviceName) in InitEnvParam()
270 const char *serviceName = FilterServiceName(inputName); in InitEnvironmentParam() local
/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp174 bool IpcGeneratorImpl::AddService(std::string serviceName) in AddService()
186 bool IpcGeneratorImpl::AddServiceMethod(std::string serviceName, in AddServiceMethod()