Searched refs:ParseMapHead (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
H A D | smaps_stats_unittest.cpp | 44 * @tc.desc: test ParseMapHead 55 ASSERT_FALSE(plugin.ParseMapHead(line, targetMappic, smapsHeadInfo)); in HWTEST_F() 69 * @tc.desc: test ParseMapHead 80 ASSERT_FALSE(plugin.ParseMapHead(line, targetMappic, smapsHeadInfo)); in HWTEST_F() 94 * @tc.desc: test ParseMapHead 105 ASSERT_FALSE(plugin.ParseMapHead(line, targetMappic, smapsHeadInfo)); in HWTEST_F() 119 * @tc.desc: test ParseMapHead 130 ASSERT_FALSE(plugin.ParseMapHead(line, targetMappic, smapsHeadInfo)); in HWTEST_F() 144 * @tc.desc: test ParseMapHead 155 ASSERT_FALSE(plugin.ParseMapHead(lin in HWTEST_F() [all...] |
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 330 ParseMapHead(line, mappic, smapsHeadInfo); in ReadVmemareasFile() 383 bool ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo);
|
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | smaps_stats.cpp | 184 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead() function in SmapsStats
|
Completed in 3 milliseconds