Searched refs:PasteboardEvent (Results 1 – 3 of 3) sorted by relevance
19 PasteboardEvent::PasteboardEvent(int32_t evtId, std::string networkId) in PasteboardEvent() function in OHOS::MiscServices::PasteboardEvent24 std::string PasteboardEvent::GetNetworkId() const in GetNetworkId()
22 class API_EXPORT PasteboardEvent : public Event {29 PasteboardEvent(int32_t evtId, std::string networkId);30 ~PasteboardEvent() = default;
210 EventCenter::GetInstance().Unsubscribe(PasteboardEvent::DISCONNECT); in OnStop()2396 EventCenter::GetInstance().Subscribe(PasteboardEvent::DISCONNECT, in PasteboardEventSubscriber()2398 auto &evt = static_cast<const PasteboardEvent &>(event); in PasteboardEventSubscriber()