Home
last modified time | relevance | path

Searched refs:Base64Decode (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h79 std::string Base64Decode(std::string const& encodedStr, EncodingType type);
H A Dconverter.cpp224 string Base64Decode(string const& encodedStr, EncodingType type) in Base64Decode() function
H A Djs_buffer.cpp453 str = Base64Decode(value, encodingType); in GetString()
H A Dnative_module_buffer.cpp136 string strDecoded = Base64Decode(base64Str, type); in GetStringBase64()
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1388 std::string strb = OHOS::buffer::Base64Decode(value, OHOS::buffer::BASE64URL); in HWTEST_F()

Completed in 7 milliseconds