Searched refs:getIntStatus (Results 1 - 2 of 2) sorted by relevance
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager_utils.cpp | 230 napi_status getIntStatus = napi_get_value_int32(env, value, &intValue); in GetIntProperty() local 231 if (getIntStatus == napi_ok) { in GetIntProperty() 245 napi_status getIntStatus = napi_get_value_int32(env, value, &result); in GetUssdIntProperty() local 246 if (getIntStatus == napi_ok) { in GetUssdIntProperty() 279 napi_status getIntStatus = napi_get_value_bool(env, value, &boolValue); in GetBoolProperty() local 280 if (getIntStatus == napi_ok) { in GetBoolProperty()
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 769 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()
|
Completed in 7 milliseconds