Home
last modified time | relevance | path

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

/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h69 NOT_AVAILABLE_FROM_VHAL = 5, enumerator
87 return ErrorCode::NOT_AVAILABLE_FROM_VHAL; in statusCodeToErrorCode()
/packages/services/Car/cpp/vhal/client/src/
DIVhalClient.cpp130 case ErrorCode::NOT_AVAILABLE_FROM_VHAL: in toString()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp260 return Error<VhalClientError>(ErrorCode::NOT_AVAILABLE_FROM_VHAL) in expectGetPropConfigs()