/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_service_test_helper.cpp | 35 pid_t GetPidByName(std::string taskName) in GetPidByName() function 123 pid_t pid = GetPidByName(name); in StartExecutable() 142 pid = GetPidByName(name); in StartExecutable() 149 return GetPidByName(name); in StartExecutable() 159 pid_t pid = GetPidByName(name); in StopExecutable() 170 pid_t registryPid = GetPidByName(SYSTEM_ABILITY_MANAGER_NAME); in StartDBinderServiceSARegistry()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | ipc_test_helper.cpp | 87 pid_t IPCTestHelper::GetPidByName(std::string task_name) in GetPidByName() function in OHOS::IPCTestHelper 201 execPid = GetPidByName(name); in StartExecutable() 214 execPid = GetPidByName(name); in StartExecutable() 238 pid_t pid = GetPidByName(name); in StopExecutable() 336 pid = GetPidByName(appName); in GetTestAppPid()
|
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
H A D | graphic_memory_collector_test.cpp | 45 auto systemuiPid = CommonUtils::GetPidByName(systemuiProcName); 46 auto launcherPid = CommonUtils::GetPidByName(sceneBoardProcName);
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_namespace.c | 41 APPSPAWN_STATIC pid_t GetPidByName(const char *name); 99 APPSPAWN_STATIC pid_t GetPidByName(const char *name) in GetPidByName() function 194 pid_t pid = GetPidByName("pid_ns_init"); in PreLoadEnablePidNs()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/service/test/unittest/common/ |
H A D | hiview_sa_test.cpp | 111 auto systemuiPid = CommonUtils::GetPidByName("com.ohos.systemui"); 112 auto launcherPid = CommonUtils::GetPidByName("com.ohos.sceneboard");
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | ipc_test_helper.h | 46 pid_t GetPidByName(std::string task_name);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_service_test_helper.h | 82 pid_t GetPidByName(std::string taskName);
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/ |
H A D | common_utils.h | 42 pid_t GetPidByName(const std::string& processName);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | open_stacktrace_catcher.cpp | 46 pid_ = CommonUtils::GetPidByName(packageNam); in Initialize()
|
H A D | event_log_task.cpp | 221 int pid = CommonUtils::GetPidByName(packageName); in RecordCatchedPids()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/ |
H A D | cpu_collection_task.cpp | 86 int32_t pid = CommonUtils::GetPidByName(item.processName); in CheckAndDumpTraceData()
|
/ohos5.0/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 76 pid_t GetPidByName(const char *name);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
H A D | event_logger_plugin_test.cpp | 141 event->SetEventValue("PID", CommonUtils::GetPidByName("foundation"));
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 392 int pid = CommonUtils::GetPidByName("foundation"); 430 int pid = CommonUtils::GetPidByName("foundation"); 572 int pid = CommonUtils::GetPidByName("foundation");
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | common_utils.cpp | 145 pid_t GetPidByName(const std::string& processName) in GetPidByName() function
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_common_test.cpp | 368 GetPidByName("///////");
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | adapter_utility_ohos_test.cpp | 164 auto hiviewProcessId = CommonUtils::GetPidByName("hiview");
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 95 pid = CommonUtils::GetPidByName(sysEvent->GetEventValue("PACKAGE_NAME")); in GetEventPid()
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | libhiviewbase.map | 348 …"OHOS::HiviewDFX::CommonUtils::GetPidByName(std::__h::basic_string<char, std::__h::char_traits<cha…
|