Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp2445 IfsState storageState = {}; in processIfsStateCallbacks() local
2446 storageState.error = int(state) < 0; in processIfsStateCallbacks()
2447 storageState.fullyLoaded = state == incfs::LoadingState::Full; in processIfsStateCallbacks()
2448 if (storageState.fullyLoaded) { in processIfsStateCallbacks()
2450 storageState.readLogsEnabled = ifs && ifs->readLogsEnabled(); in processIfsStateCallbacks()
2454 if ((*cur)(storageId, storageState)) { in processIfsStateCallbacks()