Home
last modified time | relevance | path

Searched refs:ReadProcessName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H A Dprocinfo.h109 void ReadProcessName(const int pid, std::string& str);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp212 ReadProcessName(pid, processName);
241 void ReadProcessName(const int pid, std::string& str) function
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dinstr_statistic_test.cpp57 ReadProcessName(pid, elfName);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H A Dprocinfo_test.cpp126 ReadProcessName(getpid(), result);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp55 ReadProcessName(processInfo_.pid, processInfo_.processName); in InitProcessInfo()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp202 ReadProcessName(pid, processName); in ReportDumpCatcherStats()