class StateRecorderManager
Defined at line 37 of file ../../sdk/lib/power/state_recorder/cpp/common.h
Manages state associated with all StateRecorder instances linked to a particular inspector.
Only one StateRecorderManager should be created for a given ComponentInspector instance, as
it corresponds to a specifically-named child of the inspector's root.
Public Methods
void StateRecorderManager (inspect::ComponentInspector & inspector)
Defined at line 39 of file ../../sdk/lib/power/state_recorder/cpp/common.h
zx::result<inspect::Node> RegisterName (std::string & name)
Defined at line 42 of file ../../sdk/lib/power/state_recorder/cpp/common.h
void UnregisterName (std::string & name)
Defined at line 51 of file ../../sdk/lib/power/state_recorder/cpp/common.h