Home
last modified time | relevance | path

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

/external/libweave/src/states/
Dstate_change_queue.cc19 auto& stored_changes = state_changes_[timestamp]; in NotifyPropertiesUpdated() local
21 if (stored_changes) in NotifyPropertiesUpdated()
22 stored_changes->MergeDictionary(&changed_properties); in NotifyPropertiesUpdated()
24 stored_changes.reset(changed_properties.DeepCopy()); in NotifyPropertiesUpdated()