Home
last modified time | relevance | path

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

/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp221 return ClientStatusError(ErrorCode::INTERNAL_ERROR_FROM_VHAL) in parseVehiclePropConfigs()
462 (*callback)(ClientStatusError(ErrorCode::INTERNAL_ERROR_FROM_VHAL) in onGetValue()
511 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertyEvent()
518 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertySetError()
596 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onGetValues()
604 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onSetValues()
614 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertyEvent()
636 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertySetError()
DIVhalClient.cpp134 case ErrorCode::INTERNAL_ERROR_FROM_VHAL: in toString()
/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h73 INTERNAL_ERROR_FROM_VHAL = 7, enumerator
91 return ErrorCode::INTERNAL_ERROR_FROM_VHAL; in statusCodeToErrorCode()
93 return ErrorCode::INTERNAL_ERROR_FROM_VHAL; in statusCodeToErrorCode()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp498 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F()
526 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F()
699 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F()
727 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F()
868 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F()