Home
last modified time | relevance | path

Searched refs:onPluginReportResult (Results 1 - 25 of 30) sorted by relevance

12

/developtools/profiler/interfaces/kits/test/unittest/
H A Dplugin_module_api_test.cpp429 EXPECT_EQ(streamCallbacks_->onPluginReportResult, nullptr); in HWTEST_F()
450 EXPECT_NE(sampleCallbacks_->onPluginReportResult, nullptr); in HWTEST_F()
452 EXPECT_NE(sampleCallbacks_->onPluginReportResult(buffer.data(), buffer.size()), 0); in HWTEST_F()
473 EXPECT_NE(memoryCallbacks_->onPluginReportResult, nullptr); in HWTEST_F()
475 EXPECT_NE(memoryCallbacks_->onPluginReportResult(buffer.data(), buffer.size()), 0); in HWTEST_F()
496 EXPECT_NE(sampleCallbacks_->onPluginReportResult, nullptr); in HWTEST_F()
498 EXPECT_NE(sampleCallbacks_->onPluginReportResult(sampleBuffer.data(), sampleBuffer.size()), 0); in HWTEST_F()
514 EXPECT_NE(memoryCallbacks_->onPluginReportResult, nullptr); in HWTEST_F()
516 EXPECT_NE(memoryCallbacks_->onPluginReportResult(memoryBuffer.data(), memoryBuffer.size()), 0); in HWTEST_F()
538 EXPECT_NE(sampleCallbacks_->onPluginReportResult, nullpt in HWTEST_F()
[all...]
/developtools/profiler/device/plugins/api/src/
H A Dplugin_module.cpp82 if (structPtr_->callbacks->onPluginReportResult != nullptr) { in GetSampleMode()
267 if (structPtr_->callbacks->onPluginReportResult != nullptr) { in ReportResult()
268 return structPtr_->callbacks->onPluginReportResult(buffer, size); in ReportResult()
/developtools/profiler/device/plugins/hidump_plugin/src/
H A Dhidump_module.cpp53 .onPluginReportResult = 0,
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_module.cpp54 .onPluginReportResult = 0,
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H A Dhisysevent_module.cpp52 .onPluginReportResult = 0,
/developtools/profiler/device/plugins/stream_plugin/src/
H A Dstream_module.cpp51 .onPluginReportResult = 0,
/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dtest_main.cpp34 int len = cpuPlugin->callbacks->onPluginReportResult(dataBuffer.data(), cpuPlugin->resultBufferSizeHint); in Report()
113 int len = cpuPlugin->callbacks->onPluginReportResult(dataBuffer.data(), in main()
H A Dcpu_module.cpp57 .onPluginReportResult = CpuPluginReportResult,
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Ddiskio_module.cpp57 .onPluginReportResult = DiskioPluginReportResult,
H A Dtest_main.cpp92 int len = diskioPlugin->callbacks->onPluginReportResult(dataBuffer.data(), in main()
/developtools/profiler/device/plugins/gpu_plugin/src/
H A Dgpu_module.cpp54 .onPluginReportResult = GpuPluginReportResult,
H A Dtest_main.cpp51 int len = gpuPlugin->callbacks->onPluginReportResult(dataBuffer.data(), in main()
/developtools/profiler/device/plugins/memory_plugin/src/
H A Dmemory_module.cpp62 .onPluginReportResult = MemPluginReportResult,
/developtools/profiler/device/plugins/network_plugin/src/
H A Dnetwork_module.cpp64 .onPluginReportResult = NetworkPluginReportResult,
/developtools/profiler/device/plugins/process_plugin/src/
H A Dprocess_module.cpp65 .onPluginReportResult = ProcessPluginReportResult,
/developtools/profiler/device/plugins/sample_plugin/src/
H A Dsample_module.cpp62 .onPluginReportResult = SamplePluginReportResult,
/developtools/profiler/device/plugins/xpower_plugin/src/
H A Dxpower_module.cpp65 .onPluginReportResult = XpowerPluginReportResult,
/developtools/profiler/device/plugins/network_plugin/test/unittest/
H A Dnetwork_plugin_test.cpp297 EXPECT_LT(plugin->callbacks->onPluginReportResult(dataBuffer.data(), dataBuffer.size()), 0); in HWTEST_F()
299 EXPECT_EQ(plugin->callbacks->onPluginReportResult(dataBuffer.data(), dataBuffer.size()), 0); in HWTEST_F()
328 EXPECT_GT(plugin->callbacks->onPluginReportResult(dataBuffer.data(), dataBuffer.size()), 0); in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_module.cpp82 .onPluginReportResult = 0,
/developtools/profiler/interfaces/kits/
H A Dplugin_module_api.h210 PluginReportResultCallback onPluginReportResult; member
283 * If Callback function table of onPluginReportResult is filled with non null values,
/developtools/profiler/device/plugins/bytrace_plugin/src/
H A Dbytrace_module.cpp153 .onPluginReportResult = nullptr,
/developtools/profiler/device/plugins/hiebpf_plugin/src/
H A Dhiebpf_module.cpp120 .onPluginReportResult = nullptr,
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H A Dgpu_data_plugin_unittest.cpp179 ASSERT_GT(gpuPlugin->callbacks->onPluginReportResult(dataBuffer.data(), gpuPlugin->resultBufferSizeHint), 0); in HWTEST_F()
/developtools/profiler/device/plugins/api/test/unittest/
H A Dplugin_manager_test.cpp130 if (pluginModule.structPtr_->callbacks->onPluginReportResult != nullptr) { in HWTEST_F()
/developtools/profiler/device/plugins/diskio_plugin/test/unittest/
H A Ddiskio_data_plugin_unittest.cpp183 ASSERT_GT(diskioPlugin->callbacks->onPluginReportResult(dataBuffer.data(), diskioPlugin->resultBufferSizeHint), 0); in HWTEST_F()

Completed in 8 milliseconds

12