Searched refs:UnwrapIntValue (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/ |
H A D | napi_zlib_common.h | 48 bool UnwrapIntValue(napi_env env, napi_value jsValue, int &result);
|
H A D | napi_zlib_common.cpp | 71 bool UnwrapIntValue(napi_env env, napi_value jsValue, int &result) in UnwrapIntValue() function
|
H A D | napi_zlib.cpp | 509 if (UnwrapIntValue(env, jsProValue, ret)) { in UnwrapOptionsParams() 513 if (UnwrapIntValue(env, jsProValue, ret)) { in UnwrapOptionsParams() 517 if (UnwrapIntValue(env, jsProValue, ret)) { in UnwrapOptionsParams() 521 if (UnwrapIntValue(env, jsProValue, ret)) { in UnwrapOptionsParams() 526 if (UnwrapIntValue(env, jsProValue, ret)) { in UnwrapOptionsParams() 531 if (UnwrapIntValue(env, jsProValue, ret)) { in UnwrapOptionsParams()
|
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_napi_common.h | 36 bool UnwrapIntValue(napi_env env, napi_value jsValue, int& result);
|
H A D | js_napi_common.cpp | 32 bool UnwrapIntValue(napi_env env, napi_value jsValue, int& result) in UnwrapIntValue() function
|
Completed in 4 milliseconds