Searched refs:SetPropertyArray (Results 1 - 2 of 2) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_sms.cpp | 43 static void SetPropertyArray(napi_env env, napi_value object, const std::string &name, std::vector<unsigned char> pdu) in SetPropertyArray() function 503 SetPropertyArray(env, object, "pdu", shortMessage.GetPdu()); in CreateShortMessageValue()
|
H A D | napi_mms.cpp | 32 static void SetPropertyArray(napi_env env, napi_value object, const std::string &name, MmsAttachmentContext &context) in SetPropertyArray() function 361 SetPropertyArray(env, attachment, "inBuff", context); in CreateAttachmentValue()
|
Completed in 7 milliseconds