Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_send_recv_mms.cpp255 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local
257 napi_get_value_string_utf8(env, mmscValue, strChars, BUFF_LENGTH, &strLength); in GetMmsNameProperty()
258 std::string str8(strChars, strLength); in GetMmsNameProperty()
263 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local
265 napi_get_value_string_utf8(env, dataValue, strChars, BUFF_LENGTH, &strLength); in GetMmsNameProperty()
266 std::string str8(strChars, strLength); in GetMmsNameProperty()
273 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local
275 napi_get_value_string_utf8(env, uaValue, strChars, BUFF_LENGTH, &strLength); in GetMmsNameProperty()
276 std::string str8(strChars, strLength); in GetMmsNameProperty()
281 char strChars[NORMAL_STRING_SIZ in GetMmsNameProperty() local
[all...]
H A Dnapi_sms.cpp118 char strChars[PROPERTY_NAME_SIZE] = {0}; in GetU16StrFromNapiValue() local
120 napi_get_value_string_utf8(env, value, strChars, BUFF_LENGTH, &strLength); in GetU16StrFromNapiValue()
121 std::string str8(strChars, strLength); in GetU16StrFromNapiValue()
/base/telephony/core_service/frameworks/js/vcard/src/
H A Dnapi_vcard.cpp357 char strChars[NORMAL_STRING_SIZE] = { 0 }; in HandleOptionParameters() local
359 napi_get_value_string_utf8(env, charset, strChars, NORMAL_STRING_SIZE, &strLength); in HandleOptionParameters()
360 std::string str8(strChars, strLength); in HandleOptionParameters()

Completed in 6 milliseconds