Searched refs:StateSnapshot (Results 1 – 5 of 5) sorted by relevance
140 private volatile StateSnapshot snapshot = new StateSnapshot(NEW);172 snapshot = new StateSnapshot(STARTING);194 snapshot = new StateSnapshot(TERMINATED);198 snapshot = new StateSnapshot(STARTING, true, null);202 snapshot = new StateSnapshot(STOPPING);312 snapshot = new StateSnapshot(STOPPING);317 snapshot = new StateSnapshot(RUNNING);345 snapshot = new StateSnapshot(TERMINATED);371 snapshot = new StateSnapshot(FAILED, false, cause);495 private static final class StateSnapshot {[all …]
90 MOCK_METHOD0(MockGetAndClearRecordedStateChanges, StateSnapshot&());119 StateSnapshot GetAndClearRecordedStateChanges() override { in GetAndClearRecordedStateChanges()
50 struct StateSnapshot { struct185 virtual StateSnapshot GetAndClearRecordedStateChanges() = 0;
149 StateSnapshot GetAndClearRecordedStateChanges() override;
452 ComponentManager::StateSnapshot454 StateSnapshot snapshot; in GetAndClearRecordedStateChanges()