class PreviousBootDataProvider
Defined at line 765 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h
Public Members
static const char[] Name_
Public Methods
void ~PreviousBootDataProvider ()
void WatchPreviousBootData (::fuchsia::diagnostics::persistence::PreviousBootDataProviderOptions options, WatchPreviousBootDataCallback callback)
Hanging get: Returns the data once it has been rotated and is ready.
If the data is already ready when this method is called, the responder
returns immediately. Otherwise, the responder holds the request until
the data becomes available.
Clients should only call this method once per boot. This data does not
change across a given boot.
Protected Methods
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Friends
class PreviousBootDataProvider_Stub