Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp574 return Error(FAILED_TRANSACTION) << "Failed to write " << kServiceName << " status"; in onDump()
579 return Error(FAILED_TRANSACTION) << result.error(); in onDump()
599 return Error(FAILED_TRANSACTION) in onDump()
717 return Error(FAILED_TRANSACTION) << result.error(); in endCustomCollection()
724 return Error(FAILED_TRANSACTION) << "Failed to write custom collection report."; in endCustomCollection()
729 return Error(FAILED_TRANSACTION) in endCustomCollection()
DWatchdogInternalHandler.cpp135 return FAILED_TRANSACTION; in dump()
183 return FAILED_TRANSACTION; in dumpHelpText()
189 return FAILED_TRANSACTION; in dumpHelpText()
DPerformanceProfiler.cpp721 return Error(FAILED_TRANSACTION) << "Failed to dump the boot-time collection report."; in onDump()
727 return Error(FAILED_TRANSACTION) << "Failed to dump the boot-time collection report."; in onDump()
736 return Error(FAILED_TRANSACTION) << "Failed to dump the periodic collection report."; in onDump()
1006 return Error(FAILED_TRANSACTION) << "Failed to write custom I/O collection report."; in onCustomCollectionDump()
1311 return Error(FAILED_TRANSACTION) << "Failed to dump the user-switch collection report."; in onUserSwitchCollectionDump()
1316 return Error(FAILED_TRANSACTION) << "Failed to dump the user-switch collection report."; in onUserSwitchCollectionDump()
1319 return Error(FAILED_TRANSACTION) << "Failed to dump the user-switch collection report."; in onUserSwitchCollectionDump()
1327 return Error(FAILED_TRANSACTION) << "Failed to dump the user-switch collection report."; in onUserSwitchCollectionDump()
DWatchdogBinderMediator.cpp77 return Error(FAILED_TRANSACTION) << "Failed to add '" << name << "' to ServiceManager"; in addToServiceManager()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java101 public static final int FAILED_TRANSACTION = -1; field in WatchdogStorage
536 return FAILED_TRANSACTION; in atomicReplaceEntries()
540 return FAILED_TRANSACTION; in atomicReplaceEntries()
DWatchdogPerfHandler.java1470 if (result == WatchdogStorage.FAILED_TRANSACTION) { in writeStats()
1477 return result != WatchdogStorage.FAILED_TRANSACTION; in writeStats()