Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.h272 void onHealthStatus(const StorageHealthListener& healthListener, int healthStatus);
DIncrementalService.cpp2919 int healthStatus) { in onHealthStatus() argument
2920 LOG(DEBUG) << id() << ": healthStatus: " << healthStatus; in onHealthStatus()
2922 healthListener->onHealthStatus(id(), healthStatus); in onHealthStatus()
2924 mHealthStatus = healthStatus; in onHealthStatus()