Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp613 char contentChars[MAX_TEXT_SHORT_MESSAGE_LENGTH] = { 0 }; in ParseDecodeMmsParam() local
615 …napi_get_value_string_utf8(env, object, contentChars, MAX_TEXT_SHORT_MESSAGE_LENGTH, &contentLengt… in ParseDecodeMmsParam()
616 context.textFilePath = std::string(contentChars, 0, contentLength); in ParseDecodeMmsParam()
H A Dnapi_sms.cpp301 char contentChars[MAX_TEXT_SHORT_MESSAGE_LENGTH] = {0}; in ParseMessageParameter() local
303 …napi_get_value_string_utf8(env, contentValue, contentChars, MAX_TEXT_SHORT_MESSAGE_LENGTH, &conten… in ParseMessageParameter()
304 std::string text(contentChars, contentLength); in ParseMessageParameter()