Searched refs:INTERNAL_ERROR_FROM_VHAL (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 221 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()
|
D | IVhalClient.cpp | 134 case ErrorCode::INTERNAL_ERROR_FROM_VHAL: in toString()
|
/packages/services/Car/cpp/vhal/client/include/ |
D | IVhalClient.h | 73 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/ |
D | AidlVhalClientTest.cpp | 498 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()
|