Home
last modified time | relevance | path

Searched refs:GetPidByName (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp35 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 Dipc_test_helper.cpp87 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 Dgraphic_memory_collector_test.cpp45 auto systemuiPid = CommonUtils::GetPidByName(systemuiProcName);
46 auto launcherPid = CommonUtils::GetPidByName(sceneBoardProcName);
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_namespace.c41 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 Dhiview_sa_test.cpp111 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 Dipc_test_helper.h46 pid_t GetPidByName(std::string task_name);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h82 pid_t GetPidByName(std::string taskName);
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dcommon_utils.h42 pid_t GetPidByName(const std::string& processName);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dopen_stacktrace_catcher.cpp46 pid_ = CommonUtils::GetPidByName(packageNam); in Initialize()
H A Devent_log_task.cpp221 int pid = CommonUtils::GetPidByName(packageName); in RecordCatchedPids()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp86 int32_t pid = CommonUtils::GetPidByName(item.processName); in CheckAndDumpTraceData()
/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h76 pid_t GetPidByName(const char *name);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp141 event->SetEventValue("PID", CommonUtils::GetPidByName("foundation"));
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp392 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 Dcommon_utils.cpp145 pid_t GetPidByName(const std::string& processName) in GetPidByName() function
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp368 GetPidByName("///////");
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp164 auto hiviewProcessId = CommonUtils::GetPidByName("hiview");
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp95 pid = CommonUtils::GetPidByName(sysEvent->GetEventValue("PACKAGE_NAME")); in GetEventPid()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map348 …"OHOS::HiviewDFX::CommonUtils::GetPidByName(std::__h::basic_string<char, std::__h::char_traits<cha…