HomeSort by relevance Sort by last modified time
    Searched refs:GetAndClearRecordedStateChanges (Results 1 - 9 of 9) sorted by null

  /external/libweave/src/states/
state_change_queue_unittest.cc 26 EXPECT_TRUE(queue_->GetAndClearRecordedStateChanges().empty());
33 auto changes = queue_->GetAndClearRecordedStateChanges();
37 EXPECT_TRUE(queue_->GetAndClearRecordedStateChanges().empty());
51 auto changes = queue_->GetAndClearRecordedStateChanges();
57 EXPECT_TRUE(queue_->GetAndClearRecordedStateChanges().empty());
77 auto changes = queue_->GetAndClearRecordedStateChanges();
106 auto changes = queue_->GetAndClearRecordedStateChanges();
state_change_queue.h 37 std::vector<StateChange> GetAndClearRecordedStateChanges();
state_change_queue.cc 43 std::vector<StateChange> StateChangeQueue::GetAndClearRecordedStateChanges() {
  /external/libweave/src/
component_manager.h 185 virtual StateSnapshot GetAndClearRecordedStateChanges() = 0;
mock_component_manager.h 119 StateSnapshot GetAndClearRecordedStateChanges() override {
component_manager_impl.h 149 StateSnapshot GetAndClearRecordedStateChanges() override;
component_manager_impl.cc 453 ComponentManagerImpl::GetAndClearRecordedStateChanges() {
457 auto changes = pair.second->GetAndClearRecordedStateChanges();
component_manager_unittest.cc     [all...]
device_registration_info.cc     [all...]

Completed in 3015 milliseconds