Home
last modified time | relevance | path

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

1234567

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Ddfx_test.cpp63 auto status = Reporter::GetInstance().PasteboardFault().Report(faultMsg);
83 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
89 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
109 status = Reporter::GetInstance().TimeConsumingStatistic().Report(timeConsumingStat);
177 auto status = Reporter::GetInstance().PasteboardBehaviour().Report(behaviourMsg);
179 status = Reporter::GetInstance().PasteboardBehaviour().Report(behaviourMsg);
183 status = Reporter::GetInstance().PasteboardBehaviour().Report(behaviourMsg);
185 status = Reporter::GetInstance().PasteboardBehaviour().Report(behaviourMsg);
189 status = Reporter::GetInstance().PasteboardBehaviour().Report(behaviourMsg);
191 status = Reporter::GetInstance().PasteboardBehaviour().Report(behaviourMsg);
[all …]
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_page_manager_unittest.cpp239 EXPECT_TRUE(CheckResult(GetInstance().Report(), {}));
258 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
277 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
279 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
298 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
323 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
337 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
340 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
356 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page3" }));
360 EXPECT_TRUE(CheckResult(GetInstance().Report(), { "page2" }));
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/
H A 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);
297 auto repStatus = behavior->Report(msg);
369 auto dbsRet = dbs->Report(ds);
445 auto tsRet = ts->Report(tss);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_video_proc_session_callback.cpp69 …MultiStagesCaptureDfxResult::Report(videoId, static_cast<int32_t>(MultiStagesCaptureResultErrCode:… in OnProcessVideoDone()
82 MultiStagesCaptureDfxResult::Report(videoId, in OnProcessVideoDone()
92 MultiStagesCaptureDfxTotalTime::GetInstance().Report(videoId); in OnProcessVideoDone()
93 …MultiStagesCaptureDfxResult::Report(videoId, static_cast<int32_t>(MultiStagesCaptureResultErrCode:… in OnProcessVideoDone()
119 MultiStagesCaptureDfxResult::Report(videoId, static_cast<int32_t>(errorCode), in OnError()
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp149 MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(error), in OnError()
204 MultiStagesCaptureDfxResult::Report(imageId, in OnProcessImageDone()
214 MultiStagesCaptureDfxTotalTime::GetInstance().Report(imageId); in OnProcessImageDone()
215 …MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(MultiStagesCaptureResultErrCode:… in OnProcessImageDone()
305 …MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(MultiStagesCaptureResultErrCode:… in OnProcessImageDone()
316 MultiStagesCaptureDfxResult::Report(imageId, in OnProcessImageDone()
331 MultiStagesCaptureDfxTotalTime::GetInstance().Report(imageId); in OnProcessImageDone()
332 …MultiStagesCaptureDfxResult::Report(imageId, static_cast<int32_t>(MultiStagesCaptureResultErrCode:… in OnProcessImageDone()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A 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;
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp225 Report("WM_REPORT_BACK_KEYEVENT", "Click Back Button"); in ReportBackButtonInfoImmediately()
235 Report("WM_REPORT_WINDOW_OPACITY_ZERO", oss.str()); in ReportZeroOpacityInfoImmediately()
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(const std::string& reportTag, const std::string& msg) in Report() function in OHOS::Rosen::WindowInfoReporter
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A 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;
H A 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;
H A 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;
H A 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;
/ohos5.0/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp36 event->Report(); in ReportPluginLoad()
46 event->Report(); in ReportPluginUnload()
56 event->Report(); in ReportPluginFault()
65 event->Report(); in ReportPluginStats()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_state_mgmt_profiler.cpp29 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 Djs_state_mgmt_profiler.h37 void Report();
60 void Report(int32_t depth) const;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_transaction.cpp46 Report(AbnormalType::TIMEOUT_WARN); in ReportIfTimeout()
52 Report(abnormalType, errCode); in ReportError()
55 void DfxTransaction::Report(uint8_t abnormalType, int32_t errCode) in Report() function in OHOS::Media::DfxTransaction
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhiview.h40 static void Report(HiEvent& event) in Report() function
48 static void Report(HiEvent&& event);
54 static void Report(HiView::Reportable& reportable);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Ddatabase_report.cpp66 int32_t DatabaseReport::Report(std::vector<AlbumMediaStatisticInfo> statisticInfos) in Report() function in OHOS::Media::DatabaseReport
79 this->Report(albumMediaStatisticInfos); in ReportGallery()
87 this->Report(albumMediaStatisticInfos); in ReportExternal()
94 this->Report(albumMediaStatisticInfos); in ReportMedia()
H A Dupgrade_restore_task_report.cpp44 UpgradeRestoreTaskReport &UpgradeRestoreTaskReport::Report(const std::string &type, const std::stri… in Report() function in OHOS::Media::UpgradeRestoreTaskReport
106 return Report("TotalInfo", errorCode, totalInfo); in ReportTotal()
119 return Report("TimeCost", std::to_string(timeCost), ""); in ReportTimeCost()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp398 RadarReporter::Report( in GetSyncHandler()
401 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::START, E_OK }); in GetSyncHandler()
419 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::END, code }); in GetSyncHandler()
453 Report({ user, info.bundleName_, prepareTraceId, SyncStage::END, in GetRetryer()
468 Report({ user, info.bundleName_, prepareTraceId, SyncStage::END, in GetRetryer()
597 void SyncManager::Report(const ReportParam &reportParam) in Report() function in OHOS::CloudData::SyncManager
603 cloudReport->Report(reportParam); in Report()
753 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::END, dbCode }); in GetCallback()
811 Report({ storeInfo.user, storeInfo.bundleName, prepareTraceId, SyncStage::END, E_ERROR }); in DoExceptionalCallback()
844 Report({ user, storeInfo.bundleName, prepareTraceId, SyncStage::END, in RetryCallback()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dradar_reporter.cpp29 Report(radarParam_, funcName_, BEGIN, eventName_); in RadarReporter()
34 Report(radarParam_, funcName_, END, eventName_); in ~RadarReporter()
43 void RadarReporter::Report(const RadarParam &param, const char *funcName, int32_t state, const char… in Report() function in OHOS::DistributedDataDfx::RadarReporter
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/big_data_statistics/
H A Dgallery_download_file_stat_test.cpp99 GalleryDownloadFileStat::GetInstance().Report();
225 galleryDownloadFileStat.Report();
259 galleryDownloadFileStat.Report();
278 galleryDownloadFileStat.Report();
297 galleryDownloadFileStat.Report();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp322 …MultiStagesCaptureDfxResult::Report("", 0, static_cast<int32_t>(MultiStagesCaptureMediaType::Photo…
336 MultiStagesCaptureDfxTotalTime::GetInstance().Report(photoId);
348 MultiStagesCaptureDfxTotalTime::GetInstance().Report(photoId);
357 MultiStagesCaptureDfxTotalTime::GetInstance().Report(photoId);
360 MultiStagesCaptureDfxTotalTime::GetInstance().Report(photoId2);
392 MultiStagesCaptureDfxTotalTime::GetInstance().Report(photoId);
482 instance.Report(PHOTO_ID_FOR_TEST);
485 instance.Report(PHOTO_ID_FOR_TEST);
501 instance.Report("");
504 instance.Report("1");
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/
H A Dmultistages_capture_dfx_trigger_ratio.cpp50 Report(); in SetTrigger()
70 void MultiStagesCaptureDfxTriggerRatio::Report() in Report() function in OHOS::Media::MultiStagesCaptureDfxTriggerRatio
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-battery-level-customization.md129 2. Report the battery power change to obtain the current battery level.
153 5. Report the battery power change to obtain the current battery level.
177 8. Report the battery power change to obtain the current battery level.
201 11. Report the battery power change to obtain the current battery level.
225 14. Report the battery power change to obtain the current battery level.
249 17. Report the battery power change to obtain the current battery level.
273 20. Report the battery power change to obtain the current battery level.
H A Dsubsys-power-level-LED-color.md137 2. Report the battery power change to trigger the LED mapping.
147 4. Report the battery power change to trigger the LED mapping.
157 6. Report the battery power change to trigger the LED mapping.
187 2. Report the battery power change to trigger the LED mapping.
197 4. Report the battery power change to trigger the LED mapping.
207 6. Report the battery power change to trigger the LED mapping.

1234567