Searched refs:DfxCodeConstant (Results 1 - 14 of 14) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | database_fault_impl.cpp | 24 eventID = DfxCodeConstant::DATABASE_CORRUPTED_FAILED; in Report() 26 eventID = DfxCodeConstant::DATABASE_REKEY_FAILED; in Report() 28 eventID = DfxCodeConstant::DATABASE_FAULT; in Report()
|
H A D | communication_fault_impl.cpp | 22 HiViewAdapter::ReportCommFault(DfxCodeConstant::DATABASE_SYNC_FAILED, msg, executors_); in Report()
|
H A D | service_fault_impl.cpp | 22 HiViewAdapter::ReportFault(DfxCodeConstant::SERVICE_FAULT, msg, executors_); in Report()
|
H A D | runtime_fault_impl.cpp | 22 HiViewAdapter::ReportFault(DfxCodeConstant::RUNTIME_FAULT, msg, executors_); in Report()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/ |
H A D | behaviour_reporter_impl.cpp | 21 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 D | hiview_adapter.cpp | 58 { 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 D | dfx_code_constant.h | 19 class DfxCodeConstant { class
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | dfx_code_constant.h | 19 class DfxCodeConstant { class
|
H A D | hiview_adapter.cpp | 35 { 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 D | pasteboard_fault_impl.cpp | 24 HiViewAdapter::ReportPasteboardFault(DfxCodeConstant::PASTEBOARD_FAULT, msg); in Report()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/statistic/ |
H A D | traffic_statistic_impl.cpp | 22 HiViewAdapter::ReportTrafficStatistic(DfxCodeConstant::TRAFFIC_STATISTIC, stat, executors_); in Report()
|
H A D | visit_statistic_impl.cpp | 22 HiViewAdapter::ReportVisitStatistic(DfxCodeConstant::VISIT_STATISTIC, stat, executors_); in Report()
|
H A D | api_performance_statistic_impl.cpp | 22 HiViewAdapter::ReportApiPerformanceStatistic(DfxCodeConstant::API_PERFORMANCE_INTERFACE, stat, executors_); in Report()
|
H A D | database_statistic_impl.cpp | 22 HiViewAdapter::ReportDatabaseStatistic(DfxCodeConstant::DATABASE_STATISTIC, stat, executors_); in Report()
|
Completed in 6 milliseconds