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 D | behaviour_reporter_impl.cpp | 21 HiViewAdapter::ReportBehaviour(DfxCodeConstant::DATABASE_BEHAVIOUR, msg, executors_); in Report()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 376 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 D | hiview_adapter.h | 83 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 D | hiview_adapter.h | 48 …static void ReportBehaviour(int dfxCode, const BehaviourMsg &msg, std::shared_ptr<ExecutorPool> ex…
|
H A D | hiview_adapter.cpp | 192 void HiViewAdapter::ReportBehaviour(int dfxCode, const BehaviourMsg &msg, std::shared_ptr<ExecutorP… in ReportBehaviour() function in OHOS::DistributedDataDfx::HiViewAdapter
|