Searched refs:sValue (Results 1 – 3 of 3) sorted by relevance
125 } else if (std::string sValue; param->AsString(sValue)) { in IsContainExtraConds() local126 paramValue = sValue; in IsContainExtraConds()
140 std::string sValue = to_string(value); in SetNodeValue() local141 int32_t ret = ThermalTest::WriteFile(path, sValue); in SetNodeValue()
287 std::string sValue = ""; in DecodeApplicationHeader() local289 if (!decodeBuffer.DecodeText(sValue, valueLen)) { in DecodeApplicationHeader()294 strContentTransferEncoding_ = sValue; in DecodeApplicationHeader()