Home
last modified time | relevance | path

Searched refs:entryGetter_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp189 entryGetter_ = entryGetter; in SetEntryGetter()
194 return entryGetter_; in GetEntryGetter()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_record.h77 std::shared_ptr<EntryGetter> entryGetter_; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_record_napi.h115 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter_; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp241 entryGetter_(record.entryGetter_), from_(record.from_) in PasteDataRecord()
878 entryGetter_ = std::move(entryGetter); in SetEntryGetter()
893 return entryGetter_; in GetEntryGetter()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h177 std::shared_ptr<UDMF::EntryGetter> entryGetter_; variable