Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Ddoc_query.cpp125 } else if (std::string sValue; param->AsString(sValue)) { in IsContainExtraConds() local
126 paramValue = sValue; in IsContainExtraConds()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp165 std::string sValue = nodeContentStr; in GetValue() local
166 sValue = sValue.substr(SIZEOF_0X, sValue.size() - SIZEOF_0X); in GetValue()
167 value = std::stol(sValue, nullptr, BASE_16); in GetValue()
196 std::string sValue = (char *)nodeContent; in GetValue() local
197 if (sValue == "true") { in GetValue()
199 } else if (sValue == "false") { in GetValue()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c359 uint16_t sValue; in UsbFnCfgMgrParseSspIsocEndpointDesc() local
373 desc->wReseved = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseSspIsocEndpointDesc()
383 uint16_t sValue; in UsbFnCfgMgrParseSsEndpointDesc() local
397 desc->wBytesPerInterval = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseSsEndpointDesc()
406 uint16_t sValue; in UsbFnCfgMgrParseQualifierDesc() local
419 drsOps->GetUint16(node, QUALIFIER_BCD, &sValue, 0) != HDF_SUCCESS) { in UsbFnCfgMgrParseQualifierDesc()
423 desc->bcdUSB = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseQualifierDesc()
433 uint16_t sValue; in UsbFnCfgMgrParseOtgDesc() local
451 desc2->bcdOTG = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseOtgDesc()
481 uint16_t sValue; in UsbFnCfgMgrParseSecurityDesc() local
[all …]
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.cpp282 std::string sValue = std::string(); in GetUserData() local
293 return sValue; in GetUserData()
300 sValue = value; in GetUserData()
303 return sValue; in GetUserData()
H A Dbuffer_queue_producer.cpp182 std::string sValue = value; in OnSetUserData() local
183 product->SetUserData(sKey, sValue); in OnSetUserData()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp287 std::string sValue = ""; in DecodeApplicationHeader() local
289 if (!decodeBuffer.DecodeText(sValue, valueLen)) { in DecodeApplicationHeader()
294 strContentTransferEncoding_ = sValue; in DecodeApplicationHeader()
/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp140 std::string sValue = to_string(value); in SetNodeValue() local
141 int32_t ret = ThermalTest::WriteFile(path, sValue); in SetNodeValue()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp388 std::string sValue; in SetPropertyByValueType() local
389 ret = meta->GetData(key, sValue); in SetPropertyByValueType()
391 ret = CommonNapi::SetPropertyString(env, obj, key, sValue); in SetPropertyByValueType()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp146 inline std::string ToJSONStringInt(std::string sKey, std::string sValue) in ToJSONStringInt() argument
156 strResult.append(sValue); in ToJSONStringInt()