Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DJsonFakeValueGenerator.cpp101 std::string errorMessage; in parseFakeValueJson() local
102 if (!Json::parseFromStream(builder, is, &rawEvents, &errorMessage)) { in parseFakeValueJson()
104 errorMessage.c_str()); in parseFakeValueJson()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor_parse.h130 virtual void error(const uint8_t* position, const std::string& errorMessage) = 0;
/hardware/interfaces/automotive/vehicle/2.0/utils/
DUserHalHelper.cpp329 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
342 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
361 if (!response.errorMessage.empty()) { in toVehiclePropValue()
362 propValue->value.stringValue = response.errorMessage; in toVehiclePropValue()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DInvalidDevice.cpp37 ndk::ScopedAStatus toAStatus(ErrorStatus errorStatus, const std::string& errorMessage) { in toAStatus() argument
42 static_cast<int32_t>(errorStatus), errorMessage.c_str()); in toAStatus()
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp150 std::string errorMessage; in ParseSensorInfo() local
152 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseSensorInfo()
153 LOG(ERROR) << "Failed to parse JSON config: " << errorMessage; in ParseSensorInfo()
694 std::string errorMessage; in ParseCoolingDevice() local
696 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParseCoolingDevice()
780 std::string errorMessage; in ParsePowerRailInfo() local
782 if (!reader->parse(&*json_doc.begin(), &*json_doc.end(), &root, &errorMessage)) { in ParsePowerRailInfo()
/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp304 virtual void error(const uint8_t* position, const std::string& errorMessage) override { in error() argument
306 mErrorMessage = errorMessage; in error()
/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
DUserHalHelper_test.cpp653 .errorMessage = "random error", in TEST()
675 .errorMessage = "random error", in TEST()
699 .errorMessage = "random error", in TEST()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp737 std::string errorMessage; in Initialize() local
738 if (!config_reader->parse(&*config.begin(), &*config.end(), &root, &errorMessage)) { in Initialize()
740 errorMessage.c_str()); in Initialize()
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp677 MOCK_METHOD2(error, void(const uint8_t* position, const std::string& errorMessage));
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal5011 string errorMessage;
5075 string errorMessage;
5266 string errorMessage;