Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
H A Dnapi_hichecker.cpp138 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 Dnapi_call_manager_utils.cpp175 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 Dnapi_util.cpp202 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 Duser_auth_entry.cpp924 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 Dusb_info.cpp1945 napi_value staticValue = nullptr; in ToInt32Value() local
1946 napi_create_int32(env, value, &staticValue); in ToInt32Value()
1947 return staticValue; in ToInt32Value()