Searched refs:staticValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/ |
H A D | napi_hichecker.cpp | 138 napi_value staticValue = nullptr; in ToUInt64Value() local 139 napi_create_bigint_uint64(env, value, &staticValue); in ToUInt64Value() 140 return staticValue; in ToUInt64Value()
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager_utils.cpp | 175 napi_value staticValue = nullptr; in ToInt32Value() local 176 napi_create_int32(env, value, &staticValue); in ToInt32Value() 177 return staticValue; in ToInt32Value()
|
/ohos5.0/base/telephony/core_service/frameworks/js/napi/ |
H A D | napi_util.cpp | 202 napi_value staticValue = nullptr; in ToInt32Value() local 203 NAPI_CALL(env, napi_create_int32(env, value, &staticValue)); in ToInt32Value() 204 return staticValue; in ToInt32Value()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_entry.cpp | 924 napi_value staticValue = nullptr; in ConstantConstructor() local 926 NAPI_CALL(env, napi_create_int32(env, MAX_ALLOWABLE_REUSE_DURATION, &staticValue)); in ConstantConstructor() 927 return staticValue; in ConstantConstructor()
|
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 1945 napi_value staticValue = nullptr; in ToInt32Value() local 1946 napi_create_int32(env, value, &staticValue); in ToInt32Value() 1947 return staticValue; in ToInt32Value()
|