Searched refs:parseResult (Results 1 – 3 of 3) sorted by relevance
32 bool parseResult = hidParser.parse(p->data, p->len); in doParse() local34 if (parseResult) { in doParse()54 bool parseResult = hidParser.parse(p->data, p->len); in doParseAndFilter() local56 if (parseResult) { in doParseAndFilter()85 bool parseResult = hidParser.parse(p->data, p->len); in doDigest() local87 if (!parseResult) { in doDigest()
2066 auto parseResult = parsePropOptions(options); in dumpSetProperties() local2067 if (!parseResult.ok()) { in dumpSetProperties()2068 return getErrorMsg(parseResult); in dumpSetProperties()2070 VehiclePropValue prop = std::move(parseResult.value()); in dumpSetProperties()2094 auto parseResult = parsePropOptions(options); in dumpGetPropertyWithArg() local2095 if (!parseResult.ok()) { in dumpGetPropertyWithArg()2096 return getErrorMsg(parseResult); in dumpGetPropertyWithArg()2098 VehiclePropValue prop = std::move(parseResult.value()); in dumpGetPropertyWithArg()2122 auto parseResult = parsePropOptions(options); in dumpSaveProperty() local2123 if (!parseResult.ok()) { in dumpSaveProperty()[all …]
1308 int parseResult = nfct_parse_conntrack((nf_conntrack_msg_type) NFCT_T_ALL,nl_header, ct); in readConntrack() local1309 if(parseResult != NFCT_T_ERROR && parseResult != 0) in readConntrack()1312 ct_entries[index++].type = (nf_conntrack_msg_type)parseResult; in readConntrack()