Home
last modified time | relevance | path

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

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