Home
last modified time | relevance | path

Searched refs:windowProperty_ (Results 1 - 17 of 17) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp30 windowProperty_ = std::make_shared<WindowProperty>(); in SetUp()
31 windowProperty_->width = VIDEO_DATA_NUM; in SetUp()
32 windowProperty_->height = VIDEO_DATA_NUM; in SetUp()
37 windowProperty_ = nullptr; in TearDown()
48 windowProperty_ = nullptr; in HWTEST_F()
49 int32_t ret = ScreenClient::GetInstance().AddWindow(windowProperty_); in HWTEST_F()
61 int32_t expectId = ScreenClient::GetInstance().AddWindow(windowProperty_); in HWTEST_F()
86 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty_); in HWTEST_F()
129 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty_); in HWTEST_F()
172 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty_); in HWTEST_F()
[all...]
H A Dscreen_client_window_adapter_test.cpp30 windowProperty_ = std::make_shared<WindowProperty>(); in SetUp()
31 windowProperty_->width = VIDEO_DATA_NUM; in SetUp()
32 windowProperty_->height = VIDEO_DATA_NUM; in SetUp()
37 windowProperty_ = nullptr; in TearDown()
48 windowProperty_ = nullptr; in HWTEST_F()
49 EXPECT_EQ(nullptr, ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, 0)); in HWTEST_F()
61 sptr<Surface> actualSurface = ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, windowId); in HWTEST_F()
88 ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, windowId); in HWTEST_F()
131 ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, windowId); in HWTEST_F()
175 ScreenClientWindowAdapter::GetInstance().CreateWindow(windowProperty_, windowI in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp348 windowProperty_->GetWindowId(), rect.posX_, rect.posY_, rect.width_, rect.height_); in CheckWindowRect()
412 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_); in HandleDragEvent()
413 windowProperty_->SetRequestRect(newRect); in HandleDragEvent()
414 windowProperty_->SetWindowSizeChangeReason(WindowSizeChangeReason::DRAG); in HandleDragEvent()
415 windowProperty_->SetDragType(moveDragProperty_->dragType_); in HandleDragEvent()
416 WindowManagerService::GetInstance().UpdateProperty(windowProperty_, PropertyChangeAction::ACTION_UPDATE_RECT, true); in HandleDragEvent()
442 windowProperty_->GetWindowId(), newRect.posX_, newRect.posY_, newRect.width_, newRect.height_); in HandleMoveEvent()
443 windowProperty_->SetRequestRect(newRect); in HandleMoveEvent()
444 windowProperty_->SetWindowSizeChangeReason(WindowSizeChangeReason::MOVE); in HandleMoveEvent()
445 WindowManagerService::GetInstance().UpdateProperty(windowProperty_, PropertyChangeActio in HandleMoveEvent()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion_test.cpp141 screenRegion_->windowProperty_ = std::make_shared<WindowProperty>(); in HWTEST_F()
142 screenRegion_->windowProperty_->width = VIDEO_DATA_NUM; in HWTEST_F()
143 screenRegion_->windowProperty_->height = VIDEO_DATA_NUM; in HWTEST_F()
145 EXPECT_EQ(screenRegion_->windowProperty_, ret); in HWTEST_F()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_param_info.cpp86 return windowProperty_; in GetWindowProperty()
91 this->windowProperty_ = windowProperty; in SetWindowProperty()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_param_info.cpp86 return windowProperty_; in GetWindowProperty()
91 this->windowProperty_ = windowProperty; in SetWindowProperty()
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/include/
H A Dscreen_client_window_adapter_test.h40 std::shared_ptr<WindowProperty> windowProperty_; member in OHOS::DistributedHardware::ScreenClientWindowAdapterTest
H A Dscreen_client_test.h35 std::shared_ptr<WindowProperty> windowProperty_; member in OHOS::DistributedHardware::ScreenClientTest
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion.cpp90 return windowProperty_; in GetWindowProperty()
107 windowProperty_ = windowProperty; in SetUpWindow()
/foundation/window/window_manager/wmserver/include/
H A Ddrag_controller.h66 MoveDragController() : windowProperty_(new WindowProperty()), moveDragProperty_(new MoveDragProperty()) in MoveDragController()
104 sptr<WindowProperty> windowProperty_; member in OHOS::Rosen::MoveDragController
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregion.h71 std::shared_ptr<WindowProperty> windowProperty_ = nullptr; member in OHOS::DistributedHardware::V1_0::ScreenRegion
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h76 std::shared_ptr<WindowProperty> windowProperty_ = nullptr; member in OHOS::DistributedHardware::V2_0::ScreenRegion
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp115 PublishMessage(DHTopic::TOPIC_SINK_PROJECT_WINDOW_INFO, screenId_, remoteDevId_, windowId_, windowProperty_); in StartReceiverEngine()
185 windowProperty_ = windowProperty; in ConfigWindow()
453 return windowProperty_; in GetWindowProperty()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H A Drtsp_param_info.h125 WindowProperty windowProperty_{};
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Drtsp_param_info.h125 WindowProperty windowProperty_{};
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp215 screenRegion_->windowProperty_ = std::make_shared<WindowProperty>(); in HWTEST_F()
217 EXPECT_EQ(screenRegion_->windowProperty_, ret); in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp466 moveDragController_->windowProperty_ = new WindowProperty(); in HWTEST_F()
504 moveDragController_->windowProperty_ = nullptr; in HWTEST_F()

Completed in 8 milliseconds