Home
last modified time | relevance | path

Searched refs:onRegisterWriterStruct (Results 1 – 25 of 25) sorted by relevance

/developtools/profiler/interfaces/kits/test/unittest/
Dplugin_module_api_test.cpp211 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
212 EXPECT_EQ(streamCallbacks_->onRegisterWriterStruct(writer_), 0);
229 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
235 EXPECT_EQ(streamCallbacks_->onRegisterWriterStruct(writer_), 0);
253 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
259 EXPECT_EQ(streamCallbacks_->onRegisterWriterStruct(writer_), 0);
278 EXPECT_EQ(sampleCallbacks_->onRegisterWriterStruct, nullptr);
292 EXPECT_EQ(memoryCallbacks_->onRegisterWriterStruct, nullptr);
307 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
313 streamCallbacks_->onRegisterWriterStruct(writer_);
[all …]
/developtools/profiler/device/plugins/api/src/
Dplugin_module.cpp88 } else if (structPtr_->callbacks->onRegisterWriterStruct != nullptr) { in GetSampleMode()
292 if (structPtr_->callbacks->onRegisterWriterStruct != nullptr) { in RegisterWriter()
293 return structPtr_->callbacks->onRegisterWriterStruct(writerAdapter_->GetStruct()); in RegisterWriter()
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_module.cpp54 .onRegisterWriterStruct = (RegisterWriterStructCallback)HidumpRegisterWriterStruct,
/developtools/profiler/device/plugins/hisysevent_plugin/src/
Dhisysevent_module.cpp54 .onRegisterWriterStruct = (RegisterWriterStructCallback)HisyseventRegisterWriterStruct,
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_module.cpp55 .onRegisterWriterStruct = (RegisterWriterStructCallback)HilogPluginRegisterWriterStruct,
/developtools/profiler/device/plugins/arkts_plugin/src/
Darkts_module.cpp55 .onRegisterWriterStruct = (RegisterWriterStructCallback)ArkTSPluginRegisterWriterStruct,
/developtools/profiler/device/plugins/stream_plugin/src/
Dstream_module.cpp54 .onRegisterWriterStruct = (RegisterWriterStructCallback)StreamRegisterWriterStruct,
/developtools/profiler/device/plugins/sample_plugin/src/
Dsample_module.cpp58 .onRegisterWriterStruct = SampleRegisterWriterStruct,
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_module.cpp61 .onRegisterWriterStruct = NetworkRegisterWriterStruct,
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_module.cpp61 .onRegisterWriterStruct = ProcessRegisterWriterStruct,
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_module.cpp58 .onRegisterWriterStruct = MemRegisterWriterStruct,
/developtools/profiler/interfaces/kits/
Dplugin_module_api.h221 RegisterWriterStructCallback onRegisterWriterStruct; member
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_module.cpp85 .onRegisterWriterStruct = TracePluginRegisterWriter,
/developtools/profiler/device/plugins/hiebpf_plugin/src/
Dhiebpf_module.cpp90 .onRegisterWriterStruct = nullptr,
/developtools/profiler/device/plugins/bytrace_plugin/src/
Dbytrace_module.cpp164 .onRegisterWriterStruct = BytraceRegisterWriterStruct,
/developtools/profiler/device/plugins/hiperf_plugin/src/
Dhiperf_module.cpp155 .onRegisterWriterStruct = HiperfRegisterWriterStruct,
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_manager_test.cpp125 } else if (pluginModule.structPtr_->callbacks->onRegisterWriterStruct != nullptr) {
/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/
Dhiperf_plugin_unittest.cpp92 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
Dhisysevent_plugin_unittest.cpp155 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp109 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dflow_controller_test.cpp265 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp273 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/
DREADME_zh.md128 … name="p252mcpsimp"></a><a name="p252mcpsimp"></a>PluginModuleCallbacks::onRegisterWriterStruct</p>
142 - WriterStruct是上面onRegisterWriterStruct接口中的参数,主要实现写数据接口,将插件中采集的数据通过该接口进行写入。
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dmemory_data_plugin_unittest.cpp514 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp1053 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);