Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_utils.cpp210 napi_status getIntStatus = napi_get_value_int32(env, value, &intValue); in GetIntProperty() local
211 if (getIntStatus == napi_ok) { in GetIntProperty()
225 napi_status getIntStatus = napi_get_value_int32(env, value, &result); in GetUssdIntProperty() local
226 if (getIntStatus == napi_ok) { in GetUssdIntProperty()
259 napi_status getIntStatus = napi_get_value_bool(env, value, &boolValue); in GetBoolProperty() local
260 if (getIntStatus == napi_ok) { in GetBoolProperty()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.cpp182 napi_status getIntStatus = napi_get_value_int32(env, value, &intValue); in GetNapiInt32Value() local
183 if (getIntStatus == napi_ok) { in GetNapiInt32Value()
196 napi_status getIntStatus = napi_get_value_int64(env, value, &intValue); in GetNapiInt64Value() local
197 if (getIntStatus == napi_ok) { in GetNapiInt64Value()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp346 napi_status getIntStatus = napi_get_value_bool(env, value, &boolValue); in GetBoolToIntProperty() local
347 if (getIntStatus == napi_ok) { in GetBoolToIntProperty()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp316 napi_status getIntStatus = napi_get_value_int32(env, value, &intValue); in GetNapiInt32Value() local
317 if (getIntStatus == napi_ok) { in GetNapiInt32Value()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp769 napi_status getIntStatus = napi_get_value_int32(env, value, &intValue); in GetNapiInt32Value() local
770 if (getIntStatus == napi_ok) { in GetNapiInt32Value()
782 napi_status getIntStatus = napi_get_value_int64(env, value, &intValue); in GetNapiInt64Value() local
783 if (getIntStatus == napi_ok) { in GetNapiInt64Value()