Home
last modified time | relevance | path

Searched refs:wstr (Results 1 - 3 of 3) sorted by relevance

/base/telephony/core_service/utils/common/src/
H A Dstr_convert.cpp42 std::string ToUtf8(std::wstring wstr) in ToUtf8() argument
44 return std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t> {}.to_bytes(wstr); in ToUtf8()
/base/telephony/core_service/utils/common/include/
H A Dstr_convert.h27 std::string ToUtf8(std::wstring wstr);
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1073 std::wstring wstr(reinterpret_cast<wchar_t *>(tbuf), wstrLen); in GetDevStringValFromIdx()
1074 strDesc = std::string(wstr.begin(), wstr.end()); in GetDevStringValFromIdx()

Completed in 4 milliseconds