Home
last modified time | relevance | path

Searched refs:storagePid_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp49 storagePid_ = -1; in Reset()
93 storagePid_ = opts.storagePid_; in operator =()
232 if (storagePid_ < -1) { in CheckOptions()
233 errStr = std::to_string(storagePid_); in CheckOptions()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h30 int storagePid_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp295 status = SetCmdIntegerParameter(argv[optind - 1], opts_.storagePid_); in SetCmdParameter()
784 if ((opts_.storagePid_ > -1) && !DumpUtils::CheckProcessAlive(opts_.storagePid_)) { in CheckProcessAlive()
785 SendPidErrorMessage(opts_.storagePid_); in CheckProcessAlive()
838 "STORAGE_PID", opts_.storagePid_, in ReportCmdUsage()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp431 isDumpSystemSystem, dumperOpts.storagePid_); in HandleDumpStorage()
439 MergePidInfos(currentPidInfos_, dumperOpts.storagePid_); in HandleDumpStorage()
442 if (dumperOpts.storagePid_ < 0) { in HandleDumpStorage()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_configutils_test.cpp293 opts.storagePid_ = PID_EMPTY;