Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/
H A Dpasteboard_event.cpp19 PasteboardEvent::PasteboardEvent(int32_t evtId, std::string networkId) in PasteboardEvent() function in OHOS::MiscServices::PasteboardEvent
24 std::string PasteboardEvent::GetNetworkId() const in GetNetworkId()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/eventcenter/
H A Dpasteboard_event.h22 class API_EXPORT PasteboardEvent : public Event {
29 PasteboardEvent(int32_t evtId, std::string networkId);
30 ~PasteboardEvent() = default;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp210 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()