Searched refs:ReadEncodeMmsType (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 876 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsSendReqContext &sendReq) in ReadEncodeMmsType() function 939 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsRespIndContext &respInd) in ReadEncodeMmsType() function 1085 result = ReadEncodeMmsType(env, mmsTypeValue, context.sendReq); in EncodeMmsType() 1088 result = ReadEncodeMmsType(env, mmsTypeValue, context.sendConf); in EncodeMmsType() 1091 result = ReadEncodeMmsType(env, mmsTypeValue, context.notificationInd); in EncodeMmsType() 1094 result = ReadEncodeMmsType(env, mmsTypeValue, context.respInd); in EncodeMmsType() 1097 result = ReadEncodeMmsType(env, mmsTypeValue, context.retrieveConf); in EncodeMmsType() 1100 result = ReadEncodeMmsType(env, mmsTypeValue, context.acknowledgeInd); in EncodeMmsType() 1103 result = ReadEncodeMmsType(env, mmsTypeValue, context.deliveryInd); in EncodeMmsType() 1106 result = ReadEncodeMmsType(env, mmsTypeValue, context.readOrigInd); in EncodeMmsType() [all …]
|