Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_store/dao/
Ddoc_query.cpp125 } else if (std::string sValue; param->AsString(sValue)) { in IsContainExtraConds() local
126 paramValue = sValue; in IsContainExtraConds()
/base/powermgr/thermal_manager/test/common/src/
Dthermal_test.cpp140 std::string sValue = to_string(value); in SetNodeValue() local
141 int32_t ret = ThermalTest::WriteFile(path, sValue); in SetNodeValue()
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part_header.cpp287 std::string sValue = ""; in DecodeApplicationHeader() local
289 if (!decodeBuffer.DecodeText(sValue, valueLen)) { in DecodeApplicationHeader()
294 strContentTransferEncoding_ = sValue; in DecodeApplicationHeader()