Searched refs:serviceName (Results 1 - 5 of 5) sorted by relevance
/developtools/profiler/device/services/ipc/test/unittest/ |
H A D | client_connection_test.cpp | 40 std::string serviceName="test_service_name";
in HWTEST_F() local 44 (const int8_t *)serviceName.c_str(), sizeof(struct RawPointToService)), 1);
in HWTEST_F() 46 (const int8_t *)serviceName.c_str(), sizeof(struct RawPointToService)), -1);
in HWTEST_F()
|
/developtools/profiler/hidebug/frameworks/native/ |
H A D | hidebug_base.c | 125 static bool ConcatenateParamName(char* queryName, const size_t size, const char* serviceName) in ConcatenateParamName() argument 127 if (strcat_s(queryName, size, serviceName) != EOK) { in ConcatenateParamName() 250 const char *serviceName = FilterServiceName(inputName); in InitEnvironmentParam() local 251 if (*serviceName == '\0') { in InitEnvironmentParam() 256 InitHicheckerParamWrapper(serviceName); in InitEnvironmentParam() 262 SetupMallocHookAtStartup(serviceName); in InitEnvironmentParam() 270 if (!ConcatenateParamName(onceName, sizeof(onceName), serviceName)) { in InitEnvironmentParam() 277 return ConcatenateParamName(persistName, sizeof(onceName), serviceName) && InitHiDebugEnvParams(persistName); in InitEnvironmentParam()
|
/developtools/profiler/device/services/ipc/include/ |
H A D | ipc_generator_impl.h | 55 bool AddService(std::string serviceName); 56 bool AddServiceMethod(std::string serviceName,
|
/developtools/profiler/hidebug/interfaces/native/innerkits/include/ |
H A D | hidebug_base.h | 34 bool InitEnvironmentParam(const char *serviceName);
|
/developtools/profiler/device/services/ipc/src/ |
H A D | ipc_generator_impl.cpp | 174 bool IpcGeneratorImpl::AddService(std::string serviceName) in AddService() argument 177 if (serviceList_[i].serviceName_ == serviceName) { in AddService() 181 serviceList_[serviceCount_].serviceName_ = serviceName; in AddService() 186 bool IpcGeneratorImpl::AddServiceMethod(std::string serviceName, in AddServiceMethod() argument 192 if (serviceList_[i].serviceName_ == serviceName) { in AddServiceMethod()
|
Completed in 3 milliseconds