Home
last modified time | relevance | path

Searched refs:GetWriter (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/plugins/api/src/
Dplugin_module.cpp109 if (writerAdapter_ != nullptr && writerAdapter_->GetWriter() != nullptr) { in SetClockId()
110 writerAdapter_->GetWriter()->SetClockId(clockId); in SetClockId()
253 auto write = GetWriter(); in ReportBasicData()
299 WriterPtr PluginModule::GetWriter() in GetWriter() function in PluginModule
302 return writerAdapter_->GetWriter(); in GetWriter()
Dwriter_adapter.h31 WriterPtr GetWriter();
Dwriter_adapter.cpp31 WriterPtr WriterAdapter::GetWriter() in GetWriter() function in WriterAdapter
Dplugin_module.h72 WriterPtr GetWriter();
Dplugin_manager.cpp429 auto writer = std::static_pointer_cast<BufferWriter>(pluginModules_[pluginId]->GetWriter()); in PullResult()
/developtools/profiler/device/plugins/api/test/unittest/
Dwriter_adapter_test.cpp37 EXPECT_EQ(writerAdapter.GetWriter(), nullptr);
Dplugin_module_test.cpp166 EXPECT_EQ(plugin->GetWriter(), nullptr);