Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp130 ScopedAStatus toScopedAStatus(Result<void> resultWithRegistrationError) { in toScopedAStatus() argument
131 if (resultWithRegistrationError.ok()) { in toScopedAStatus()
134 if (resultWithRegistrationError.error().code() == in toScopedAStatus()
139 resultWithRegistrationError.error() in toScopedAStatus()