Home
last modified time | relevance | path

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

12

/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
Ddfx_test.cpp63 auto status = Reporter::GetInstance().PasteboardFault().Report(faultMsg);
79 auto status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
83 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
89 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
105 auto status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
109 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
115 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
133 auto status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
137 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
143 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
[all …]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
Dfault_reporter.h25 KVSTORE_API virtual ReportStatus Report(const FaultMsg &msg) = 0;
26 KVSTORE_API virtual ReportStatus Report(const CommFaultMsg &msg) = 0;
27 KVSTORE_API virtual ReportStatus Report(const DBFaultMsg &ms) = 0;
Dstatistic_reporter.h26 KVSTORE_API virtual ReportStatus Report(const T &stat) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
Dcommunication_fault_impl.h28 ReportStatus Report(const FaultMsg &msg) override in Report() function
32 ReportStatus Report(const DBFaultMsg &ms) override in Report() function
36 ReportStatus Report(const struct CommFaultMsg &msg) override;
Ddatabase_fault_impl.h27 ReportStatus Report(const FaultMsg &msg) override in Report() function
31 ReportStatus Report(const CommFaultMsg &msg) override in Report() function
35 ReportStatus Report(const DBFaultMsg &msg) override;
Dservice_fault_impl.h27 ReportStatus Report(const CommFaultMsg &msg) override in Report() function
31 ReportStatus Report(const DBFaultMsg &ms) override in Report() function
35 ReportStatus Report(const FaultMsg &msg) override;
Druntime_fault_impl.h26 ReportStatus Report(const CommFaultMsg &msg) override in Report() function
30 ReportStatus Report(const DBFaultMsg &ms) override in Report() function
34 ReportStatus Report(const FaultMsg &msg) override;
Dcommunication_fault_impl.cpp20 ReportStatus CommunicationFaultImpl::Report(const CommFaultMsg &msg) in Report() function in OHOS::DistributedDataDfx::CommunicationFaultImpl
Druntime_fault_impl.cpp20 ReportStatus RuntimeFaultImpl::Report(const FaultMsg &msg) in Report() function in OHOS::DistributedDataDfx::RuntimeFaultImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
Ddistributeddata_dfx_ut_test.cpp79 auto repStatus = comFault->Report(msg);
119 auto repStatus = dbFault->Report(msg);
152 auto dbsRet = dbs->Report(ds);
181 auto rfReportRet = rtFault->Report(rfMsg);
214 auto tsRet = ts->Report(tss);
240 auto vsRet = vs->Report(vss);
270 auto apRet = ap->Report(aps);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
Dhiview.h40 static void Report(HiEvent& event) in Report() function
48 static void Report(HiEvent&& event);
54 static void Report(HiView::Reportable& reportable);
/foundation/window/window_manager/utils/src/
Dperform_reporter.cpp220 Report("WM_REPORT_BACK_KEYEVENT", "Click Back Button"); in ReportBackButtonInfoImmediately()
230 Report("WM_REPORT_WINDOW_OPACITY_ZERO", oss.str()); in ReportZeroOpacityInfoImmediately()
237 Report("WM_REPORT_WINDOW_CREATE", GetMsgString(windowCreateReportInfos_)); in ReportRecordedInfos()
238 Report("WM_REPORT_WINDOW_SHOW", GetMsgString(windowShowReportInfos_)); in ReportRecordedInfos()
239 Report("WM_REPORT_WINDOW_HIDE", GetMsgString(windowHideReportInfos_)); in ReportRecordedInfos()
240 Report("WM_REPORT_WINDOW_DESTORY", GetMsgString(windowDestoryReportInfos_)); in ReportRecordedInfos()
241 Report("WM_REPORT_HIDE_NAVIGATIONBAR", GetMsgString(windowNavigationBarReportInfos_)); in ReportRecordedInfos()
245 void WindowInfoReporter::Report(const std::string& reportTag, const std::string& msg) in Report() function in OHOS::Rosen::WindowInfoReporter
/foundation/communication/ipc/ipc/native/src/core/include/
Ddbinder_error_code.h129 HiView::Report(hiEvent); in ReportEvent()
140 HiView::Report(hiEvent); in ReportDriverEvent()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/statistic/
Dtime_consuming_statistic_impl.cpp23 ReportStatus TimeConsumingStatisticImpl::Report(const TimeConsumingStat &stat) in Report() function in OHOS::MiscServices::TimeConsumingStatisticImpl
Dstatistic_reporter.h26 virtual ReportStatus Report(const T &stat) = 0;
Dtime_consuming_statistic_impl.h29 ReportStatus Report(const TimeConsumingStat &stat) override;
/foundation/distributeddatamgr/pasteboard/services/dfx/src/behaviour/
Dpasteboard_behaviour_reporter_impl.cpp23 ReportStatus PasteboardBehaviourReporterImpl::Report(const PasteboardBehaviourMsg &msg) in Report() function in OHOS::MiscServices::PasteboardBehaviourReporterImpl
Dbehaviour_reporter.h25 virtual ReportStatus Report(const PasteboardBehaviourMsg &msg) = 0;
Dpasteboard_behaviour_reporter_impl.h26 ReportStatus Report(const struct PasteboardBehaviourMsg &msg) override;
/foundation/distributeddatamgr/pasteboard/services/dfx/src/fault/
Dpasteboard_fault_impl.cpp23 ReportStatus PasteboardFaultImpl::Report(const PasteboardFaultMsg &msg) in Report() function in OHOS::MiscServices::PasteboardFaultImpl
Dfault_reporter.h25 virtual ReportStatus Report(const PasteboardFaultMsg &msg) = 0;
Dpasteboard_fault_impl.h26 ReportStatus Report(const PasteboardFaultMsg &msg) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/
Dvisit_statistic_impl.cpp20 ReportStatus VisitStatisticImpl::Report(const VisitStat &stat) in Report() function in OHOS::DistributedDataDfx::VisitStatisticImpl
Dapi_performance_statistic_impl.cpp20 ReportStatus ApiPerformanceStatisticImpl::Report(const ApiPerformanceStat &stat) in Report() function in OHOS::DistributedDataDfx::ApiPerformanceStatisticImpl
Dtraffic_statistic_impl.cpp20 ReportStatus TrafficStatisticImpl::Report(const TrafficStat &stat) in Report() function in OHOS::DistributedDataDfx::TrafficStatisticImpl

12