Home
last modified time | relevance | path

Searched refs:GetMemoryStrByPid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h91 std::string GetMemoryStrByPid(long pid) const;
H A Dfaultlogger.cpp982 std::string Faultlogger::GetMemoryStrByPid(long pid) const in GetMemoryStrByPid() function in OHOS::HiviewDFX::Faultlogger
1065 collector.memory = GetMemoryStrByPid(collector.pid); in GetFreezeJsonCollector()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp1506 std::string str = plugin->GetMemoryStrByPid(-1);
1508 str = plugin->GetMemoryStrByPid(1);