Home
last modified time | relevance | path

Searched refs:BufferWriter (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/api/src/
Dbuffer_writer.cpp30 BufferWriter::BufferWriter(std::string name, in BufferWriter() function in BufferWriter
52 BufferWriter::~BufferWriter() in ~BufferWriter()
59 void BufferWriter::Report() const in Report()
65 void BufferWriter::DoStats(long bytes) in DoStats()
72 long BufferWriter::Write(const void* data, size_t size) in Write()
94 RandomWriteCtx* BufferWriter::StartReport() in StartReport()
108 void BufferWriter::FinishReport(int32_t size) in FinishReport()
125 bool BufferWriter::WriteMessage(const google::protobuf::Message& pmsg, const std::string& pluginNam… in WriteMessage()
134 bool BufferWriter::Flush() in Flush()
146 void BufferWriter::UseMemory(int32_t size) in UseMemory()
[all …]
Dbuffer_writer.h28 class BufferWriter : public Writer {
30 BufferWriter(std::string name,
36 ~BufferWriter();
74 using BufferWriterPtr = STD_PTR(shared, BufferWriter);
Dplugin_module.h37 using BufferWriterPtr = STD_PTR(shared, BufferWriter);
Dplugin_manager.cpp430 auto writer = std::static_pointer_cast<BufferWriter>(pluginModules_[pluginId]->GetWriter()); in PullResult()
436 auto writer = std::static_pointer_cast<BufferWriter>(pluginModules_[pluginId]->GetWriter()); in PullResult()
480 pluginModules_[index]->RegisterWriter(std::make_shared<BufferWriter> in CreateWriter()
/developtools/profiler/device/plugins/api/test/unittest/
Dbuffer_write_test.cpp158 …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, …
Dplugin_manager_test.cpp166 BufferWriter bufferWriter("test", "1.01", DEFAULT_BUFFER_SIZE, -1, -1, 0);
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_manager.cpp336 …writer_ = std::make_shared<BufferWriter>("ffrt-profiler", VERSION, bufferSize, smbFd, eventFd, age… in CreateWriter()
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_manager.cpp337 …writer_ = std::make_shared<BufferWriter>("network-profiler", VERSION, bufferSize, smbFd, eventFd, … in CreateWriter()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp576 …writer_ = std::make_shared<BufferWriter>(pluginName, VERSION, bufferSize, smbFd, eventFd, agentInd… in CreateWriter()