Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1979 auto int32Result = safelyParseInt<int32_t>(currentIndex + i, argValues[i]); in parsePropOptions() local
1980 if (!int32Result.ok()) { in parsePropOptions()
1983 argValues[i].c_str(), getErrorMsg(int32Result).c_str()); in parsePropOptions()
1985 prop.value.int32Values[i] = int32Result.value(); in parsePropOptions()
2035 auto int32Result = safelyParseInt<int32_t>(currentIndex, argValues[0]); in parsePropOptions() local
2036 if (!int32Result.ok()) { in parsePropOptions()
2039 getErrorMsg(int32Result).c_str()); in parsePropOptions()
2041 prop.areaId = int32Result.value(); in parsePropOptions()