class OtaHealthCheckService
Defined at line 24 of file ../../src/storage/blobfs/service/ota_health_check.h
OtaHealthCheckService is a service which clients can use to ask blobfs to perform basic
self-checks of runtime behaviour (such as reading, writing files).
Public Methods
void GetHealthStatus (GetHealthStatusCompleter::Sync & completer)
fuchsia.update.verify.ComponentOtaHealthCheck interface
Defined at line 35 of file ../../src/storage/blobfs/service/ota_health_check.cc
Protected Methods
void OtaHealthCheckService (async_dispatcher_t * dispatcher, Blobfs & blobfs)
Defined at line 27 of file ../../src/storage/blobfs/service/ota_health_check.cc
void ~OtaHealthCheckService ()
Defined at line 37 of file ../../src/storage/blobfs/service/ota_health_check.h
Friends
class RefPtr
class MakeRefCountedHelper