Home
last modified time | relevance | path

Searched refs:copyPasteboardBehaviour_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp50 std::map<std::string, int> HiViewAdapter::copyPasteboardBehaviour_; member in OHOS::MiscServices::HiViewAdapter
261 auto it = copyPasteboardBehaviour_.find(msg.bundleName); in ReportPasteboardBehaviour()
262 if (it != copyPasteboardBehaviour_.end()) { in ReportPasteboardBehaviour()
265 copyPasteboardBehaviour_.insert(std::pair<std::string, int>(msg.bundleName, 1)); in ReportPasteboardBehaviour()
427 if (!copyPasteboardBehaviour_.empty()) { in InvokePasteBoardBehaviour()
428 ReportBehaviour(copyPasteboardBehaviour_, COPY_STATE); in InvokePasteBoardBehaviour()
429 copyPasteboardBehaviour_.clear(); in InvokePasteBoardBehaviour()
H A Dhiview_adapter.h93 static std::map<std::string, int> copyPasteboardBehaviour_; variable