Home
last modified time | relevance | path

Searched refs:valuetype0 (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dmain.cpp43 napi_valuetype valuetype0; in SetZoomRatio() local
44 napi_typeof(env, args[0], &valuetype0); in SetZoomRatio()
66 napi_valuetype valuetype0; in HasFlash() local
67 napi_typeof(env, args[0], &valuetype0); in HasFlash()
89 napi_valuetype valuetype0; in IsVideoStabilizationModeSupported() local
90 napi_typeof(env, args[0], &valuetype0); in IsVideoStabilizationModeSupported()
243 napi_valuetype valuetype0; in IsExposureModeSupported() local
244 napi_typeof(env, args[0], &valuetype0); in IsExposureModeSupported()
266 napi_valuetype valuetype0; in IsMeteringPoint() local
267 napi_typeof(env, args[0], &valuetype0); in IsMeteringPoint()
290 napi_valuetype valuetype0; IsExposureBiasRange() local
311 napi_valuetype valuetype0; IsFocusModeSupported() local
334 napi_valuetype valuetype0; IsFocusPoint() local
[all...]
/foundation/arkui/napi/sample/native_module_calc/
H A Dnapi_calc.cpp36 napi_valuetype valuetype0; in Add() local
37 NAPI_CALL(env, napi_typeof(env, args[0], &valuetype0)); in Add()
42 NAPI_ASSERT(env, valuetype0 == napi_number && valuetype1 == napi_number, "Wrong argument type. Numbers expected."); in Add()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library1/entry/src/main/cpp/
H A Dhello.cpp25 napi_valuetype valuetype0; in Add() local
26 napi_typeof(env, args[0], &valuetype0); in Add()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10002/entry/src/main/cpp/
H A Dhello.cpp25 napi_valuetype valuetype0; in Add() local
26 napi_typeof(env, args[0], &valuetype0); in Add()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library1/entry/src/main/cpp/
H A Dhello.cpp25 napi_valuetype valuetype0; in Add() local
26 napi_typeof(env, args[0], &valuetype0); in Add()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version2_library2/entry/src/main/cpp/
H A Dhello.cpp25 napi_valuetype valuetype0; in Add() local
26 napi_typeof(env, args[0], &valuetype0); in Add()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_share_library/libA_v10001/entry/src/main/cpp/
H A Dhello.cpp25 napi_valuetype valuetype0; in Add() local
26 napi_typeof(env, args[0], &valuetype0); in Add()
/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/bundle_app_service/app_service_version1_library2/entry/src/main/cpp/
H A Dhello.cpp25 napi_valuetype valuetype0; in Add() local
26 napi_typeof(env, args[0], &valuetype0); in Add()
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_bigint_napi.cpp76 napi_valuetype valuetype0; in BigUint64() local
77 NAPI_CALL(env, napi_typeof(env, args[0], &valuetype0)); in BigUint64()
79 NAPI_ASSERT(env, valuetype0 == napi_bigint, "Wrong type of arguments. Expects a bigint as first argument."); in BigUint64()
/foundation/arkui/napi/sample/native_module_demo/
H A Dnative_module_demo.cpp33 napi_valuetype valuetype0; in Add() local
34 NAPI_CALL(env, napi_typeof(env, args[0], &valuetype0)); in Add()
39 NAPI_ASSERT(env, valuetype0 == napi_number && valuetype1 == napi_number, "Wrong argument type. Numbers expected."); in Add()

Completed in 3 milliseconds