Lines Matching refs:PasteboardServiceProxy
28 PasteboardServiceProxy::PasteboardServiceProxy(const sptr<IRemoteObject> &object)
33 void PasteboardServiceProxy::Clear()
50 int32_t PasteboardServiceProxy::GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value)
104 bool PasteboardServiceProxy::HasPasteData()
126 int32_t PasteboardServiceProxy::SetPasteData(PasteData &pasteData, const sptr<IPasteboardDelayGetter> delayGetter,
177 __attribute__ ((no_sanitize("cfi"))) int32_t PasteboardServiceProxy::GetPasteData(PasteData &pasteData,
224 void PasteboardServiceProxy::SubscribeObserver(PasteboardObserverType type,
232 void PasteboardServiceProxy::UnsubscribeObserver(PasteboardObserverType type,
239 void PasteboardServiceProxy::UnsubscribeAllObserver(PasteboardObserverType type)
261 void PasteboardServiceProxy::ProcessObserver(uint32_t code, PasteboardObserverType type,
289 bool PasteboardServiceProxy::IsRemoteData()
309 int32_t PasteboardServiceProxy::GetDataSource(std::string &bundleName)
329 bool PasteboardServiceProxy::HasDataType(const std::string &mimeType)
353 std::set<Pattern> PasteboardServiceProxy::DetectPatterns(const std::set<Pattern> &patternsToCheck)
394 int32_t PasteboardServiceProxy::SetGlobalShareOption(const std::map<uint32_t, ShareOption> &globalShareOptions)
426 int32_t PasteboardServiceProxy::RemoveGlobalShareOption(const std::vector<uint32_t> &tokenIds)
448 std::map<uint32_t, ShareOption> PasteboardServiceProxy::GetGlobalShareOption(const std::vector<uint32_t> &tokenIds)
494 int32_t PasteboardServiceProxy::SetAppShareOptions(const ShareOption &shareOptions)
515 int32_t PasteboardServiceProxy::RemoveAppShareOptions()
532 void PasteboardServiceProxy::PasteStart(const std::string &pasteId)
551 void PasteboardServiceProxy::PasteComplete(const std::string &deviceId, const std::string &pasteId)
574 int32_t PasteboardServiceProxy::RegisterClientDeathObserver(sptr<IRemoteObject> observer)