Home
last modified time | relevance | path

Searched defs:strDecoded (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp138 string strDecoded = Base64Decode(base64Str, type); in GetStringBase64() local
144 string strDecoded = GetStringBase64(env, str, type); in FromStringBase64() local
155 string strDecoded = HexDecode(hexStr); in GetStringHex() local
165 string strDecoded = HexDecode(hexStr); in FromStringHex() local