Home
last modified time | relevance | path

Searched defs:rv (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp68 int rv = g_cameraManager->CreateCaptureSession(&g_captureSession); in InitCameraStandard() local
162 …int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_… in InitPhotoOutput() local
182 int rv = g_cameraManager->CreatePreviewOutput( in InitPreviewOutput() local
204 …int rv = g_cameraManager->CreateVideoOutput(videoSettings, pSurface, &((sptr<VideoOutput> &)g_vide… in InitVideoOutput() local
222 int32_t rv = g_captureSession->GetSupportedStabilizationMode(stabilizationModes); in ConfigCaptureSession() local
242 int32_t rv = g_captureSession->GetExposureBiasRange(biasRange); in ConfigFocusAndExposure() local
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system_callback.h30 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_decrypt_module.h29 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
37 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_session_callback.h31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dioem_certificate.h31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_system_factory.h31 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
39 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_session.h34 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
42 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dimedia_key_system.h35 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
H A Dmedia_key_system_types.h30 #define HDI_CHECK_VALUE_RETURN(lv, compare, rv, ret) do { \ argument
38 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
/ohos5.0/build/config/mac/
H A Dxcrun.py24 rv = subprocess.check_call(['xcrun'] + unknown_args) variable
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp66 int rv = g_cameraManager->CreateCaptureSession(&g_captureSession); in InitCameraStandard() local
165 …int rv = g_cameraManager->CreatePhotoOutput(photoProfile, photoProducer, &((sptr<PhotoOutput> &)g_… in InitPhotoOutput() local
185 int rv = g_cameraManager->CreatePreviewOutput( in InitPreviewOutput() local
207 …int rv = g_cameraManager->CreateVideoOutput(videoSettings, pSurface, &((sptr<VideoOutput> &)g_vide… in InitVideoOutput() local
225 int32_t rv = g_captureSession->GetSupportedStabilizationMode(stabilizationModes); in ConfigCaptureSession() local
246 int32_t rv = g_captureSession->GetExposureBiasRange(biasRange); in ConfigFocusFlashAndExposure() local
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_3da_player_fast.h204 float rv = 0.5; in FIXTURE() local
216 float rv = 0.5; in FIXTURE() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp336 …int rv = cameraManager_->CreateCameraInput(cameraInfo_, &((sptr<CameraStandard::CameraInput> &)cam… in ConfigCaptureSession() local
477 int32_t rv = cameraManager_->CreatePhotoOutput( in CreatePhotoOutput() local
497 int32_t rv = cameraManager_->CreatePreviewOutput( in CreatePreviewOutput() local
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp79 std::unique_ptr<ReturnValue> rv = std::make_unique<ReturnValue>(); in TestScriptInterpreterScriptValue() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp277 int32_t rv = cameraManager_->CreateCameraInput(info, &cameraInput); in CreateMeatdataStr() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp668 int rv = recvmsg(fd_, &msg, 0); in RecvSocketFd() local
670 int rv = recvmsg(fd_, &msg, MSG_NOSIGNAL); in RecvSocketFd() local