/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | hiview_adapter.cpp | 16 #define LOG_TAG "HiViewAdapter" 75 std::mutex HiViewAdapter::visitMutex_; 76 std::map<std::string, StatisticWrap<VisitStat>> HiViewAdapter::visitStat_; 78 std::mutex HiViewAdapter::trafficMutex_; 79 std::map<std::string, StatisticWrap<TrafficStat>> HiViewAdapter::trafficStat_; 81 std::mutex HiViewAdapter::dbMutex_; 82 std::map<std::string, StatisticWrap<DbStat>> HiViewAdapter::dbStat_; 84 std::mutex HiViewAdapter::apiPerformanceMutex_; 85 std::map<std::string, StatisticWrap<ApiPerformanceStat>> HiViewAdapter::apiPerformanceStat_; 87 bool HiViewAdapter [all...] |
H A D | hiview_adapter.h | 37 class HiViewAdapter { class 39 ~HiViewAdapter();
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 16 #define LOG_TAG "HiViewAdapter" 42 bool HiViewAdapter::running_ = false; 43 std::mutex HiViewAdapter::runMutex_; 44 std::mutex HiViewAdapter::timeConsumingMutex_; 45 std::mutex HiViewAdapter::behaviourMutex_; 46 std::vector<std::map<int, int>> HiViewAdapter::copyTimeConsumingStat_; 47 std::vector<std::map<int, int>> HiViewAdapter::pasteTimeConsumingStat_; 48 std::vector<std::map<int, int>> HiViewAdapter::remotePasteTimeConsumingStat_; 50 std::map<std::string, int> HiViewAdapter::copyPasteboardBehaviour_; 51 std::map<std::string, int> HiViewAdapter [all...] |
H A D | hiview_adapter.h | 55 class API_EXPORT HiViewAdapter { class 57 ~HiViewAdapter();
|
/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/pasteboard/services/dfx/src/statistic/ |
H A D | time_consuming_statistic_impl.cpp | 24 HiViewAdapter::ReportTimeConsumingStatistic(stat); in Report()
|
/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/pasteboard/services/dfx/src/behaviour/ |
H A D | pasteboard_behaviour_reporter_impl.cpp | 24 HiViewAdapter::ReportPasteboardBehaviour(msg); in Report()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
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()
|
H A D | database_fault_impl.cpp | 33 HiViewAdapter::ReportDBFault(eventID, msg, executors_); 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()
|
/foundation/distributeddatamgr/pasteboard/services/zidl/src/ |
H A D | pasteboard_service_stub.cpp | 155 HiViewAdapter::ReportUseBehaviour(pasteData, HiViewAdapter::PASTE_STATE, result); in OnGetPasteData() 253 HiViewAdapter::ReportUseBehaviour(*pasteData, HiViewAdapter::COPY_STATE, result); in OnSetPasteData()
|
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | dfx_test.cpp | 41 HiViewAdapter::StartTimerThread(); in SetUp()
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 183 HiViewAdapter::StartTimerThread(); in OnStart()
|