Home
last modified time | relevance | path

Searched defs: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
/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp140 std::string sValue = to_string(value); in SetNodeValue() local
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c359 uint16_t sValue; in UsbFnCfgMgrParseSspIsocEndpointDesc() local
383 uint16_t sValue; in UsbFnCfgMgrParseSsEndpointDesc() local
406 uint16_t sValue; in UsbFnCfgMgrParseQualifierDesc() local
433 uint16_t sValue; in UsbFnCfgMgrParseOtgDesc() local
481 uint16_t sValue; in UsbFnCfgMgrParseSecurityDesc() local
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp287 std::string sValue = ""; in DecodeApplicationHeader() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp165 std::string sValue = nodeContentStr; in GetValue() local
196 std::string sValue = (char *)nodeContent; in GetValue() local
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.cpp282 std::string sValue = std::string(); in GetUserData() local
H A Dbuffer_queue_producer.cpp182 std::string sValue = value; in OnSetUserData() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp388 std::string sValue; in SetPropertyByValueType() local
/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()