Home
last modified time | relevance | path

Searched refs:Flush (Results 1 - 25 of 33) sorted by relevance

12

/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler_socker_client.cpp42 writer_->Flush(); in ~FfrtProfilerSocketClient()
110 writer_->Flush(); in SendFfrtProfilerData()
115 void FfrtProfilerSocketClient::Flush() in Flush() function in OHOS::Developtools::Profiler::FfrtProfilerSocketClient
120 writer_->Flush(); in Flush()
H A Dffrt_profiler_write.cpp98 bool FfrtProfilerWriter::Flush() in Flush() function in OHOS::Developtools::Profiler::FfrtProfilerWriter
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler_socker_client.cpp41 writer_->Flush(); in ~NetworkProfilerSocketClient()
101 writer_->Flush(); in SendNetworkProfilerData()
105 void NetworkProfilerSocketClient::Flush() in Flush() function in OHOS::Developtools::Profiler::NetworkProfilerSocketClient
110 writer_->Flush(); in Flush()
H A Dnetwork_profiler_write.cpp98 bool NetworkProfilerWriter::Flush() in Flush() function in OHOS::Developtools::Profiler::NetworkProfilerWriter
/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_socket_client.cpp93 stackWriter_->Flush(); in ~HookSocketClient()
147 stackWriter_->Flush(); in SendStack()
170 stackWriter_->Flush(); in SendStackWithPayload()
175 void HookSocketClient::Flush() in Flush() function in HookSocketClient
180 stackWriter_->Flush(); in Flush()
H A Dstack_writer.cpp89 bool StackWriter::Flush() in Flush() function in StackWriter
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dresult_transporter.cpp84 void ResultTransporter::Flush() in Flush() function in ResultTransporter
110 Flush(); in Submit()
122 Flush(); in Report()
H A Dflow_controller.cpp345 tansporter_->Flush();
394 tansporter_->Flush();
441 tansporter_->Flush();
632 tansporter_->Flush();
/developtools/profiler/device/plugins/api/include/
H A Dwriter.h26 virtual bool Flush() = 0;
/developtools/profiler/device/plugins/native_hook/include/
H A Dhook_socket_client.h40 void Flush();
H A Dstack_writer.h40 bool Flush() override;
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler_socker_client.h39 void Flush();
H A Dffrt_profiler_write.h41 bool Flush() override;
/developtools/profiler/device/plugins/network_profiler/client/include/
H A Dnetwork_profiler_socker_client.h39 void Flush();
H A Dnetwork_profiler_write.h41 bool Flush() override;
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dtrace_file_writer_test.cpp76 HWTEST_F(TraceFileWriterTest, Flush, TestSize.Level1) in HWTEST_F()
84 EXPECT_EQ(writer->Flush(), true); in HWTEST_F()
/developtools/profiler/interfaces/kits/test/unittest/
H A Dplugin_module_api_test.cpp78 static bool Flush(WriterStruct* writer);
143 bool PluginModuleApiTest::Flush(WriterStruct* writer) in Flush() function in __anon2570::PluginModuleApiTest
231 Flush, in HWTEST_F()
255 Flush, in HWTEST_F()
309 Flush, in HWTEST_F()
553 Flush, in HWTEST_F()
/developtools/profiler/device/plugins/api/src/
H A Dwriter_adapter.cpp58 return writerAdaptor->writer_->Flush(); in FlushFunc()
H A Dbuffer_writer.h38 bool Flush() override;
H A Dbuffer_writer.cpp134 bool BufferWriter::Flush() in Flush() function in BufferWriter
H A Dplugin_manager.cpp434 writer->Flush(); in PullResult()
461 writer->Flush(); in PullResult()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dresult_transporter.h47 void Flush();
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_handle.cpp117 PROFILER_LOG_ERROR(LOG_CORE, "Flush src is nullptr"); in FlushData()
122 PROFILER_LOG_ERROR(LOG_CORE, "Flush writer_ is nullptr"); in FlushData()
126 writer_->Flush(); in FlushData()
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.h65 bool Flush() override;
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dstack_writer_test.cpp174 EXPECT_TRUE(write->Flush()); in HWTEST_F()
183 EXPECT_TRUE(write->Flush()); in HWTEST_F()

Completed in 11 milliseconds

12