Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data.h36 void AddRecords(const std::vector<std::shared_ptr<UnifiedRecord>> &records);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dunified_data_test.cpp142 unifiedData.AddRecords(record);
H A Dudmf_client_test.cpp2246 data.AddRecords(records);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp68 void UnifiedData::AddRecords(const std::vector<std::shared_ptr<UnifiedRecord>> &records) in AddRecords() function in OHOS::UDMF::UnifiedData
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp104 unifiedData->AddRecords(Custom2AppDefined(pasteboardRecord)); in Convert()