Searched refs:changeNotification (Results 1 – 5 of 5) sorted by relevance
28 … DistributedDatabaseCallback::OnChange(const DistributedKv::ChangeNotification &changeNotification) in OnChange() argument33 const std::vector<DistributedKv::Entry> &entryList = changeNotification.GetInsertEntries(); in OnChange()36 …callback_.OnInsert(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()41 const std::vector<DistributedKv::Entry> &entryList = changeNotification.GetUpdateEntries(); in OnChange()44 …callback_.OnUpdate(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()49 const std::vector<DistributedKv::Entry> &entryList = changeNotification.GetDeleteEntries(); in OnChange()52 …callback_.OnDelete(changeNotification.GetDeviceId(), entry.key.ToString(), entry.value.ToString()); in OnChange()
83 DistributedKv::ChangeNotification changeNotification(85 databaseCallback_->OnChange(changeNotification);119 DistributedKv::ChangeNotification changeNotification(121 databaseCallback_->OnChange(changeNotification);155 DistributedKv::ChangeNotification changeNotification(157 databaseCallback_->OnChange(changeNotification);
49 void OnChange(const DistributedKv::ChangeNotification &changeNotification) override;
35 …void OnProfileChanged(const DeviceProfile::ProfileChangeNotification &changeNotification) override;
208 const ProfileChangeNotification &changeNotification) in OnProfileChanged() argument211 std::string deviceId = changeNotification.GetDeviceId(); in OnProfileChanged()