Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
H A Dpbreader_mem_parser_test.cpp276 AshmemInfo *ashmemInfo = tracePacket.add_ashmeminfo(); in HWTEST_F() local
277 EXPECT_TRUE(ashmemInfo != nullptr); in HWTEST_F()
289 ashmemInfo->set_id(id); in HWTEST_F()
290 ashmemInfo->set_time(time); in HWTEST_F()
291 ashmemInfo->set_pid(pid); in HWTEST_F()
292 ashmemInfo->set_adj(adj); in HWTEST_F()
293 ashmemInfo->set_fd(fd); in HWTEST_F()
294 ashmemInfo->set_purged(purged); in HWTEST_F()
295 ashmemInfo->set_size(setSize); in HWTEST_F()
296 ashmemInfo in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dmemory_data_plugin_unittest.cpp1022 auto ashmemInfo = memoryData.ashmeminfo(i); in HWTEST_F() local
1023 EXPECT_STREQ(ashmemInfo.name().c_str(), g_ashMemInfo[i].name.c_str()); in HWTEST_F()
1024 EXPECT_EQ(ashmemInfo.pid(), g_ashMemInfo[i].pid); in HWTEST_F()
1025 EXPECT_EQ(ashmemInfo.adj(), g_ashMemInfo[i].adj); in HWTEST_F()
1026 EXPECT_EQ(ashmemInfo.fd(), g_ashMemInfo[i].fd); in HWTEST_F()
1027 EXPECT_STREQ(ashmemInfo.ashmem_name().c_str(), g_ashMemInfo[i].ashmem_name.c_str()); in HWTEST_F()
1028 EXPECT_EQ(ashmemInfo.size(), g_ashMemInfo[i].size); in HWTEST_F()
1029 EXPECT_EQ(ashmemInfo.id(), g_ashMemInfo[i].id); in HWTEST_F()
1030 EXPECT_EQ(ashmemInfo.time(), g_ashMemInfo[i].time); in HWTEST_F()
1031 EXPECT_EQ(ashmemInfo in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dmemory_data_plugin.cpp764 template <typename T> void MemoryDataPlugin::SetAshmemInfo(T& ashmemInfo, int key, const char* word) in SetAshmemInfo() argument
770 ashmemInfo.set_name(word); in SetAshmemInfo()
775 ashmemInfo.set_pid(value); in SetAshmemInfo()
780 ashmemInfo.set_fd(value); in SetAshmemInfo()
785 ashmemInfo.set_adj(value); in SetAshmemInfo()
788 ashmemInfo.set_ashmem_name(word); in SetAshmemInfo()
793 ashmemInfo.set_size(size); in SetAshmemInfo()
798 ashmemInfo.set_id(value); in SetAshmemInfo()
803 ashmemInfo.set_time(size); in SetAshmemInfo()
808 ashmemInfo in SetAshmemInfo()
848 auto* ashmemInfo = dataProto.add_ashmeminfo(); WriteAshmemInfo() local
[all...]
/developtools/profiler/device/plugins/memory_plugin/include/
H A Dmemory_data_plugin.h476 template <typename T> void SetAshmemInfo(T& ashmemInfo, int key, const char* word);

Completed in 6 milliseconds