Searched refs:AddRecords (Results 1 – 5 of 5) sorted by relevance
36 void AddRecords(const std::vector<std::shared_ptr<UnifiedRecord>> &records);
142 unifiedData.AddRecords(record);
2246 data.AddRecords(records);
68 void UnifiedData::AddRecords(const std::vector<std::shared_ptr<UnifiedRecord>> &records) in AddRecords() function in OHOS::UDMF::UnifiedData
104 unifiedData->AddRecords(Custom2AppDefined(pasteboardRecord)); in Convert()