Home
last modified time | relevance | path

Searched refs:MmsDeliveryIndContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h138 struct MmsDeliveryIndContext { struct
177 struct MmsDeliveryIndContext deliveryInd;
193 struct MmsDeliveryIndContext deliveryInd;
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp227 void GetMmsDeliveryInd(MmsMsg mmsMsg, MmsDeliveryIndContext &asyncContext) in GetMmsDeliveryInd()
499 void ParseDeliveryIndValue(napi_env env, napi_value object, MmsDeliveryIndContext &deliveryIndConte… in ParseDeliveryIndValue()
986 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsDeliveryIndContext &deliveryInd) in ReadEncodeMmsType()
1294 void setDeliveryIndToCore(MmsMsg &mmsMsg, MmsDeliveryIndContext &context) in setDeliveryIndToCore()