Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp312 std::string convertVal = ss.str(); in SetValue() local
313 std::transform(convertVal.begin(), convertVal.end(), convertVal.begin(), ::toupper); in SetValue()
314 storeVal += convertVal; in SetValue()
479 std::string convertVal = ss.str(); in SetValue() local
480 std::transform(convertVal.begin(), convertVal.end(), convertVal.begin(), ::toupper); in SetValue()
481 storeVal += convertVal; in SetValue()