Searched refs:BufferWriter (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/device/plugins/api/src/ |
| D | buffer_writer.cpp | 28 BufferWriter::BufferWriter(std::string name, in BufferWriter() function in BufferWriter 46 BufferWriter::~BufferWriter() in ~BufferWriter() 53 void BufferWriter::Report() const in Report() 59 void BufferWriter::DoStats(long bytes) in DoStats() 66 long BufferWriter::Write(const void* data, size_t size) in Write() 89 bool BufferWriter::WriteMessage(const google::protobuf::Message& pmsg, const std::string& pluginNam… in WriteMessage() 98 bool BufferWriter::Flush() in Flush() 110 bool BufferWriter::Clear() in Clear()
|
| D | buffer_writer.h | 27 class BufferWriter : public Writer { 29 BufferWriter(std::string name, 35 ~BufferWriter(); 64 using BufferWriterPtr = STD_PTR(shared, BufferWriter);
|
| D | plugin_module.h | 37 using BufferWriterPtr = STD_PTR(shared, BufferWriter);
|
| D | plugin_manager.cpp | 429 auto writer = std::static_pointer_cast<BufferWriter>(pluginModules_[pluginId]->GetWriter()); in PullResult() 451 … std::make_shared<BufferWriter>(pluginName, pluginVersion, bufferSize, smbFd, eventFd, index)); in CreateWriter()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | stack_preprocess.h | 51 void SetWriter(const std::shared_ptr<BufferWriter>& writer); 107 std::shared_ptr<BufferWriter> writer_ = nullptr;
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | buffer_write_test.cpp | 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, …
|
| D | plugin_manager_test.cpp | 158 BufferWriter bufferWriter("test", "1.01", DEFAULT_BUFFER_SIZE, -1, -1, 0);
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_manager.cpp | 40 std::shared_ptr<BufferWriter> g_buffWriter; 429 …RegisterWriter(std::make_shared<BufferWriter>(pluginName, VERSION, bufferSize, smbFd, eventFd, age… in CreateWriter()
|
| D | stack_preprocess.cpp | 120 void StackPreprocess::SetWriter(const std::shared_ptr<BufferWriter>& writer) in SetWriter()
|