Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp598 size_t optionIndex = 1; in parseSetPropOptions() local
600 if (!safelyParseInt(fd, optionIndex, options[optionIndex], &propValue)) { in parseSetPropOptions()
601 dprintf(fd, "property value: \"%s\" is not a valid int\n", options[optionIndex].c_str()); in parseSetPropOptions()
607 optionIndex++; in parseSetPropOptions()
610 while (optionIndex < options.size()) { in parseSetPropOptions()
611 std::string type = options[optionIndex]; in parseSetPropOptions()
612 optionIndex++; in parseSetPropOptions()
613 size_t currentIndex = optionIndex; in parseSetPropOptions()
614 std::vector<std::string> values = getOptionValues(options, &optionIndex); in parseSetPropOptions()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp1950 size_t optionIndex = 1; in parsePropOptions() local
1951 auto result = parsePropId(options, optionIndex); in parsePropOptions()
1954 options[optionIndex].c_str(), getErrorMsg(result).c_str()); in parsePropOptions()
1959 optionIndex++; in parsePropOptions()
1962 while (optionIndex < options.size()) { in parsePropOptions()
1963 std::string argType = options[optionIndex]; in parsePropOptions()
1964 optionIndex++; in parsePropOptions()
1966 size_t currentIndex = optionIndex; in parsePropOptions()
1967 std::vector<std::string> argValues = getOptionValues(options, &optionIndex); in parsePropOptions()