Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp742 bool GetNapiBooleanValue(napi_env env, napi_value napiValue, std::string name, bool defValue = fals… in GetNapiBooleanValue() function
1040 attachmentContext.isSmil = GetNapiBooleanValue(env, value, "isSmil"); in BuildMmsAttachment()