Searched refs:contentChars (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_sms.cpp | 331 char contentChars[MAX_TEXT_SHORT_MESSAGE_LENGTH] = {0}; in ParseMessageParameter() local 333 napi_get_value_string_utf8(env, contentValue, contentChars, MAX_TEXT_SHORT_MESSAGE_LENGTH, &contentLength); in ParseMessageParameter() 334 std::string text(contentChars, contentLength); in ParseMessageParameter()
|
H A D | napi_mms.cpp | 613 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, &contentLength); in ParseDecodeMmsParam() 616 context.textFilePath = std::string(contentChars, 0, contentLength); in ParseDecodeMmsParam()
|
Completed in 7 milliseconds