Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
Dimage_receiver_mdk_test.cpp115 ImageReceiverNative* native = getNativeReceiver(env, info); in JsGetReceivingSurfaceId() local
116 if (native == nullptr) { in JsGetReceivingSurfaceId()
120 int32_t res = OH_Image_Receiver_GetReceivingSurfaceId(native, buf, ID_SIZE); in JsGetReceivingSurfaceId()
136 ImageReceiverNative* native = getNativeReceiver(env, info); in JsReadLatestImage() local
137 if (native == nullptr) { in JsReadLatestImage()
141 int32_t res = OH_Image_Receiver_ReadLatestImage(native, &result); in JsReadLatestImage()
154 ImageReceiverNative* native = getNativeReceiver(env, info); in JsReadNextImage() local
155 if (native == nullptr) { in JsReadNextImage()
159 int32_t res = OH_Image_Receiver_ReadNextImage(native, &result); in JsReadNextImage()
177 ImageReceiverNative* native = getNativeReceiver(env, info); in JsOn() local
[all …]
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DNativeNdk.test.ets17 import native from 'libnativendk.so'
31 let result: number = native.decodeMainProcess(1, 1, 1, 0, 1, 1);
45 let result: number = native.decodeMainProcess(2, 1, 1, 0, 1, 1);
59 let result: number = native.decodeMainProcess(3, 1, 1, 0, 1, 1);
73 let result: number = native.decodeMainProcess(4, 1, 1, 0, 1, 1);
87 let result: number = native.decodeMainProcess(5, 1, 1, 0, 1, 1);
101 let result: number = native.decodeMainProcess(6, 1, 1, 0, 1, 1);
115 let result: number = native.decodeMainProcess(7, 1, 1, 0, 1, 1);
129 let result: number = native.decodeMainProcess(1, 0, 1, 0, 1, 1);
143 let result: number = native.decodeMainProcess(2, 0, 1, 0, 1, 1);
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
Dimage_pixel_map_imgndk_test.cpp208 NativePixelMap* native = getNativePixelMap(env, info); in InitNativePixelMap() local
209 if (native == nullptr) { in InitNativePixelMap()
222 NativePixelMap* native = getNativePixelMap(env, info); in GetBytesNumberPerRow() local
223 if (native == nullptr) { in GetBytesNumberPerRow()
228 int32_t res = OH_PixelMap_GetBytesNumberPerRow(native, &rowBytes); in GetBytesNumberPerRow()
242 NativePixelMap* native = getNativePixelMap(env, info); in GetIsEditable() local
243 if (native == nullptr) { in GetIsEditable()
248 int32_t res = OH_PixelMap_GetIsEditable(native, &editable); in GetIsEditable()
262 NativePixelMap* native = getNativePixelMap(env, info); in IsSupportAlpha() local
263 if (native == nullptr) { in IsSupportAlpha()
[all …]
/test/xts/hats/hdf/external_device_manager/device_manager_test/
DBUILD.gn24 "${ext_mgr_path}/services/native/driver_extension_manager/include/device_manager",
25 "${ext_mgr_path}/services/native/driver_extension_manager/include/bus_extension/usb",
26 "${ext_mgr_path}/services/native/driver_extension_manager/include/bus_extension/core",
27 "${ext_mgr_path}/services/native/driver_extension_manager/include/drivers_pkg_manager",
33 …"${ext_mgr_path}/services/native/driver_extension_manager/src/bus_extension/core:driver_extension_…
34 …"${ext_mgr_path}/services/native/driver_extension_manager/src/bus_extension/usb:driver_extension_u…
35 …"${ext_mgr_path}/services/native/driver_extension_manager/src/device_manager:driver_extension_devi…
36 …"${ext_mgr_path}/services/native/driver_extension_manager/src/drivers_pkg_manager:drivers_pkg_mana…
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DBUILD.gn23 "../../utils/native",
24 "//base/hiviewdfx/hilog/interfaces/native/innerkits/include",
25 "//base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent",
26 "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include",
37 "../../utils/native:utilskit",
38 "//base/hiviewdfx/hiappevent/frameworks/native/libhiappevent:libhiappevent_base",
39 "//base/hiviewdfx/hiappevent/frameworks/native/ndk:hiappevent_ndk",
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/ohosTest/ets/test/native/
DnativeTest.test.ets32 * @tc.desc : testing create for native with normal value
45 * @tc.desc : testing create for native with normal value
58 * @tc.desc : testing create for native with normal value
70 * @tc.desc : testing create for native with normal value
82 * @tc.desc : testing create for native with normal value
94 * @tc.desc : testing create for native with normal value
106 * @tc.desc : testing create for native with normal value
118 * @tc.desc : testing create for native with normal value
130 * @tc.desc : testing create for native with normal value
142 * @tc.desc : testing create for native with normal value
[all …]
/test/xts/acts/multimedia/audio_ndk/oh_audio_render_test/
DBUILD.gn18 old_root_dir = "//foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_…
29 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiocapturer/include",
30 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiocommon/include",
31 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiomanager/include",
32 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiorenderer/include",
33 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiostream/include",
/test/xts/acts/multimedia/audio_ndk/oh_audio_stream_builder_test/
DBUILD.gn18 old_root_dir = "//foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_…
25 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiocapturer/include",
26 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiocommon/include",
27 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiomanager/include",
28 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiorenderer/include",
29 "$old_root_dir/../../../../../../interfaces/inner_api/native/audiostream/include",
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp506 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in InitNative() local
507 if (native == nullptr) { in InitNative()
518 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in CreatePixelMap() local
519 if (native == nullptr || !checkArgs(argValue, argCount, SIZE_TWO)) { in CreatePixelMap()
529 int32_t res = OH_ImageSource_CreatePixelMap(native, &ops, &pixelmap); in CreatePixelMap()
538 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in CreatePixelMapList() local
539 if (native == nullptr || !checkArgs(argValue, argCount, SIZE_TWO)) { in CreatePixelMapList()
549 int32_t res = OH_ImageSource_CreatePixelMapList(native, &ops, &pixelmapList); in CreatePixelMapList()
567 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in GetDelayTime() local
568 if (native == nullptr) { in GetDelayTime()
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
Dimage_packing_test.cpp195 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in InitNative() local
196 if (native == nullptr) { in InitNative()
207 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in PackToData() local
208 if (native == nullptr || !checkArgs(argValue, argCount, SIZE_THREE)) { in PackToData()
230 int32_t res = OH_ImagePacker_PackToData(native, in PackToData()
245 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in PackToFile() local
246 if (native == nullptr || !checkArgs(argValue, argCount, SIZE_FOUR)) { in PackToFile()
266 int32_t res = OH_ImagePacker_PackToFile(native, argValue[ARGS_SECOND], &packerOpts, fd); in PackToFile()
278 ImagePacker_Native* native = getNativeImagePacker(env, info, argValue, argCount); in Release() local
279 if (native == nullptr) { in Release()
[all …]
/test/xts/acts/multimedia/av_codec/audio_decoder/
DBUILD.gn36 "$MEDIA_ROOT_DIR/interfaces/inner_api/native",
41 "$MEDIA_ROOT_DIR/frameworks/native/capi/common",
50 "$AUDIO_ROOT_DIR/frameworks/native/audiorenderer/include",
51 "$AUDIO_ROOT_DIR/frameworks/native/audiostream/include",
52 "$AUDIO_ROOT_DIR/interfaces/inner_api/native/audiorenderer/include",
53 "$AUDIO_ROOT_DIR/interfaces/inner_api/native/audiocommon/include",
54 "$AUDIO_ROOT_DIR/interfaces/inner_api/native/audiomanager/include",
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/
DBUILD.gn60 "$image_subsystem/interfaces/kits/native/include",
69 "$image_subsystem/frameworks/kits/native/common/ndk:image_receiver",
70 "$image_subsystem/frameworks/kits/native/common/ndk:ohimage",
99 "$multimedia_camera_framework_path/interfaces/kits/native/include/camera",
105 deps = [ "$multimedia_camera_framework_path/frameworks/native/ndk:ohcamera" ]
/test/xts/hats/hdf/external_device_manager/driver_extension_context/
DBUILD.gn25 "$base_root/drivers/external_device_manager/services/native/driver_extension/include",
42 "$base_root/drivers/external_device_manager/services/native/driver_extension:driver_extension",
44 "${ability_runtime_native_path}/ability/native:ability_business_error",
45 "${ability_runtime_native_path}/ability/native:abilitykit_native",
/test/xts/acts/multimedia/audio/audio_cpp_standard/
DBUILD.gn33 "$AUDIO_ROOT_DIR/frameworks/native/opensles",
34 "$AUDIO_ROOT_DIR/interfaces/inner_api/native/audiocommon/include",
57 "$AUDIO_ROOT_DIR/frameworks/native/opensles",
/test/xts/dcts/distributedhardware/distributedaudionewtest/
DBUILD.gn26 "$base_root/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/include",
28 …"$base_root/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/includ…
29 …"$base_root/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include",
30 …"$base_root/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/includ…
31 …"$base_root/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiomanager/include…
/test/xts/device_attest_lite/services/core/
Dattestsource.gni63 "//base/hiviewdfx/hilog_lite/interfaces/native/kits",
64 "//utils/native/lite/include",
75 "//utils/native/lite/include",
77 "//base/hiviewdfx/hilog_lite/interfaces/native/kits",
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/
DBUILD.gn19 usb_bus_extension_include_path = "${ext_mgr_path}/services/native/driver_extension_manager/include/…
36 …"${ext_mgr_path}/services/native/driver_extension_manager/src/bus_extension/usb:driver_extension_u…
37 …"${ext_mgr_path}/services/native/driver_extension_manager/src/drivers_pkg_manager:drivers_pkg_mana…
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/
DBUILD.gn50 "//foundation/arkui/ace_engine/interfaces/native",
51 "//base/hiviewdfx/hilog/interfaces/native/kits/include",
60 "//foundation/arkui/ace_engine/interfaces/native:ace_ndk",
/test/xts/acts/storage/storagefilesharendktest/entry/src/main/cpp/
DBUILD.gn42 "${app_file_service_path}/interfaces/innerkits/native/file_share",
43 "${app_file_service_path}/interfaces/innerkits/native/file_share/include/file_permisssion.h",
44 "${app_file_service_path}/interfaces/innerkits/native/file_share/include/file_share.h",
/test/xts/hats/hdf/external_device_manager/drivers_pkg_manager_test/
DBUILD.gn19 usb_bus_extension_include_path = "${ext_mgr_path}/services/native/driver_extension_manager/include/…
28 "${ext_mgr_path}/services/native/driver_extension_manager/include/drivers_pkg_manager",
36 …"${ext_mgr_path}/services/native/driver_extension_manager/src/drivers_pkg_manager:drivers_pkg_mana…
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/
DBUILD.gn41 "${resource_management_subsystem}/interfaces/native/resource/include",
64 "${resource_management_subsystem}/interfaces/native/resource/include",
65 "$image_subsystem/interfaces/kits/native/include",
/test/xts/acts/multimedia/av_codec/audio_encoder/
DBUILD.gn35 "$MEDIA_ROOT_DIR/interfaces/inner_api/native",
40 "$MEDIA_ROOT_DIR/frameworks/native/capi/common",
74 "$MEDIA_ROOT_DIR/interfaces/inner_api/native:av_codec_client",
/test/xts/acts/multimedia/av_codec/capability/
DBUILD.gn29 "$MEDIA_ROOT_DIR/interfaces/inner_api/native",
35 "$MEDIA_ROOT_DIR/frameworks/native/capi/common",
71 "$MEDIA_ROOT_DIR/interfaces/inner_api/native:av_codec_client",
/test/xts/acts/hiviewdfx_lite/hilog_hal/
DBUILD.gn22 "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
23 "//base/hiviewdfx/hievent_lite/interfaces/native/innerkits",
/test/xts/acts/sensors_lite/sensor_posix/
DBUILD.gn22 "//base/sensors/sensor_lite/interfaces/kits/native/include",
23 "//base/hiviewdfx/hilog_lite/interfaces/native/kits",

12345678910>>...32