Searched refs:INTERNAL_ERROR_FROM_VHAL (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/services/Car/cpp/vhal/client/src/ |
D | AidlVhalClient.cpp | 235 return ClientStatusError(ErrorCode::INTERNAL_ERROR_FROM_VHAL) in parseVehiclePropConfigs() 486 (*callback)(ClientStatusError(ErrorCode::INTERNAL_ERROR_FROM_VHAL) in onGetValue() 535 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertyEvent() 542 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertySetError() 626 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onGetValues() 634 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onSetValues() 644 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertyEvent() 666 fromServiceSpecificErrorWithMessage(toInt(ErrorCode::INTERNAL_ERROR_FROM_VHAL), in onPropertySetError()
|
D | IVhalClient.cpp | 134 case ErrorCode::INTERNAL_ERROR_FROM_VHAL: in toString()
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/services/Car/cpp/vhal/client/test/ |
D | AidlVhalClientTest.cpp | 542 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F() 570 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F() 743 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F() 771 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F() 918 ASSERT_EQ(result.error().code(), ErrorCode::INTERNAL_ERROR_FROM_VHAL); in TEST_F()
|