Searched refs:GetNapiInt32Value (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 805 return uint8_t(GetNapiInt32Value(env, napiValue, name, defValue)); in GetNapiUint8Value() 845 int32_t charset = GetNapiInt32Value(env, value, "charset"); in ReadMmsAddress() 889 sendReq.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 895 sendReq.expiry = GetNapiInt32Value(env, napiValue, "expiry"); in ReadEncodeMmsType() 912 sendConf.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 927 notificationInd.expiry = GetNapiInt32Value(env, napiValue, "expiry"); in ReadEncodeMmsType() 946 respInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 981 acknowledgeInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 995 deliveryInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() 1004 readOrigInd.version = GetNapiInt32Value(env, napiValue, "version"); in ReadEncodeMmsType() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.h | 78 static int32_t GetNapiInt32Value(napi_env env, napi_value napiValue, const std::string &name,
|
H A D | napi_common.cpp | 176 int32_t NapiCommon::GetNapiInt32Value( in GetNapiInt32Value() function in OHOS::NetManagerStandard::NapiCommon
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 180 int32_t GetNapiInt32Value(napi_env env, napi_value napiValue, const std::string &name, const int32_…
|
H A D | nfc_napi_common_utils.cpp | 311 int32_t GetNapiInt32Value(napi_env env, napi_value napiValue, const std::string &name, const int32_… in GetNapiInt32Value() function
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 332 data.netType_ = static_cast<int8_t>(NapiCommon::GetNapiInt32Value(env, value, "netType")); in ReadQuotaPolicy() 339 data.metered_ = static_cast<int8_t>(NapiCommon::GetNapiInt32Value(env, value, "metered")); in ReadQuotaPolicy()
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag.cpp | 356 int tagRfDiscId = GetNapiInt32Value(env, obj, VAR_RF_ID); in BuildNativeTagFromJsObj()
|