Searched refs:GetProcessPrivateOther (Results 1 – 5 of 5) sorted by relevance
866 EXPECT_EQ(private_other, (uint64_t)(plugin.GetProcessPrivateOther()));916 EXPECT_EQ(private_other, (uint64_t)(plugin.GetProcessPrivateOther()));991 EXPECT_EQ(testPlugin.GetProcessPrivateOther(), targetPlugin.GetProcessPrivateOther());
423 EXPECT_EQ(g_pidtarget[i].private_other, (uint64_t)(smap.GetProcessPrivateOther()));
280 int GetProcessPrivateOther();
418 int SmapsStats::GetProcessPrivateOther() in GetProcessPrivateOther() function in SmapsStats
277 processinfo->mutable_memsummary()->set_private_other(smapInfo.GetProcessPrivateOther()); in WriteAppsummary()