Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dsmaps_stats_unittest.cpp44 * @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 Dsmaps_stats.h330 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 Dsmaps_stats.cpp184 bool SmapsStats::ParseMapHead(std::string& line, MapPiecesInfo& head, SmapsHeadInfo& smapsHeadInfo) in ParseMapHead() function in SmapsStats

Completed in 3 milliseconds