Home
last modified time | relevance | path

Searched refs:ReportBehaviour (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp376 void HiViewAdapter::ReportBehaviour(std::map<std::string, int> &behaviour, const char *pasteboardSt… in ReportBehaviour() function in OHOS::MiscServices::HiViewAdapter
428 ReportBehaviour(copyPasteboardBehaviour_, COPY_STATE); in InvokePasteBoardBehaviour()
434 ReportBehaviour(pastePasteboardBehaviour_, PASTE_STATE); in InvokePasteBoardBehaviour()
440 ReportBehaviour(remotePastePasteboardBehaviour_, REMOTE_PASTE_STATE); in InvokePasteBoardBehaviour()
H A Dhiview_adapter.h83 static void ReportBehaviour(std::map<std::string, int> &behaviour, const char *statePasteboard);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.h48 …static void ReportBehaviour(int dfxCode, const BehaviourMsg &msg, std::shared_ptr<ExecutorPool> ex…
H A Dhiview_adapter.cpp192 void HiViewAdapter::ReportBehaviour(int dfxCode, const BehaviourMsg &msg, std::shared_ptr<ExecutorP… in ReportBehaviour() function in OHOS::DistributedDataDfx::HiViewAdapter