Home
last modified time | relevance | path

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

12

/developtools/profiler/interfaces/kits/test/unittest/
Dplugin_module_api_test.cpp210 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
211 EXPECT_EQ(streamCallbacks_->onRegisterWriterStruct(writer_), 0);
228 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
234 EXPECT_EQ(streamCallbacks_->onRegisterWriterStruct(writer_), 0);
252 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
258 EXPECT_EQ(streamCallbacks_->onRegisterWriterStruct(writer_), 0);
277 EXPECT_EQ(sampleCallbacks_->onRegisterWriterStruct, nullptr);
291 EXPECT_EQ(memoryCallbacks_->onRegisterWriterStruct, nullptr);
306 EXPECT_NE(streamCallbacks_->onRegisterWriterStruct, nullptr);
312 streamCallbacks_->onRegisterWriterStruct(writer_);
[all …]
/developtools/profiler/device/plugins/api/src/
Dplugin_module.cpp84 } else if (structPtr_->callbacks->onRegisterWriterStruct != nullptr) { in GetSampleMode()
302 if (structPtr_->callbacks->onRegisterWriterStruct != nullptr) { in RegisterWriter()
303 return structPtr_->callbacks->onRegisterWriterStruct(writerAdapter_->GetStruct()); in RegisterWriter()
/developtools/profiler/device/plugins/stream_plugin/src/
Dstream_module.cpp53 .onRegisterWriterStruct = (RegisterWriterStructCallback)StreamRegisterWriterStruct,
/developtools/profiler/device/plugins/arkts_plugin/src/
Darkts_module.cpp55 .onRegisterWriterStruct = (RegisterWriterStructCallback)ArkTSPluginRegisterWriterStruct,
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_module.cpp55 .onRegisterWriterStruct = (RegisterWriterStructCallback)HidumpRegisterWriterStruct,
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_module.cpp56 .onRegisterWriterStruct = (RegisterWriterStructCallback)HilogPluginRegisterWriterStruct,
/developtools/profiler/device/plugins/hisysevent_plugin/src/
Dhisysevent_module.cpp54 .onRegisterWriterStruct = (RegisterWriterStructCallback)HisyseventRegisterWriterStruct,
/developtools/profiler/device/plugins/sample_plugin/src/
Dsample_module.cpp64 .onRegisterWriterStruct = SampleRegisterWriterStruct,
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_module.cpp66 .onRegisterWriterStruct = NetworkRegisterWriterStruct,
/developtools/profiler/device/plugins/xpower_plugin/src/
Dxpower_module.cpp67 .onRegisterWriterStruct = (RegisterWriterStructCallback)XpowerRegisterWriterStruct,
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_module.cpp67 .onRegisterWriterStruct = ProcessRegisterWriterStruct,
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_module.cpp64 .onRegisterWriterStruct = MemRegisterWriterStruct,
/developtools/profiler/interfaces/kits/
Dplugin_module_api.h221 RegisterWriterStructCallback onRegisterWriterStruct; member
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_module.cpp84 .onRegisterWriterStruct = TracePluginRegisterWriter,
/developtools/profiler/device/plugins/hiebpf_plugin/src/
Dhiebpf_module.cpp122 .onRegisterWriterStruct = nullptr,
/developtools/profiler/device/plugins/bytrace_plugin/src/
Dbytrace_module.cpp164 .onRegisterWriterStruct = BytraceRegisterWriterStruct,
/developtools/profiler/device/plugins/xpower_plugin/test/unittest/
Dxpower_plugin_unittest.cpp95 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/hiperf_plugin/src/
Dhiperf_module.cpp181 .onRegisterWriterStruct = HiperfRegisterWriterStruct,
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_manager_test.cpp132 } else if (pluginModule.structPtr_->callbacks->onRegisterWriterStruct != nullptr) {
/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/
Dhiperf_plugin_unittest.cpp87 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
Dhisysevent_plugin_unittest.cpp149 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp103 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp267 EXPECT_EQ(plugin->callbacks->onRegisterWriterStruct(&writer), 0);
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dflow_controller_test.cpp299 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接口中的参数,主要实现写数据接口,将插件中采集的数据通过该接口进行写入。

12