Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/ext/mini/utils/src/
Danonymous_string.cpp28 std::string tmpStr("******"); in GetAnonyString() local
31 return tmpStr; in GetAnonyString()
36 res += tmpStr; in GetAnonyString()
40 res += tmpStr; in GetAnonyString()
/foundation/distributedhardware/distributedhardwarefwk/utils/src/
Danonymous_string.cpp28 std::string tmpStr("******"); in GetAnonyString() local
31 return tmpStr; in GetAnonyString()
36 res += tmpStr; in GetAnonyString()
40 res += tmpStr; in GetAnonyString()
/foundation/distributedhardware/devicemanager/utils/src/
Ddm_anonymous.cpp27 std::string tmpStr("******"); in GetAnonyString() local
30 return tmpStr; in GetAnonyString()
36 res += tmpStr; in GetAnonyString()
40 res += tmpStr; in GetAnonyString()
/foundation/distributedhardware/distributedscreen/common/src/
Ddscreen_util.cpp78 std::string tmpStr("******"); in GetAnonyString() local
81 return tmpStr; in GetAnonyString()
86 res += tmpStr; in GetAnonyString()
91 res += tmpStr; in GetAnonyString()
/foundation/communication/wifi/services/wifi_standard/wifi_framework/common/utils/
Dwifi_global_func.cpp243 std::string tmpStr; in SplitString() local
246 tmpStr = str.substr(begPos, endPos - begPos); in SplitString()
247 vec.push_back(tmpStr); in SplitString()
251 tmpStr = str.substr(begPos); in SplitString()
252 if (!tmpStr.empty()) { in SplitString()
253 vec.push_back(tmpStr); in SplitString()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_hf/
Dhfp_hf_command_processor.cpp425 std::string tmpStr = arg.substr(1, arg.length() - (CHLD_ARGS_MIN_LENGTH - 1)); in ProcessChld() local
428 …std::sregex_token_iterator(tmpStr.begin(), tmpStr.end(), regex, -1), std::sregex_token_iterator()); in ProcessChld()
461 std::string tmpStr = anums; in ProcessListHfIndicators() local
464 …std::sregex_token_iterator(tmpStr.begin(), tmpStr.end(), regex, -1), std::sregex_token_iterator()); in ProcessListHfIndicators()
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_request_auth.cpp375 std::string tmpStr; in ToHexString() local
377 ioss >> tmpStr; in ToHexString()
378 return tmpStr; in ToHexString()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/hichain/
Dhichain_connector.cpp241 std::string tmpStr = jsonObj.dump(); in AddMember() local
248 …et = deviceGroupManager_->addMemberToGroup(userId, requestId, DM_PKG_NAME.c_str(), tmpStr.c_str()); in AddMember()
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/auth/
Dhichain_connector.cpp279 std::string tmpStr = jsonObj.dump(); in AddMemeber() local
287 tmpStr.c_str()); in AddMemeber()