/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
H A D | native_leak_info.cpp | 119 string path = MEMORY_LEAK_PATH + "/memleak-native-" + processName_ + "-" + to_string(pid_) + "-sample.txt"; in GetSampleFilePath() 125 string path = MEMORY_LEAK_PATH + "/memleak-temp-" + processName_ + "-" + to_string(pid_) + "-" + in GetLogFilePath() 132 string path = MEMORY_LEAK_PATH + "/memleak-temp-" + processName_ + "-" + to_string(pid_) + "-rsMem.txt"; in GetRsMemPath() 138 string path = MEMORY_LEAK_PATH + "/memleak-temp-" + processName_ + "-" + to_string(pid_) + "-rsGpu.txt"; in GetRsGpuPath() 144 string path = MEMORY_LEAK_PATH + "/memleak-native-" + processName_ + "-" + to_string(pid_) + "-smaps.txt"; in GetSmapsPath()
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 253 (void)strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), processName_.c_str()); in AddExtTlv() 263 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add dac %{public}s", processName_.c_str()); in BuildMsgFromJson() 266 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add dac %{public}s", processName_.c_str()); in BuildMsgFromJson() 269 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add dac %{public}s", processName_.c_str()); in BuildMsgFromJson() 272 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add access token %{public}s", processName_.c_str()); in BuildMsgFromJson() 286 APPSPAWN_CHECK(ret == 0, return ret, "Failed to internet info %{public}s", processName_.c_str()); in BuildMsgFromJson() 291 APPSPAWN_CHECK(ret == 0, return ret, "Failed to ownerid %{public}s", processName_.c_str()); in BuildMsgFromJson() 306 APPSPAWN_CHECK(ret == 0, return ret, "Failed to termination message req %{public}s", processName_.c_str()); in CreateOtherMsg() 309 int ret = AppSpawnReqMsgCreate(static_cast<AppSpawnMsgType>(msgType_), processName_.c_str(), &reqHandle); in CreateOtherMsg() 310 APPSPAWN_CHECK(ret == 0, return ret, "Failed to dump req %{public}s", processName_ in CreateOtherMsg() [all...] |
H A D | appspawn_test_cmder.h | 110 std::string processName_{};
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.cpp | 37 processName_(builder.processName_), in WatchPoint() 102 processName_ = processName; in InitProcessName() 189 return processName_; in GetProcessName()
|
H A D | watch_point.h | 56 std::string processName_; member in OHOS::HiviewDFX::WatchPoint::Builder 97 std::string processName_; member in OHOS::HiviewDFX::WatchPoint
|
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/ |
H A D | fault_info_base.h | 42 return processName_; in GetProcessName() 47 processName_ = name; in SetProcessName() 92 std::string processName_; member in OHOS::HiviewDFX::FaultInfoBase
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 481 int ret = AppSpawnReqMsgCreate(static_cast<AppSpawnMsgType>(msgType), processName_.c_str(), &reqHandle); in CreateMsg() 482 APPSPAWN_CHECK(ret == 0, return INVALID_REQ_HANDLE, "Failed to create req %{public}s", processName_.c_str()); in CreateMsg() 486 APPSPAWN_CHECK(ret == 0, break, "Failed to add fd %{public}s", processName_.c_str()); in CreateMsg() 487 ret = AppSpawnReqMsgSetBundleInfo(reqHandle, 100, processName_.c_str()); // 100 test index in CreateMsg() 488 APPSPAWN_CHECK(ret == 0, break, "Failed to add bundle info req %{public}s", processName_.c_str()); in CreateMsg() 490 APPSPAWN_CHECK(ret == 0, break, "Failed to add dac %{public}s", processName_.c_str()); in CreateMsg() 492 APPSPAWN_CHECK(ret == 0, break, "Failed to add access token %{public}s", processName_.c_str()); in CreateMsg() 503 APPSPAWN_CHECK(ret == 0, break, "Failed to ext tlv %{public}s", processName_.c_str()); in CreateMsg() 511 APPSPAWN_CHECK(ret == 0, break, "Failed to internet info %{public}s", processName_.c_str()); in CreateMsg() 514 APPSPAWN_CHECK(ret == 0, break, "Failed to ownerid %{public}s", processName_ in CreateMsg() [all...] |
H A D | app_spawn_test_helper.h | 71 return processName_.c_str(); in GetDefaultTestAppBundleName() 108 processName_ = std::string(name); in SetProcessName() 142 std::string processName_ = {}; member in OHOS::AppSpawnTestHelper
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | freeze_json_generator.cpp | 129 processName_(builder.processName_),
in FreezeJsonParams() 183 processName_ = processName;
in InitProcessName() 273 list.push_back(FreezeJsonUtil::GetStrByKeyValue(jsonParamsProcessName, processName_));
in JsonStr()
|
H A D | freeze_json_generator.h | 129 std::string processName_ = "";
member in OHOS::HiviewDFX::FreezeJsonParams::Builder 176 std::string processName_;
member in OHOS::HiviewDFX::FreezeJsonParams
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | mem_profiler_collector_impl.cpp | 152 config->processName_ = processName; in Start()
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_application_process.cpp | 148 return processName == info.processName_; in GetAppProcessInfoByName()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
H A D | app_state_observer.cpp | 245 DLP_LOG_INFO(LABEL, "APP is dead, appName:%{public}s, state=%{public}d", it->processName_.c_str(), in GetOpeningSandboxInfo() 249 DLP_LOG_INFO(LABEL, "APP is running, appName:%{public}s, state=%{public}d", it->processName_.c_str(), in GetOpeningSandboxInfo()
|