Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java140 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 …]
/external/libweave/src/
Dmock_component_manager.h90 MOCK_METHOD0(MockGetAndClearRecordedStateChanges, StateSnapshot&());
119 StateSnapshot GetAndClearRecordedStateChanges() override { in GetAndClearRecordedStateChanges()
Dcomponent_manager.h50 struct StateSnapshot { struct
185 virtual StateSnapshot GetAndClearRecordedStateChanges() = 0;
Dcomponent_manager_impl.h149 StateSnapshot GetAndClearRecordedStateChanges() override;
Dcomponent_manager_impl.cc452 ComponentManager::StateSnapshot
454 StateSnapshot snapshot; in GetAndClearRecordedStateChanges()