Home
last modified time | relevance | path

Searched refs:writerAdapter_ (Results 1 - 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/api/src/
H A Dplugin_module.cpp105 if (writerAdapter_ != nullptr && writerAdapter_->GetWriter() != nullptr) { in SetClockId()
106 writerAdapter_->GetWriter()->SetClockId(clockId); in SetClockId()
298 writerAdapter_ = std::make_shared<WriterAdapter>(isProtobufSerialize); in RegisterWriter()
299 writerAdapter_->SetWriter(writer); in RegisterWriter()
303 return structPtr_->callbacks->onRegisterWriterStruct(writerAdapter_->GetStruct()); in RegisterWriter()
311 CHECK_NOTNULL(writerAdapter_, nullptr, "%s:pluginModule nullptr", __func__); in GetWriter()
312 return writerAdapter_->GetWriter(); in GetWriter()
H A Dplugin_module.h89 std::shared_ptr<WriterAdapter> writerAdapter_; member in PluginModule
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp242 ctx->handle->SetWriter(const_cast<WriterStructPtr>(writerAdapter_->GetStruct())); in HandleFfrtProfilerContext()
339 writerAdapter_ = std::make_shared<WriterAdapter>(isProtobufSerialize_); in CreateWriter()
340 writerAdapter_->SetWriter(writer_); in CreateWriter()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_manager.cpp251 ctx->handle->SetWriter(const_cast<WriterStructPtr>(writerAdapter_->GetStruct())); in HandleNetworkProfilerContext()
348 writerAdapter_ = std::make_shared<WriterAdapter>(isProtobufSerialize_); in CreateWriter()
349 writerAdapter_->SetWriter(writer_); in CreateWriter()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h86 std::shared_ptr<WriterAdapter> writerAdapter_{nullptr};
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h86 std::shared_ptr<WriterAdapter> writerAdapter_{nullptr};
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h157 std::shared_ptr<WriterAdapter> writerAdapter_{nullptr};
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_manager.cpp309 ctx->stackPreprocess->SetWriter(const_cast<WriterStructPtr>(writerAdapter_->GetStruct())); in HandleHookContext()
674 writerAdapter_ = std::make_shared<WriterAdapter>(isProtobufSerialize_); in CreateWriter()
675 writerAdapter_->SetWriter(writer_); in CreateWriter()

Completed in 4 milliseconds