Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/test/unittest/
H A Dmaps_info_test.cpp68 MapsInfo::MapsItem mapsItem; in HWTEST_F() local
70 mapsItem.start_ = 0; in HWTEST_F()
71 mapsItem.end_ = testNum; in HWTEST_F()
72 mapsItem.offset_ = testNum; in HWTEST_F()
73 mapsItem.pid_ = testNum; in HWTEST_F()
74 mapsItem.fileName_ = "testGetBinary"; in HWTEST_F()
77 uint32_t size = mapsInfo.GetBinary(mapsItem, buf); in HWTEST_F()
78 const uint32_t fixLen = sizeof(mapsItem.start_) + sizeof(mapsItem.end_) + in HWTEST_F()
79 sizeof(mapsItem in HWTEST_F()
[all...]

Completed in 1 milliseconds