Searched refs:ComponentStateChange (Results 1 - 2 of 2) sorted by relevance

/external/libweave/src/
H A Dcomponent_manager.h33 struct ComponentStateChange { struct in namespace:weave
34 ComponentStateChange(base::Time time, function in struct:weave::ComponentStateChange
52 std::vector<ComponentStateChange> state_changes;
H A Dcomponent_manager_impl.cc460 return ComponentStateChange{change.timestamp, component,
468 auto pred = [](const ComponentStateChange& lhs,
469 const ComponentStateChange& rhs) {

Completed in 79 milliseconds