Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h93 struct MmsNotificationIndContext { struct
173 struct MmsNotificationIndContext notificationInd;
189 struct MmsNotificationIndContext notificationInd;
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp173 void GetMmsNotificationInd(MmsMsg mmsMsg, MmsNotificationIndContext &asyncContext) in GetMmsNotificationInd()
426 void ParseNotificationIndValue(napi_env env, napi_value object, MmsNotificationIndContext &notifica… in ParseNotificationIndValue()
917 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsNotificationIndContext &notificationI… in ReadEncodeMmsType()
1240 void setNotificationIndToCore(MmsMsg &mmsMsg, MmsNotificationIndContext &context) in setNotificationIndToCore()