Searched refs:retValue (Results 1 – 4 of 4) sorted by relevance
39 double retValue = 0; in TEST() local42 retValue = OccDBusSensors::getOccDBus().getValue(tmpPath); in TEST()44 EXPECT_EQ(value, retValue); in TEST()
347 unsigned char retValue = 0; in ipmi_hex_to_dec() local361 retValue += ((strchar[2]-'0') * 16); in ipmi_hex_to_dec()365 retValue += (((strchar[2]-'a') + 10) * 16); in ipmi_hex_to_dec()369 retValue += (((strchar[2]-'A') + 10) * 16); in ipmi_hex_to_dec()378 retValue += ((strchar[3]-'0')); in ipmi_hex_to_dec()382 retValue += (((strchar[3]-'a') + 10)); in ipmi_hex_to_dec()386 retValue += (((strchar[3]-'A') + 10)); in ipmi_hex_to_dec()396 * pDecValue = retValue; in ipmi_hex_to_dec()
920 message::Payload retValue; in ipmiOEMGetPayload() local970 retValue.pack(res.payloadVersion); in ipmiOEMGetPayload()971 retValue.pack(payloadType); in ipmiOEMGetPayload()972 retValue.pack(res.payloadTotalSize); in ipmiOEMGetPayload()973 retValue.pack(res.payloadTotalChecksum); in ipmiOEMGetPayload()974 retValue.pack(res.payloadflag); in ipmiOEMGetPayload()975 retValue.pack(res.payloadStatus); in ipmiOEMGetPayload()976 retValue.pack(res.payloadTimeStamp); in ipmiOEMGetPayload()978 return ipmi::responseSuccess(std::move(retValue)); in ipmiOEMGetPayload()1044 retValue.pack(payloadType); in ipmiOEMGetPayload()[all …]
1224 …retValue = str(json.dumps(events, sort_keys=True, indent=4, separators=(',', ': '), ensure_ascii=F…1225 return retValue