Home
last modified time | relevance | path

Searched refs:respInd (Results 1 - 2 of 2) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h174 struct MmsRespIndContext respInd; member
190 struct MmsRespIndContext respInd; member
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp328 GetMmsRespInd(mmsMsg, context->respInd); in NativeDecodeMms()
569 ParseRespIndValue(env, object, asyncContext.respInd); in CreateDecodeMmsValue()
939 bool ReadEncodeMmsType(napi_env env, napi_value napiValue, MmsRespIndContext &respInd) in ReadEncodeMmsType() argument
944 respInd.transactionId = GetNapiStringValue(env, napiValue, "transactionId"); in ReadEncodeMmsType()
945 respInd.status = GetNapiUint8Value(env, napiValue, "status"); in ReadEncodeMmsType()
946 respInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType()
947 respInd.reportAllowed = GetNapiUint8Value(env, napiValue, "reportAllowed"); in ReadEncodeMmsType()
948 TELEPHONY_LOGI("respInd.reportAllowed = %{public}d", respInd.reportAllowed); in ReadEncodeMmsType()
1094 result = ReadEncodeMmsType(env, mmsTypeValue, context.respInd); in EncodeMmsType()
[all...]

Completed in 3 milliseconds