Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp32 static void SetPropertyArray(napi_env env, napi_value object, const std::string &name, MmsAttachmen… in SetPropertyArray() function
361 SetPropertyArray(env, attachment, "inBuff", context); in CreateAttachmentValue()
H A Dnapi_sms.cpp42 static void SetPropertyArray(napi_env env, napi_value object, const std::string &name, std::vector<… in SetPropertyArray() function
473 SetPropertyArray(env, object, "pdu", shortMessage.GetPdu()); in CreateShortMessageValue()