Home
last modified time | relevance | path

Searched refs:processName_ (Results 1 - 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_info.cpp119 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 Dappspawn_test_cmder.cpp253 (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 Dappspawn_test_cmder.h110 std::string processName_{};
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.cpp37 processName_(builder.processName_), in WatchPoint()
102 processName_ = processName; in InitProcessName()
189 return processName_; in GetProcessName()
H A Dwatch_point.h56 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 Dfault_info_base.h42 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 Dapp_spawn_test_helper.cpp481 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 Dapp_spawn_test_helper.h71 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 Dfreeze_json_generator.cpp129 processName_(builder.processName_), in FreezeJsonParams()
183 processName_ = processName; in InitProcessName()
273 list.push_back(FreezeJsonUtil::GetStrByKeyValue(jsonParamsProcessName, processName_)); in JsonStr()
H A Dfreeze_json_generator.h129 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 Dmem_profiler_collector_impl.cpp152 config->processName_ = processName; in Start()
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_application_process.cpp148 return processName == info.processName_; in GetAppProcessInfoByName()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dapp_state_observer.cpp245 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()

Completed in 9 milliseconds