Home
last modified time | relevance | path

Searched refs:DfxCodeConstant (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Ddatabase_fault_impl.cpp24 eventID = DfxCodeConstant::DATABASE_CORRUPTED_FAILED; in Report()
26 eventID = DfxCodeConstant::DATABASE_REKEY_FAILED; in Report()
28 eventID = DfxCodeConstant::DATABASE_FAULT; in Report()
H A Dcommunication_fault_impl.cpp22 HiViewAdapter::ReportCommFault(DfxCodeConstant::DATABASE_SYNC_FAILED, msg, executors_); in Report()
H A Dservice_fault_impl.cpp22 HiViewAdapter::ReportFault(DfxCodeConstant::SERVICE_FAULT, msg, executors_); in Report()
H A Druntime_fault_impl.cpp22 HiViewAdapter::ReportFault(DfxCodeConstant::RUNTIME_FAULT, msg, executors_); in Report()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/
H A Dbehaviour_reporter_impl.cpp21 HiViewAdapter::ReportBehaviour(DfxCodeConstant::DATABASE_BEHAVIOUR, msg, executors_); in Report()
27 HiViewAdapter::ReportUdmfBehaviour(DfxCodeConstant::UDMF_DATA_BEHAVIOR, msg, executors_); in UDMFReport()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.cpp58 { DfxCodeConstant::SERVICE_FAULT, "SERVICE_FAULT" },
59 { DfxCodeConstant::RUNTIME_FAULT, "RUNTIME_FAULT" },
60 { DfxCodeConstant::DATABASE_FAULT, "DATABASE_FAULT" },
61 { DfxCodeConstant::COMMUNICATION_FAULT, "COMMUNICATION_FAULT" },
62 { DfxCodeConstant::DATABASE_STATISTIC, "DATABASE_STATISTIC}" },
63 { DfxCodeConstant::VISIT_STATISTIC, "VISIT_STATISTIC" },
64 { DfxCodeConstant::TRAFFIC_STATISTIC, "VISIT_STATISTIC" },
65 { DfxCodeConstant::DATABASE_PERFORMANCE_STATISTIC, "DATABASE_PERFORMANCE_STATISTIC" },
66 { DfxCodeConstant::API_PERFORMANCE_STATISTIC, "API_PERFORMANCE_STATISTIC" },
67 { DfxCodeConstant
[all...]
H A Ddfx_code_constant.h19 class DfxCodeConstant { class
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Ddfx_code_constant.h19 class DfxCodeConstant { class
H A Dhiview_adapter.cpp35 { DfxCodeConstant::PASTEBOARD_FAULT, "PASTEBOARD_FAULT" },
36 { DfxCodeConstant::TIME_CONSUMING_STATISTIC, "TIME_CONSUMING_STATISTIC" },
37 { DfxCodeConstant::PASTEBOARD_BEHAVIOUR, "PASTEBOARD_BEHAVIOUR" },
38 { DfxCodeConstant::USE_BEHAVIOUR, "USE_BEHAVIOUR" },
356 CoverEventID(DfxCodeConstant::TIME_CONSUMING_STATISTIC).c_str(), HISYSEVENT_STATISTIC, params, len); in ReportStatisticEvent()
367 CoverEventID(DfxCodeConstant::TIME_CONSUMING_STATISTIC).c_str(), HISYSEVENT_STATISTIC, params, len); in ReportStatisticEvent()
417 int ret = OH_HiSysEvent_Write(PASTEBOARD_DOMAIN, CoverEventID(DfxCodeConstant::PASTEBOARD_BEHAVIOUR).c_str(), in ReportBehaviour()
536 int ret = OH_HiSysEvent_Write(PASTEBOARD_DOMAIN, CoverEventID(DfxCodeConstant::USE_BEHAVIOUR).c_str(), in ReportUseBehaviour()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/fault/
H A Dpasteboard_fault_impl.cpp24 HiViewAdapter::ReportPasteboardFault(DfxCodeConstant::PASTEBOARD_FAULT, msg); in Report()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/
H A Dtraffic_statistic_impl.cpp22 HiViewAdapter::ReportTrafficStatistic(DfxCodeConstant::TRAFFIC_STATISTIC, stat, executors_); in Report()
H A Dvisit_statistic_impl.cpp22 HiViewAdapter::ReportVisitStatistic(DfxCodeConstant::VISIT_STATISTIC, stat, executors_); in Report()
H A Dapi_performance_statistic_impl.cpp22 HiViewAdapter::ReportApiPerformanceStatistic(DfxCodeConstant::API_PERFORMANCE_INTERFACE, stat, executors_); in Report()
H A Ddatabase_statistic_impl.cpp22 HiViewAdapter::ReportDatabaseStatistic(DfxCodeConstant::DATABASE_STATISTIC, stat, executors_); in Report()

Completed in 7 milliseconds