Searched refs:GetNapiStringValue (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 844 std::string address = GetNapiStringValue(env, value, "address"); in ReadMmsAddress() 893 sendReq.subject = GetNapiStringValue(env, napiValue, "subject"); in ReadEncodeMmsType() 900 sendReq.contentType = GetNapiStringValue(env, napiValue, "contentType"); in ReadEncodeMmsType() 913 sendConf.messageId = GetNapiStringValue(env, napiValue, "messageId"); in ReadEncodeMmsType() 931 notificationInd.subject = GetNapiStringValue(env, napiValue, "subject"); in ReadEncodeMmsType() 965 retrieveConf.subject = GetNapiStringValue(env, napiValue, "subject"); in ReadEncodeMmsType() 991 deliveryInd.messageId = GetNapiStringValue(env, napiValue, "messageId"); in ReadEncodeMmsType() 1005 readOrigInd.messageId = GetNapiStringValue(env, napiValue, "messageId"); in ReadEncodeMmsType() 1020 readRecInd.messageId = GetNapiStringValue(env, napiValue, "messageId"); in ReadEncodeMmsType() 1033 attachmentContext.path = GetNapiStringValue(env, value, "path"); in BuildMmsAttachment() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.h | 74 … static std::string GetNapiStringValue(napi_env env, napi_value napiValue, const std::string &name,
|
H A D | napi_common.cpp | 142 std::string NapiCommon::GetNapiStringValue( in GetNapiStringValue() function in OHOS::NetManagerStandard::NapiCommon
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 176 std::string GetNapiStringValue(
|
H A D | nfc_napi_common_utils.cpp | 276 std::string GetNapiStringValue( in GetNapiStringValue() function
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 335 data.periodDuration_ = NapiCommon::GetNapiStringValue(env, value, "periodDuration"); in ReadQuotaPolicy()
|