Home
last modified time | relevance | path

Searched refs:SetEntryGetter (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp224 inputRecord->SetEntryGetter(inputTypes, entryGetter);
272 inputRecord->SetEntryGetter(inputTypes, entryGetter);
318 inputRecord1->SetEntryGetter(inputTypes1, entryGetter1);
325 inputRecord2->SetEntryGetter(inputTypes2, entryGetter2);
331 inputRecord3->SetEntryGetter(inputTypes3, entryGetter3);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_record.h54 …void SetEntryGetter(const std::vector<std::string> &utdIds, const std::shared_ptr<EntryGetter> &en…
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp178 void UnifiedRecord::SetEntryGetter( in SetEntryGetter() function in OHOS::UDMF::UnifiedRecord
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_record.h123 void SetEntryGetter(const std::shared_ptr<UDMF::EntryGetter> entryGetter);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp210 record->SetEntryGetter(entryGetter); in NewMultiTypeDelayRecord()
876 void PasteDataRecord::SetEntryGetter(const std::shared_ptr<UDMF::EntryGetter> entryGetter) in SetEntryGetter() function in OHOS::MiscServices::PasteDataRecord
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp902 record->record_->SetEntryGetter(udTypes, providerBox); in OH_UdmfRecord_SetProvider()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp582 result->SetEntryGetter(record->value_->GetEntryGetter()); in ParseRecord()