Home
last modified time | relevance | path

Searched refs:entryList (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_database_callback.cpp33 const std::vector<DistributedKv::Entry> &entryList = changeNotification.GetInsertEntries(); in OnChange() local
34 ANS_LOGI("GetInsertEntries count %{public}zu", entryList.size()); in OnChange()
35 for (auto entry : entryList) { in OnChange()
41 const std::vector<DistributedKv::Entry> &entryList = changeNotification.GetUpdateEntries(); in OnChange() local
42 ANS_LOGI("GetUpdateEntries count %{public}zu", entryList.size()); in OnChange()
43 for (auto entry : entryList) { in OnChange()
49 const std::vector<DistributedKv::Entry> &entryList = changeNotification.GetDeleteEntries(); in OnChange() local
50 ANS_LOGI("GetDeleteEntries count %{public}zu", entryList.size()); in OnChange()
51 for (auto entry : entryList) { in OnChange()

Completed in 0 milliseconds