Searched refs:ReadMmsAddress (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 842 MmsAddress ReadMmsAddress(napi_env env, napi_value value) in ReadMmsAddress() function 883 sendReq.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 887 ReadMmsAddress(env, napiValue, "to", sendReq.to); in ReadEncodeMmsType() 891 ReadMmsAddress(env, napiValue, "cc", sendReq.cc); in ReadEncodeMmsType() 892 ReadMmsAddress(env, napiValue, "bcc", sendReq.bcc); in ReadEncodeMmsType() 930 notificationInd.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 963 retrieveConf.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 993 ReadMmsAddress(env, napiValue, "to", deliveryInd.to); in ReadEncodeMmsType() 1008 readOrigInd.from = ReadMmsAddress(env, from); in ReadEncodeMmsType() 1021 ReadMmsAddress(env, napiValue, "to", readRecInd.to); in ReadEncodeMmsType() [all …]
|