Searched refs:PasteboardEventStatus (Results 1 – 3 of 3) sorted by relevance
23 enum class PasteboardEventStatus { enum
208 void NotifyObservers(std::string bundleName, PasteboardEventStatus status);
327 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()