Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp309 std::string storeVal = "0x"; in SetValue() local
314 storeVal += convertVal; in SetValue()
315 xmlNodeSetContent(propertyNode, (xmlChar *)storeVal.c_str()); in SetValue()
476 std::string storeVal = "0x"; in SetValue() local
481 storeVal += convertVal; in SetValue()
482 xmlNodeSetContent(propertyNode, (xmlChar *)storeVal.c_str()); in SetValue()