Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/include/
H A Dprocinfo.h117 void ReadProcessStatus(std::string& result, const int pid);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/procinfo/
H A Dprocinfo_test.cpp114 ReadProcessStatus(result, getpid());
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp258 void ReadProcessStatus(std::string& result, const int pid) function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp428 ReadProcessStatus(halfProcStatus_, pid); in AsyncGetAllTidKernelStack()