Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h90 std::string GetMemoryStrByPid(long pid) const;
H A Dfaultlogger.cpp983 std::string Faultlogger::GetMemoryStrByPid(long pid) const in GetMemoryStrByPid() function in OHOS::HiviewDFX::Faultlogger
1069 collector.memory = GetMemoryStrByPid(collector.pid); in GetFreezeJsonCollector()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp1523 * @tc.desc: test GetFaultLogInfo, QuerySelfFaultLog and GetMemoryStrByPid
1534 std::string str = plugin->GetMemoryStrByPid(-1); in HWTEST_F()
1536 str = plugin->GetMemoryStrByPid(1); in HWTEST_F()

Completed in 6 milliseconds