Home
last modified time | relevance | path

Searched refs:PLUGIN_NAME (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dstack_writer_test.cpp31 const std::string PLUGIN_NAME = "stackwriter"; variable
119 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1);
143 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1);
169 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1);
201 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1, true);
228 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1, false);
244 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1, true);
262 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, g_smbFd, -1);
279 auto write = std::make_shared<StackWriter>(PLUGIN_NAME, SMB_SIZE, 0, -1);
299 write = std::make_shared<StackWriter>(PLUGIN_NAME, 0, 0, -1);
[all …]
/developtools/profiler/device/plugins/api/test/unittest/
Dbuffer_write_test.cpp29 const std::string PLUGIN_NAME = "testplugin"; variable
158 …auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, PLUGIN_VERSION, SMB1_SIZE, g_smbFd1, -1, …
181 …auto write = std::make_shared<BufferWriter>(PLUGIN_NAME, PLUGIN_VERSION, SMB2_SIZE, g_smbFd2, -1, …