Searched refs:strChars (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_send_recv_mms.cpp | 246 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local 248 napi_get_value_string_utf8(env, mmscValue, strChars, BUFF_LENGTH, &strLength); in GetMmsNameProperty() 249 std::string str8(strChars, strLength); in GetMmsNameProperty() 254 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local 256 napi_get_value_string_utf8(env, dataValue, strChars, BUFF_LENGTH, &strLength); in GetMmsNameProperty() 257 std::string str8(strChars, strLength); in GetMmsNameProperty() 264 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local 266 napi_get_value_string_utf8(env, uaValue, strChars, BUFF_LENGTH, &strLength); in GetMmsNameProperty() 267 std::string str8(strChars, strLength); in GetMmsNameProperty() 272 char strChars[NORMAL_STRING_SIZE] = { 0 }; in GetMmsNameProperty() local [all …]
|
H A D | napi_sms.cpp | 117 char strChars[PROPERTY_NAME_SIZE] = {0}; in GetU16StrFromNapiValue() local 119 napi_get_value_string_utf8(env, value, strChars, BUFF_LENGTH, &strLength); in GetU16StrFromNapiValue() 120 std::string str8(strChars, strLength); in GetU16StrFromNapiValue()
|
/ohos5.0/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()
|