Searched refs:copyPasteboardBehaviour_ (Results 1 – 2 of 2) sorted by relevance
50 std::map<std::string, int> HiViewAdapter::copyPasteboardBehaviour_; member in OHOS::MiscServices::HiViewAdapter261 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()
93 static std::map<std::string, int> copyPasteboardBehaviour_; variable