Home
last modified time | relevance | path

Searched refs:remotePastePasteboardBehaviour_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp52 std::map<std::string, int> HiViewAdapter::remotePastePasteboardBehaviour_; member in OHOS::MiscServices::HiViewAdapter
275 auto it = remotePastePasteboardBehaviour_.find(msg.bundleName); in ReportPasteboardBehaviour()
276 if (it != remotePastePasteboardBehaviour_.end()) { in ReportPasteboardBehaviour()
279 remotePastePasteboardBehaviour_.insert(std::pair<std::string, int>(msg.bundleName, 1)); in ReportPasteboardBehaviour()
439 if (!remotePastePasteboardBehaviour_.empty()) { in InvokePasteBoardBehaviour()
440 ReportBehaviour(remotePastePasteboardBehaviour_, REMOTE_PASTE_STATE); in InvokePasteBoardBehaviour()
441 remotePastePasteboardBehaviour_.clear(); in InvokePasteBoardBehaviour()
443 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_SERVICE, "remotePastePasteboardBehaviour_ is empty "); in InvokePasteBoardBehaviour()
H A Dhiview_adapter.h95 static std::map<std::string, int> remotePastePasteboardBehaviour_; member in OHOS::MiscServices::HiViewAdapter

Completed in 3 milliseconds