/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/ |
H A D | screen_client_test.cpp | 30 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 D | screen_client_window_adapter_test.cpp | 30 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 D | drag_controller.cpp | 348 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 D | screenregion_test.cpp | 141 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 D | rtsp_param_info.cpp | 86 return windowProperty_; in GetWindowProperty() 91 this->windowProperty_ = windowProperty; in SetWindowProperty()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_param_info.cpp | 86 return windowProperty_; in GetWindowProperty() 91 this->windowProperty_ = windowProperty; in SetWindowProperty()
|
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/include/ |
H A D | screen_client_window_adapter_test.h | 40 std::shared_ptr<WindowProperty> windowProperty_; member in OHOS::DistributedHardware::ScreenClientWindowAdapterTest
|
H A D | screen_client_test.h | 35 std::shared_ptr<WindowProperty> windowProperty_; member in OHOS::DistributedHardware::ScreenClientTest
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion.cpp | 90 return windowProperty_; in GetWindowProperty() 107 windowProperty_ = windowProperty; in SetUpWindow()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | drag_controller.h | 66 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 D | screenregion.h | 71 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 D | screenregion.h | 76 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 D | screenregion.cpp | 115 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 D | rtsp_param_info.h | 125 WindowProperty windowProperty_{};
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
H A D | rtsp_param_info.h | 125 WindowProperty windowProperty_{};
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion_test.cpp | 215 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 D | drag_controller_test.cpp | 466 moveDragController_->windowProperty_ = new WindowProperty(); in HWTEST_F() 504 moveDragController_->windowProperty_ = nullptr; in HWTEST_F()
|