Searched refs:updateEntries (Results 1 – 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
D | mock_change_notification.cpp | 20 …ication::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&updateEntries, in ChangeNotification() argument 23 updateEntries_(updateEntries), in ChangeNotification()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
D | mock_change_notification.cpp | 20 …ication::ChangeNotification(std::vector<Entry> &&insertEntries, std::vector<Entry> &&updateEntries, in ChangeNotification() argument 23 updateEntries_(updateEntries), in ChangeNotification()
|
D | mock_single_kv_store.cpp | 56 std::vector<Entry> updateEntries; in InsertDataToDoCallback() local 60 …std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", … in InsertDataToDoCallback() 73 std::vector<Entry> updateEntries; in UpdateDataToDoCallback() local 75 updateEntries.push_back(entry); in UpdateDataToDoCallback() 77 …std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", … in UpdateDataToDoCallback() 92 std::vector<Entry> updateEntries; in DeleteDataToDoCallback() local 96 …std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", … in DeleteDataToDoCallback()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
D | distributed_database_test.cpp | 105 std::vector<DistributedKv::Entry> updateEntries; variable 108 …std::move(insertEntries), std::move(updateEntries), std::move(deleteEntries), "<remoteDeviceId>", …
|