/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_page_manager_unittest.cpp | 239 EXPECT_TRUE(CheckResult(GetInstance().Report(), {}));
in HWTEST_F() 249 EXPECT_TRUE(CheckResult(GetInstance().Report(), { MAIN_PAGE_ID }));
in HWTEST_F() 258 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
in HWTEST_F() 268 EXPECT_TRUE(CheckResult(GetInstance().Report(), { MAIN_PAGE_ID }));
in HWTEST_F() 277 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
in HWTEST_F() 279 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
in HWTEST_F() 288 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2:subpage1", "page2" }));
in HWTEST_F() 298 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
in HWTEST_F() 308 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page1:subpage1", "page1" }));
in HWTEST_F() 311 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/base/event_report/ |
H A D | hiview_event_report.cpp | 36 event->Report();
in ReportPluginLoad() 46 event->Report();
in ReportPluginUnload() 56 event->Report();
in ReportPluginFault() 65 event->Report();
in ReportPluginStats()
|
/base/hiviewdfx/hiview/base/event_report/event/include/ |
H A D | plugin_fault_event.h | 26 void Report() override;
|
H A D | plugin_event.h | 26 void Report() override;
|
H A D | plugin_stats_event.h | 28 void Report() override;
|
H A D | logger_event.h | 44 virtual void Report() = 0;
|
/base/hiviewdfx/hiview/plugins/usage_event_report/event/include/ |
H A D | fold_app_usage_event.h | 26 void Report() override;
|
H A D | app_usage_event.h | 26 void Report() override;
|
H A D | sys_usage_event.h | 28 void Report() override;
|
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/ |
H A D | unified_collection_stat.h | 28 void Report();
|
/base/hiviewdfx/hiview/base/event_report/event/ |
H A D | plugin_fault_event.cpp | 29 void PluginFaultEvent::Report()
in Report() function in OHOS::HiviewDFX::PluginFaultEvent
|
H A D | plugin_event.cpp | 33 void PluginEvent::Report()
in Report() function in OHOS::HiviewDFX::PluginEvent
|
/base/hiviewdfx/hiview/plugins/usage_event_report/service/ |
H A D | usage_event_report_service.cpp | 68 events[i]->Report();
in ReportAppUsage() 81 cacheUsage->Report();
in ReportSysUsage()
|
/base/hiviewdfx/hicollie/interfaces/ndk/ |
H A D | hicollie.cpp | 81 int Report(bool* isSixSecond) in Report() function 147 if (OHOS::HiviewDFX::Report(isSixSecond) != 0) { in OH_HiCollie_Report()
|
/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/ |
H A D | cpu_storage.h | 40 void Report();
|
/base/hiviewdfx/hiview/plugins/usage_event_report/event/ |
H A D | fold_app_usage_event.cpp | 35 void FoldAppUsageEvent::Report()
in Report() function in OHOS::HiviewDFX::FoldAppUsageEvent
|
H A D | sys_usage_event.cpp | 34 void SysUsageEvent::Report()
in Report() function in OHOS::HiviewDFX::SysUsageEvent
|
H A D | app_usage_event.cpp | 35 void AppUsageEvent::Report()
in Report() function in OHOS::HiviewDFX::AppUsageEvent
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AnimatorSceneDataProcessor.cpp | 93 Report(metrics); in ProcessSceneData() 178 void AnimatorSceneDataProcessor::Report(const AnimatorMetrics& metrics) in Report() function in OHOS::HiviewDFX::AnimatorSceneDataProcessor 180 HIVIEW_LOGD("[AnimatorSceneDataProcessor::Report]"); in Report() 208 Report(CalcMetrics(*(it->second))); in HandleTimeOutPoints()
|
H A D | AnimatorSceneDataProcessor.h | 46 void Report(const AnimatorMetrics& metrics);
|
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/ |
H A D | daily_db_helper.h | 41 void Report();
|
/base/hiviewdfx/hiview/base/event_report/test/unittest/common/ |
H A D | event_report_unit_test.cpp | 37 void Report() in Report() function in OHOS::HiviewDFX::__anon596::TestLoggerEvent
|
/base/hiviewdfx/hiview/plugins/unified_collector/task/ |
H A D | cpu_collection_task.cpp | 75 cpuStorage_->Report();
in ReportCpuCollectionEvent()
|
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/ |
H A D | unified_collection_stat.cpp | 60 void UnifiedCollectionStat::Report()
in Report() function in OHOS::HiviewDFX::UCollectUtil::UnifiedCollectionStat
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.h | 61 void Report(std::shared_ptr<ProcessDumpRequest> request, std::string &jsonInfo);
|