Home
last modified time | relevance | path

Searched refs:SetWriter (Results 1 - 25 of 38) sorted by relevance

12

/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
H A Dhidump_plugin_unittest.cpp124 plugin.SetWriter(&writer); in HWTEST_F()
147 plugin.SetWriter(&writer); in HWTEST_F()
167 plugin.SetWriter(&writer); in HWTEST_F()
186 plugin.SetWriter(&writer); in HWTEST_F()
207 plugin.SetWriter(&writer); in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dflow_controller_test.cpp95 * @tc.name: SetWriter
96 * @tc.desc: test FlowController::SetWriter.
99 HWTEST_F(FlowControllerTest, SetWriter, TestSize.Level1) in HWTEST_F()
103 EXPECT_EQ(controller.SetWriter(static_cast<WriterStructPtr>(&writer)), 0); in HWTEST_F()
118 ASSERT_EQ(controller.SetWriter(static_cast<WriterStructPtr>(&writer)), 0); in HWTEST_F()
147 ASSERT_EQ(controller.SetWriter(static_cast<WriterStructPtr>(&writer)), 0); in HWTEST_F()
169 ASSERT_EQ(controller.SetWriter(static_cast<WriterStructPtr>(&writer)), 0); in HWTEST_F()
191 ASSERT_EQ(controller.SetWriter(static_cast<WriterStructPtr>(&writer)), 0); in HWTEST_F()
215 ASSERT_EQ(controller.SetWriter(static_cast<WriterStructPtr>(&writer)), 0); in HWTEST_F()
239 ASSERT_EQ(controller.SetWriter(static_cas in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_handle.h38 void SetWriter(const std::shared_ptr<Writer>& writer);
39 void SetWriter(const WriterStructPtr& writer);
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_handle.h37 void SetWriter(const std::shared_ptr<Writer>& writer);
38 void SetWriter(const WriterStructPtr& writer);
/developtools/profiler/device/plugins/stream_plugin/include/
H A Dstream_plugin.h36 int SetWriter(WriterStruct* writer);
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
H A Dhisysevent_plugin_unittest.cpp102 plugin.SetWriter(&writer); in HWTEST_F()
185 plugin.SetWriter(&writer); in HWTEST_F()
214 plugin.SetWriter(&writer); in HWTEST_F()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_handle.cpp40 void NetworkProfilerHandle::SetWriter(const std::shared_ptr<Writer>& writer) in SetWriter() function in OHOS::Developtools::Profiler::NetworkProfilerHandle
46 void NetworkProfilerHandle::SetWriter(const WriterStructPtr& writer) in SetWriter() function in OHOS::Developtools::Profiler::NetworkProfilerHandle
H A Dnetwork_profiler_manager.cpp249 ctx->handle->SetWriter(g_buffWriter); in HandleNetworkProfilerContext()
251 ctx->handle->SetWriter(const_cast<WriterStructPtr>(writerAdapter_->GetStruct())); in HandleNetworkProfilerContext()
349 writerAdapter_->SetWriter(writer_); in CreateWriter()
/developtools/profiler/device/plugins/api/src/
H A Dwriter_adapter.h30 void SetWriter(const WriterPtr& writer);
H A Dwriter_adapter.cpp29 void WriterAdapter::SetWriter(const WriterPtr& writer) in SetWriter() function in WriterAdapter
/developtools/profiler/device/plugins/xpower_plugin/include/
H A Dxpower_plugin.h35 void SetWriter(WriterStruct* writer);
/developtools/profiler/device/plugins/hidump_plugin/src/
H A Dhidump_module.cpp47 g_plugin->SetWriter(writer); in HidumpRegisterWriterStruct()
/developtools/profiler/device/plugins/hidump_plugin/include/
H A Dhidump_plugin.h40 int SetWriter(WriterStruct* writer);
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_module.cpp48 g_plugin->SetWriter(writer); in HilogPluginRegisterWriterStruct()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H A Dhisysevent_module.cpp46 g_plugin->SetWriter(writer); in HisyseventRegisterWriterStruct()
/developtools/profiler/device/plugins/hisysevent_plugin/include/
H A Dhisysevent_plugin.h38 int SetWriter(WriterStruct* writer);
/developtools/profiler/device/plugins/stream_plugin/src/
H A Dstream_module.cpp45 g_plugin->SetWriter(writer); in StreamRegisterWriterStruct()
H A Dstream_plugin.cpp54 int StreamPlugin::SetWriter(WriterStruct* writer) in SetWriter() function in StreamPlugin
/developtools/profiler/device/plugins/xpower_plugin/src/
H A Dxpower_module.cpp59 g_plugin->SetWriter(writer); in XpowerRegisterWriterStruct()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_handle.cpp38 void FfrtProfilerHandle::SetWriter(const std::shared_ptr<Writer>& writer) in SetWriter() function in OHOS::Developtools::Profiler::FfrtProfilerHandle
44 void FfrtProfilerHandle::SetWriter(const WriterStructPtr& writer) in SetWriter() function in OHOS::Developtools::Profiler::FfrtProfilerHandle
H A Dffrt_profiler_manager.cpp240 ctx->handle->SetWriter(g_buffWriter); in HandleFfrtProfilerContext()
242 ctx->handle->SetWriter(const_cast<WriterStructPtr>(writerAdapter_->GetStruct())); in HandleFfrtProfilerContext()
340 writerAdapter_->SetWriter(writer_); in CreateWriter()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_module.cpp36 int result = g_mainController->SetWriter(const_cast<WriterStructPtr>(writer)); in TracePluginRegisterWriter()
/developtools/profiler/device/plugins/hilog_plugin/include/
H A Dhilog_plugin.h37 int SetWriter(WriterStruct* writer);
/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h56 void SetWriter(const std::shared_ptr<Writer>& writer);
57 void SetWriter(const WriterStructPtr& writer);
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dflow_controller.h43 int SetWriter(const WriterStructPtr& writer);

Completed in 9 milliseconds

12