Home
last modified time | relevance | path

Searched refs:HiViewAdapter (Results 1 - 19 of 19) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.cpp16 #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 Dhiview_adapter.h37 class HiViewAdapter { class
39 ~HiViewAdapter();
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp16 #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 Dhiview_adapter.h55 class API_EXPORT HiViewAdapter { class
57 ~HiViewAdapter();
/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/pasteboard/services/dfx/src/statistic/
H A Dtime_consuming_statistic_impl.cpp24 HiViewAdapter::ReportTimeConsumingStatistic(stat); in Report()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/fault/
H A Dpasteboard_fault_impl.cpp24 HiViewAdapter::ReportPasteboardFault(DfxCodeConstant::PASTEBOARD_FAULT, msg); in Report()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/behaviour/
H A Dpasteboard_behaviour_reporter_impl.cpp24 HiViewAdapter::ReportPasteboardBehaviour(msg); in Report()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
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()
H A Ddatabase_fault_impl.cpp33 HiViewAdapter::ReportDBFault(eventID, msg, executors_); 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()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp155 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 Ddfx_test.cpp41 HiViewAdapter::StartTimerThread(); in SetUp()
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp183 HiViewAdapter::StartTimerThread(); in OnStart()

Completed in 12 milliseconds