/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_repeat.h | 49 virtual int32_t SetMirror(bool isEnable) = 0;
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/ |
H A D | hstream_repeat_proxy.h | 50 int32_t SetMirror(bool isEnable) override;
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_repeat.h | 80 int32_t SetMirror(bool isEnable) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.h | 51 virtual void SetMirror(ScreenId mirrorId) = 0;
133 void SetMirror(ScreenId mirrorId) override;
|
H A D | rs_screen.cpp | 226 void RSScreen::SetMirror(ScreenId mirrorId)
in SetMirror() function in OHOS::Rosen::impl::RSScreen
|
H A D | rs_screen_manager.cpp | 786 screensIt->second->SetMirror(toMirror);
in SetScreenMirror() 1201 screen->SetMirror(INVALID_SCREEN_ID);
in RemoveVirtualScreenLocked()
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_output_impl.cpp | 297 capSettings->SetMirror(isMirrorEnable_); in Capture() 318 capSettings->SetMirror(setting.mirror); in Capture_WithCaptureSetting()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_repeat_stub.cpp | 155 int ret = SetMirror(isEnable); in HandleSetMirror()
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_repeat_proxy.cpp | 224 int32_t HStreamRepeatProxy::SetMirror(bool isEnable) in SetMirror() function in OHOS::CameraStandard::HStreamRepeatProxy 235 MEDIA_ERR_LOG("HStreamRepeatProxy SetMirror failed, error: %{public}d", error); in SetMirror()
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | photo_output.h | 224 void SetMirror(bool enable);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | video_output.cpp | 339 int32_t retCode = itemStream->SetMirror(enabled); in enableMirror()
|
H A D | photo_output.cpp | 155 void PhotoCaptureSetting::SetMirror(bool enable) in SetMirror() function in OHOS::CameraStandard::PhotoCaptureSetting 161 MEDIA_DEBUG_LOG("PhotoCaptureSetting::SetMirror value=%{public}d", enable); in SetMirror() 169 CHECK_ERROR_PRINT_LOG(!status, "PhotoCaptureSetting::SetMirror Failed to set mirroring in photo capture setting"); in SetMirror()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 543 int32_t HStreamRepeat::SetMirror(bool isEnable) in SetMirror() function in OHOS::CameraStandard::HStreamRepeat
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager.h | 171 DMError SetMirror(ScreenId screenId, std::vector<ScreenId> screens);
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | multi_screen_manager.cpp | 77 DMError ret = ScreenSessionManager::GetInstance().SetMirror(mainScreenId, screenIds); in VirtualScreenMirrorSwitch()
|
H A D | screen_session_manager.cpp | 3862 DMError ScreenSessionManager::SetMirror(ScreenId screenId, std::vector<ScreenId> screens) in SetMirror() function in OHOS::Rosen::ScreenSessionManager 3864 TLOGI(WmsLogTag::DMS, "SetMirror, screenId:%{public}" PRIu64"", screenId); in SetMirror() 3867 TLOGE(WmsLogTag::DMS, "SetMirror screen is nullptr, or screenType is not real."); in SetMirror() 3875 TLOGE(WmsLogTag::DMS, "SetMirror group is nullptr"); in SetMirror() 3887 TLOGI(WmsLogTag::DMS, "SetMirror success"); in SetMirror()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 108 capSettings->SetMirror(context->objectInfo->GetEnableMirror()); in ProcessCapture() 110 capSettings->SetMirror(context->isMirror); in ProcessCapture() 123 capSettings->SetMirror(context->objectInfo->GetEnableMirror()); in ProcessCapture()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1523 * @tc.name: SetMirror 1524 * @tc.desc: SetMirror virtual screen 1527 HWTEST_F(ScreenSessionManagerTest, SetMirror, Function | SmallTest | Level3) in HWTEST_F() 1531 virtualOption.name_ = "SetMirror"; in HWTEST_F() 1543 ASSERT_EQ(DMError::DM_OK, ssm_->SetMirror(2, screens)); in HWTEST_F() 1544 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ssm_->SetMirror(9, screens)); in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 2757 photoSetting->SetMirror(true); in HWTEST_F() 2758 photoSetting->SetMirror(true); in HWTEST_F()
|