Searched refs:GetAndClearRecordedStateChanges (Results 1 – 9 of 9) sorted by relevance
26 EXPECT_TRUE(queue_->GetAndClearRecordedStateChanges().empty()); in TEST_F()33 auto changes = queue_->GetAndClearRecordedStateChanges(); in TEST_F()37 EXPECT_TRUE(queue_->GetAndClearRecordedStateChanges().empty()); in TEST_F()51 auto changes = queue_->GetAndClearRecordedStateChanges(); in TEST_F()57 EXPECT_TRUE(queue_->GetAndClearRecordedStateChanges().empty()); in TEST_F()77 auto changes = queue_->GetAndClearRecordedStateChanges(); in TEST_F()106 auto changes = queue_->GetAndClearRecordedStateChanges(); in TEST_F()
37 std::vector<StateChange> GetAndClearRecordedStateChanges();
43 std::vector<StateChange> StateChangeQueue::GetAndClearRecordedStateChanges() { in GetAndClearRecordedStateChanges() function in weave::StateChangeQueue
185 virtual StateSnapshot GetAndClearRecordedStateChanges() = 0;
119 StateSnapshot GetAndClearRecordedStateChanges() override { in GetAndClearRecordedStateChanges() function
149 StateSnapshot GetAndClearRecordedStateChanges() override;
453 ComponentManagerImpl::GetAndClearRecordedStateChanges() { in GetAndClearRecordedStateChanges() function in weave::ComponentManagerImpl457 auto changes = pair.second->GetAndClearRecordedStateChanges(); in GetAndClearRecordedStateChanges()
1210 auto snapshot = manager_.GetAndClearRecordedStateChanges(); in TEST_F()1235 auto snapshot2 = manager_.GetAndClearRecordedStateChanges(); in TEST_F()
1167 auto snapshot = component_manager_->GetAndClearRecordedStateChanges(); in PublishStateUpdates()