/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | dfx_test.cpp | 57 auto status = Reporter::GetInstance().PasteboardFault().Report(faultMsg); in HWTEST_F() 73 auto status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 77 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 83 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 99 auto status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 103 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 109 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 127 auto status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 131 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat); in HWTEST_F() 137 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingSta in HWTEST_F() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | fault_reporter.h | 25 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;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/ |
H A D | distributeddata_dfx_ut_test.cpp | 79 auto repStatus = comFault->Report(msg); in HWTEST_F() 119 auto repStatus = dbFault->Report(msg); in HWTEST_F() 152 auto dbsRet = dbs->Report(ds); in HWTEST_F() 181 auto rfReportRet = rtFault->Report(rfMsg); in HWTEST_F() 214 auto tsRet = ts->Report(tss); in HWTEST_F() 240 auto vsRet = vs->Report(vss); in HWTEST_F() 270 auto apRet = ap->Report(aps); in HWTEST_F() 297 auto repStatus = behavior->Report(msg); in HWTEST_F() 337 auto rfReportRet = svFault->Report(svMsg); in HWTEST_F() 369 auto dbsRet = dbs->Report(d in HWTEST_F() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | communication_fault_impl.h | 28 ReportStatus Report(const FaultMsg &msg) override 32 ReportStatus Report(const DBFaultMsg &ms) override 36 ReportStatus Report(const struct CommFaultMsg &msg) override;
|
H A D | runtime_fault_impl.h | 26 ReportStatus Report(const CommFaultMsg &msg) override 30 ReportStatus Report(const DBFaultMsg &ms) override 34 ReportStatus Report(const FaultMsg &msg) override;
|
H A D | database_fault_impl.h | 27 ReportStatus Report(const FaultMsg &msg) override 31 ReportStatus Report(const CommFaultMsg &msg) override 35 ReportStatus Report(const DBFaultMsg &msg) override;
|
H A D | service_fault_impl.h | 27 ReportStatus Report(const CommFaultMsg &msg) override 31 ReportStatus Report(const DBFaultMsg &ms) override 35 ReportStatus Report(const FaultMsg &msg) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/ |
H A D | hiview.h | 37 * Report a HiEvent. 40 static void Report(HiEvent& event) in Report() function in HiView 45 * Report a HiEvent. 48 static void Report(HiEvent&& event); 51 * Report a Reportable. 54 static void Report(HiView::Reportable& reportable);
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | multistages_capture_deferred_video_proc_session_callback.cpp | 69 MultiStagesCaptureDfxResult::Report(videoId, static_cast<int32_t>(MultiStagesCaptureResultErrCode::SQL_ERR),
in OnProcessVideoDone() 81 MultiStagesCaptureDfxResult::Report(videoId,
in OnProcessVideoDone() 91 MultiStagesCaptureDfxTotalTime::GetInstance().Report(videoId);
in OnProcessVideoDone() 92 MultiStagesCaptureDfxResult::Report(videoId, static_cast<int32_t>(MultiStagesCaptureResultErrCode::SUCCESS),
in OnProcessVideoDone() 119 MultiStagesCaptureDfxResult::Report(videoId, static_cast<int32_t>(errorCode),
in OnError()
|
H A D | multistages_capture_deferred_photo_proc_session_callback.cpp | 145 MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(error), in OnError() 183 MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(MultiStagesCaptureResultErrCode::SQL_ERR), in OnProcessImageDone() 202 MultiStagesCaptureDfxResult::Report(imageId, in OnProcessImageDone() 212 MultiStagesCaptureDfxTotalTime::GetInstance().Report(imageId); in OnProcessImageDone() 213 MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(MultiStagesCaptureResultErrCode::SUCCESS), in OnProcessImageDone() 304 MultiStagesCaptureDfxResult::Report(imageId, in OnProcessImageDone() 316 MultiStagesCaptureDfxResult::Report(imageId, in OnProcessImageDone() 332 MultiStagesCaptureDfxTotalTime::GetInstance().Report(imageId); in OnProcessImageDone() 333 MultiStagesCaptureDfxResult::Report(imageId, in OnProcessImageDone()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_state_mgmt_profiler.cpp | 29 JSClass<JSStateMgmtProfiler>::Method("report", &JSStateMgmtProfiler::Report); in JSBind() 81 void JSStateMgmtProfiler::Report() in Report() function in OHOS::Ace::Framework::JSStateMgmtProfiler 103 blocks->Report(1); in Report() 110 void JSStateMgmtProfiler::ProfileBlock::Report(int32_t depth) const in Report() function in OHOS::Ace::Framework::JSStateMgmtProfiler::ProfileBlock 134 childrenBlocks->Report(depth + 1); in Report()
|
H A D | js_state_mgmt_profiler.h | 37 void Report(); 60 void Report(int32_t depth) const;
|
/foundation/window/window_manager/utils/src/ |
H A D | perform_reporter.cpp | 39 * @param reportInterval Report data after reportInterval round start-end 225 Report("WM_REPORT_BACK_KEYEVENT", "Click Back Button"); in ReportBackButtonInfoImmediately() 235 Report("WM_REPORT_WINDOW_OPACITY_ZERO", oss.str()); in ReportZeroOpacityInfoImmediately() 254 WLOGFD("----Report HiSysEvent write all-----"); in ReportRecordedInfos() 255 Report("WM_REPORT_WINDOW_CREATE", GetMsgString(windowCreateReportInfos_)); in ReportRecordedInfos() 256 Report("WM_REPORT_WINDOW_SHOW", GetMsgString(windowShowReportInfos_)); in ReportRecordedInfos() 257 Report("WM_REPORT_WINDOW_HIDE", GetMsgString(windowHideReportInfos_)); in ReportRecordedInfos() 258 Report("WM_REPORT_WINDOW_DESTORY", GetMsgString(windowDestoryReportInfos_)); in ReportRecordedInfos() 259 Report("WM_REPORT_HIDE_NAVIGATIONBAR", GetMsgString(windowNavigationBarReportInfos_)); in ReportRecordedInfos() 277 void WindowInfoReporter::Report(cons function in OHOS::Rosen::WindowInfoReporter [all...] |
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/ |
H A D | multistages_capture_dfx_trigger_ratio.cpp | 50 Report();
in SetTrigger() 70 void MultiStagesCaptureDfxTriggerRatio::Report()
in Report() function in OHOS::Media::MultiStagesCaptureDfxTriggerRatio 72 MEDIA_INFO_LOG("Report thirdPartCount_ = %{public}d, autoCount_ = %{public}d", thirdPartCount_, autoCount_);
in Report()
|
H A D | multistages_capture_dfx_request_policy.cpp | 70 Report();
in SetPolicy() 90 void MultiStagesCaptureDfxRequestPolicy::Report()
in Report() function in OHOS::Media::MultiStagesCaptureDfxRequestPolicy 102 MEDIA_INFO_LOG("Report caller:%{public}s, high: %{public}d, balance: %{public}d, emergency: %{public}d",
in Report()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | radar_reporter.cpp | 29 Report(radarParam_, funcName_, BEGIN, eventName_); in RadarReporter() 34 Report(radarParam_, funcName_, END, eventName_); in ~RadarReporter() 43 void RadarReporter::Report(const RadarParam ¶m, const char *funcName, int32_t state, const char *eventName) in Report() function in OHOS::DistributedDataDfx::RadarReporter
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | sync_manager.cpp | 296 Report({ cloud.user, schema.bundleName, it == traceIds.end() ? "" : it->second, SyncStage::END, in GetPostEventTask() 303 Report({ cloud.user, schema.bundleName, it == traceIds.end() ? "" : it->second, SyncStage::END, in GetPostEventTask() 314 Report({ cloud.user, schema.bundleName, it == traceIds.end() ? "" : it->second, SyncStage::END, in GetPostEventTask() 405 RadarReporter::Report( 408 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::START, E_OK }); 424 RadarReporter::Report({ storeInfo.bundleName.c_str(), CLOUD_SYNC, FINISH_SYNC, storeInfo.syncId, 426 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::END, errCode }); 457 RadarReporter::Report({ info.bundleName_.c_str(), CLOUD_SYNC, FINISH_SYNC, info.syncId_, info.triggerMode_, 460 Report({ user, info.bundleName_, prepareTraceId, SyncStage::END, 472 RadarReporter::Report({ inf [all...] |
/foundation/distributeddatamgr/pasteboard/services/dfx/src/statistic/ |
H A D | time_consuming_statistic_impl.cpp | 22 ReportStatus TimeConsumingStatisticImpl::Report(const TimeConsumingStat &stat) in Report() function in OHOS::MiscServices::TimeConsumingStatisticImpl
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/fault/ |
H A D | pasteboard_fault_impl.h | 26 ReportStatus Report(const PasteboardFaultMsg &msg) override;
|
H A D | pasteboard_fault_impl.cpp | 22 ReportStatus PasteboardFaultImpl::Report(const PasteboardFaultMsg &msg) in Report() function in OHOS::MiscServices::PasteboardFaultImpl
|
H A D | fault_reporter.h | 25 virtual ReportStatus Report(const PasteboardFaultMsg &msg) = 0;
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/behaviour/ |
H A D | pasteboard_behaviour_reporter_impl.h | 26 ReportStatus Report(const struct PasteboardBehaviourMsg &msg) override;
|
H A D | pasteboard_behaviour_reporter_impl.cpp | 22 ReportStatus PasteboardBehaviourReporterImpl::Report(const PasteboardBehaviourMsg &msg) in Report() function in OHOS::MiscServices::PasteboardBehaviourReporterImpl
|
H A D | behaviour_reporter.h | 25 virtual ReportStatus Report(const PasteboardBehaviourMsg &msg) = 0;
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/big_data_statistics/ |
H A D | gallery_download_file_stat_test.cpp | 99 GalleryDownloadFileStat::GetInstance().Report(); in HWTEST_F() 225 galleryDownloadFileStat.Report(); in HWTEST_F() 259 galleryDownloadFileStat.Report(); in HWTEST_F() 278 galleryDownloadFileStat.Report(); in HWTEST_F() 297 galleryDownloadFileStat.Report(); in HWTEST_F()
|