Home
last modified time | relevance | path

Searched refs:ReadProcessStatus (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
Dprocinfo.h114 void ReadProcessStatus(std::string& result, const int pid);
/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
Dprocinfo_test.cpp114 ReadProcessStatus(result, getpid());
/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
Dprocinfo.cpp200 void ReadProcessStatus(std::string& result, const int pid) in ReadProcessStatus() function
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp211 ReadProcessStatus(msg, pid); in DoDumpCatchRemote()