Home
last modified time | relevance | path

Searched refs:GetProcessPrivateOther (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dsmaps_stats_unittest.cpp863 EXPECT_EQ(private_other, (uint64_t)(plugin.GetProcessPrivateOther())); in HWTEST_F()
915 EXPECT_EQ(private_other, (uint64_t)(plugin.GetProcessPrivateOther())); in HWTEST_F()
991 EXPECT_EQ(testPlugin.GetProcessPrivateOther(), targetPlugin.GetProcessPrivateOther()); in HWTEST_F()
H A Dmemory_data_plugin_unittest.cpp707 EXPECT_EQ(g_pidtarget[i].private_other, (uint64_t)(smap.GetProcessPrivateOther())); in HWTEST_F()
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dsmaps_stats.h295 int GetProcessPrivateOther();
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dsmaps_stats.cpp341 int SmapsStats::GetProcessPrivateOther() in GetProcessPrivateOther() function in SmapsStats
H A Dmemory_data_plugin.cpp303 memsummary->set_private_other(smapInfo.GetProcessPrivateOther()); in WriteAppsummary()

Completed in 8 milliseconds