Home
last modified time | relevance | path

Searched refs:PasteboardEventStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Di_pasteboard_observer.h23 enum class PasteboardEventStatus { enum
H A Dpasteboard_service.h208 void NotifyObservers(std::string bundleName, PasteboardEventStatus status);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp327 NotifyObservers(bundleName, PasteboardEventStatus::PASTEBOARD_CLEAR); in Clear()
643 NotifyObservers(targetBundleName, PasteboardEventStatus::PASTEBOARD_READ); in GetData()
854 NotifyObservers(originBundleName, PasteboardEventStatus::PASTEBOARD_WRITE); in GetLocalData()
1250 NotifyObservers(appInfo.bundleName, PasteboardEventStatus::PASTEBOARD_WRITE); in SaveData()
1832 void PasteboardService::NotifyObservers(std::string bundleName, PasteboardEventStatus status) in NotifyObservers()
1838 if (status != PasteboardEventStatus::PASTEBOARD_READ) { in NotifyObservers()