Searched refs:strChars (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_send_recv_mms.cpp | 255 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 D | napi_sms.cpp | 118 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 D | napi_vcard.cpp | 357 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