/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | main.cpp | 68 int rv = g_cameraManager->CreateCaptureSession(&g_captureSession); in InitCameraStandard() local 69 if (rv != DCAMERA_OK) { in InitCameraStandard() 71 return rv; in InitCameraStandard() 96 if (rv != DCAMERA_OK) { in InitCameraStandard() 98 return rv; in InitCameraStandard() 163 if (rv != DCAMERA_OK) { in InitPhotoOutput() 182 int rv = g_cameraManager->CreatePreviewOutput( in InitPreviewOutput() local 184 if (rv != DCAMERA_OK) { in InitPreviewOutput() 205 if (rv != DCAMERA_OK) { in InitVideoOutput() 223 if (rv != DCAMERA_OK) { in ConfigCaptureSession() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.cpp | 66 int rv = g_cameraManager->CreateCaptureSession(&g_captureSession); in InitCameraStandard() local 67 if (rv != DCAMERA_OK) { in InitCameraStandard() 69 return rv; in InitCameraStandard() 94 if (rv != DCAMERA_OK) { in InitCameraStandard() 96 return rv; in InitCameraStandard() 166 if (rv != DCAMERA_OK) { in InitPhotoOutput() 185 int rv = g_cameraManager->CreatePreviewOutput( in InitPreviewOutput() local 187 if (rv != DCAMERA_OK) { in InitPreviewOutput() 208 if (rv != DCAMERA_OK) { in InitVideoOutput() 226 if (rv != DCAMERA_OK) { in ConfigCaptureSession() [all …]
|
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/ |
H A D | imedia_key_system_callback.h | 30 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument 31 if ((lv) compare (rv)) { \ 38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 39 if ((lv) compare (rv)) { \
|
H A D | ioem_certificate.h | 31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument 32 if ((lv) compare (rv)) { \ 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 40 if ((lv) compare (rv)) { \
|
H A D | imedia_decrypt_module.h | 29 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument 30 if ((lv) compare (rv)) { \ 37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 38 if ((lv) compare (rv)) { \
|
H A D | imedia_key_session_callback.h | 31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument 32 if ((lv) compare (rv)) { \ 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 40 if ((lv) compare (rv)) { \
|
H A D | imedia_key_system_factory.h | 31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument 32 if ((lv) compare (rv)) { \ 39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 40 if ((lv) compare (rv)) { \
|
H A D | imedia_key_session.h | 34 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument 35 if ((lv) compare (rv)) { \ 42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument 43 if ((lv) compare (rv)) { \
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/02_standard_interface_idl/target/foo/v1_0/ |
H A D | ifoo.h.txt | 6 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 7 if ((lv) compare (rv)) { \ 14 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 15 if ((lv) compare (rv)) { \
|
/ohos5.0/build/config/mac/ |
H A D | xcrun.py | 24 rv = subprocess.check_call(['xcrun'] + unknown_args) variable 25 if rv == 0 and args.stamp: 30 sys.exit(rv)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/cpp_target/bluetooth/a2dp/v1_0/ |
H A D | bluetooth_audio_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/cpp_target/bluetooth/hci/v1_0/ |
H A D | hci_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/cpp_target/secure_element/v1_0/ |
H A D | secure_element_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
H A D | isecure_element_callback.h.txt | 28 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 29 if ((lv) compare (rv)) { \ 36 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 37 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_0/cpp_target/vibrator/v1_0/ |
H A D | vibrator_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/intelligent_voice_engine_v1_1/cpp_target/intelligent_voice/engine/v1_1/ |
H A D | intell_voice_engine_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/power_v1_0/cpp_target/power/v1_0/ |
H A D | power_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/power_v1_1/cpp_target/power/v1_1/ |
H A D | power_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_hostapd_v1_0/c_target/wlan/hostapd/v1_0/ |
H A D | hostapd_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/cpp_target/nfc/v1_0/ |
H A D | nfc_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/a_recognition_v1_0/cpp_target/a_recognition/v1_0/ |
H A D | activity_recognition_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/types_idl/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 28 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 29 if ((lv) compare (rv)) { \ 36 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 37 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_gadget_mtp_v1_0/cpp_target/usb/gadget/mtp/v1_0/ |
H A D | usbfn_mtp_types.h.txt | 27 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 28 if ((lv) compare (rv)) { \ 35 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 36 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/enum_nesting_idl/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 28 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 29 if ((lv) compare (rv)) { \ 36 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 37 if ((lv) compare (rv)) { \
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/extended_enum_idl/cpp_target/foo/v1_0/ |
H A D | types.h.txt | 28 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ 29 if ((lv) compare (rv)) { \ 36 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ 37 if ((lv) compare (rv)) { \
|