/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() 68 DHLOGE("InitCameraStandard create captureSession failed, rv: %{public}d", rv); in InitCameraStandard() 69 return rv; in InitCameraStandard() 93 rv = g_cameraManager->CreateCameraInput(g_cameraInfo, &((sptr<CameraInput> &)g_cameraInput)); in InitCameraStandard() 94 if (rv != DCAMERA_OK) { in InitCameraStandard() 95 DHLOGE("InitCameraStandard create cameraInput failed, rv: %{public}d", rv); in InitCameraStandard() 96 return rv; in InitCameraStandard() 165 int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_photoOutput)); InitPhotoOutput() local 185 int rv = g_cameraManager->CreatePreviewOutput( InitPreviewOutput() local 207 int rv = g_cameraManager->CreateVideoOutput(videoSettings, pSurface, &((sptr<VideoOutput> &)g_videoOutput)); InitVideoOutput() local 225 int32_t rv = g_captureSession->GetSupportedStabilizationMode(stabilizationModes); ConfigCaptureSession() local 246 int32_t rv = g_captureSession->GetExposureBiasRange(biasRange); ConfigFocusFlashAndExposure() local [all...] |
/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() 70 DHLOGE("InitCameraStandard create captureSession failed, rv: %{public}d", rv); in InitCameraStandard() 71 return rv; in InitCameraStandard() 95 rv = g_cameraManager->CreateCameraInput(g_cameraInfo, &((sptr<CameraInput> &)g_cameraInput)); in InitCameraStandard() 96 if (rv != DCAMERA_OK) { in InitCameraStandard() 97 DHLOGE("InitCameraStandard create cameraInput failed, rv: %{public}d", rv); in InitCameraStandard() 98 return rv; in InitCameraStandard() 162 int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_photoOutput)); InitPhotoOutput() local 182 int rv = g_cameraManager->CreatePreviewOutput( InitPreviewOutput() local 204 int rv = g_cameraManager->CreateVideoOutput(videoSettings, pSurface, &((sptr<VideoOutput> &)g_videoOutput)); InitVideoOutput() local 222 int32_t rv = g_captureSession->GetSupportedStabilizationMode(stabilizationModes); ConfigCaptureSession() local 242 int32_t rv = g_captureSession->GetExposureBiasRange(biasRange); ConfigFocusAndExposure() local [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/hostapd/v1_0/ |
H A D | hostapd_types.h | 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 | ihostapd_callback.h | 40 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
41 if ((lv) compare (rv)) { \
48 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
49 if ((lv) compare (rv)) { \
|
H A D | ihostapd_interface.h | 41 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
42 if ((lv) compare (rv)) { \
49 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
50 if ((lv) compare (rv)) { \
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_0/ |
H A D | hostapd_types.h | 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 | ihostapd_callback.h | 40 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
41 if ((lv) compare (rv)) { \
48 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
49 if ((lv) compare (rv)) { \
|
H A D | ihostapd_interface.h | 41 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
42 if ((lv) compare (rv)) { \
49 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
50 if ((lv) compare (rv)) { \
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/ |
H A D | iwpa_callback.h | 40 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
41 if ((lv) compare (rv)) { \
48 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
49 if ((lv) compare (rv)) { \
|
H A D | iwpa_interface.h | 41 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
42 if ((lv) compare (rv)) { \
49 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
50 if ((lv) compare (rv)) { \
|
H A D | wpa_types.h | 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)) { \
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/ |
H A D | iwpa_callback.h | 40 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
41 if ((lv) compare (rv)) { \
48 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
49 if ((lv) compare (rv)) { \
|
H A D | iwpa_interface.h | 41 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \
42 if ((lv) compare (rv)) { \
49 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \
50 if ((lv) compare (rv)) { \
|
H A D | wpa_types.h | 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)) { \
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 678 int rv = recvmsg(fd_, &msg, 0); in RecvSocketFd() local 680 int rv = recvmsg(fd_, &msg, MSG_NOSIGNAL); in RecvSocketFd() local 682 if (rv == -1) { in RecvSocketFd() 694 uint8_t recvBuf[rv]; in RecvSocketFd() 696 CHECK_AND_RETURN_LOG_RET(memcpy_s(recvBuf, sizeof(recvBuf), (uint8_t *)msg.msg_iov[0].iov_base, rv) == EOK, in RecvSocketFd() 709 maxTxPacketSize_ = GetPacketSizeFromBuf(recvBuf + TX_OFFSET, rv - TX_OFFSET); in RecvSocketFd() 710 maxRxPacketSize_ = GetPacketSizeFromBuf(recvBuf + RX_OFFSET, rv - RX_OFFSET); in RecvSocketFd()
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_3da_player_fast.h | 204 float rv = 0.5; in FIXTURE() local 209 ASSERT_EQ(0, player->SetVolume(lv, rv)); in FIXTURE() 216 float rv = 0.5; in FIXTURE() local 222 ASSERT_EQ(0, player->SetVolume(lv, rv)); in FIXTURE()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 336 int rv = cameraManager_->CreateCameraInput(cameraInfo_, &((sptr<CameraStandard::CameraInput> &)cameraInput_)); in ConfigCaptureSession() local 337 if (rv != DCAMERA_OK) { in ConfigCaptureSession() 477 int32_t rv = cameraManager_->CreatePhotoOutput( in CreatePhotoOutput() local 479 if (rv != DCAMERA_OK) { in CreatePhotoOutput() 497 int32_t rv = cameraManager_->CreatePreviewOutput( in CreatePreviewOutput() local 499 if (rv != DCAMERA_OK) { in CreatePreviewOutput()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 277 int32_t rv = cameraManager_->CreateCameraInput(info, &cameraInput); in CreateMeatdataStr() local 278 if (rv != DCAMERA_OK) { in CreateMeatdataStr()
|