Home
last modified time | relevance | path

Searched defs:entryGetter (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_record_napi.h68 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter = nullptr; member
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp223 std::shared_ptr<EntryGetter> entryGetter = std::make_shared<EntryGetterImpl>(); variable
271 std::shared_ptr<EntryGetter> entryGetter = std::make_shared<EntryGetterImpl>(); variable
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp180 const std::shared_ptr<EntryGetter> &entryGetter) in SetEntryGetter()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp232 std::shared_ptr<UDMF::EntryGetter> entryGetter) in CreateMultiTypeDelayData()
398 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter = in JSCreateRecord() local
513 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter = in JSCreateData() local
H A Dnapi_pastedata_record.cpp158 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter, napi_value &instance) in NewEntryGetterRecordInstance()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp343 auto entryGetter = entryGetters_.Find(appInfo.userId); in GetRecordValueByType() local
887 auto entryGetter = entryGetters_.Find(appInfo.userId); in GetDelayPasteRecord() local
1199 const sptr<IPasteboardEntryGetter> entryGetter) in SetPasteData()
1206 sptr<IPasteboardDelayGetter> delayGetter, sptr<IPasteboardEntryGetter> entryGetter) in SaveData()
1259 …sptr<IPasteboardDelayGetter> delayGetter, sptr<IPasteboardEntryGetter> entryGetter, const AppInfo&… in HandleDelayDataAndRecord()
1474 sptr<IPasteboardDelayGetter> delayGetter, sptr<IPasteboardEntryGetter> entryGetter) in SavePasteData()
1494 entryGetters_.ComputeIfPresent(appInfo.userId, [](auto, auto &entryGetter) { in RemovePasteData() argument
2175 auto entryGetter = entryGetters_.Find(userId); in GetFullDelayPasteData() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp136 std::vector<std::string> mimeTypes, const std::shared_ptr<UDMF::EntryGetter> entryGetter) in CreateMultiDelayRecord()
200 std::shared_ptr<UDMF::EntryGetter> entryGetter) in CreateMultiTypeDelayData()
H A Dpaste_data_record.cpp199 std::vector<std::string> mimeTypes, const std::shared_ptr<UDMF::EntryGetter> entryGetter) in NewMultiTypeDelayRecord()
876 void PasteDataRecord::SetEntryGetter(const std::shared_ptr<UDMF::EntryGetter> entryGetter) in SetEntryGetter()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp127 const sptr<IPasteboardEntryGetter> entryGetter) in SetPasteData()
H A Dpasteboard_service_stub.cpp243 sptr<IPasteboardEntryGetter> entryGetter = nullptr; in OnSetPasteData() local