Home
last modified time | relevance | path

Searched refs:ConfigSurface (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_surface.h30 MOCK_METHOD2(ConfigSurface, void(uint32_t, uint32_t));
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_xcomponent.cpp62 controller->ConfigSurface(surfaceWidth, surfaceHeight); in SetSurfaceSize()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_rosen_render_surface.cpp27 void RosenRenderSurface::ConfigSurface(unsigned int, unsigned int) {} in ConfigSurface() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dinner_xcomponent_controller.h45 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() function in OHOS::Ace::InnerXComponentController
H A Dxcomponent_pattern.h288 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight);
H A Dxcomponent_pattern.cpp518 pattern->ConfigSurface(surfaceWidth, surfaceHeight); in InitController()
527 void XComponentPattern::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() function in OHOS::Ace::NG::XComponentPattern
529 renderSurface_->ConfigSurface(surfaceWidth, surfaceHeight); in ConfigSurface()
H A Dxcomponent_model_ng.cpp344 xcPattern->ConfigSurface(width, height); in SetXComponentSurfaceSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface_mingw.cpp46 void RosenRenderSurface::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() function in OHOS::Ace::NG::RosenRenderSurface
H A Drender_surface_impl.h43 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) override;
H A Drender_texture_impl.h42 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) override;
H A Drender_texture_impl.cpp84 void RenderTextureImpl::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) {} in ConfigSurface() function in OHOS::Ace::NG::RenderTextureImpl
H A Drender_surface_impl.cpp79 void RenderSurfaceImpl::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() function in OHOS::Ace::NG::RenderSurfaceImpl
H A Drosen_render_surface.h54 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) override;
H A Drosen_render_surface.cpp210 void RosenRenderSurface::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.h84 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight);
H A Dxcomponent_element.cpp323 void XComponentElement::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() function in OHOS::Ace::XComponentElement
358 xComponentElement->ConfigSurface(surfaceWidth, surfaceHeight); in SetMethodCall()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h63 virtual void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) {}; in ConfigSurface() function in OHOS::Ace::NG::RenderSurface
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h125 int32_t ConfigSurface();
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp233 ret = ConfigSurface(); in HandleConnect()
267 int32_t DScreen::ConfigSurface() in ConfigSurface() function in OHOS::DistributedHardware::V2_0::DScreen
269 DHLOGD("ConfigSurface, devId: %{public}s, dhId: %{public}s", GetAnonyString(devId_).c_str(), in ConfigSurface()
291 DHLOGI("ConfigSurface success."); in ConfigSurface()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent_controller.cpp179 xcomponentController_->ConfigSurface(surfaceWidth, surfaceHeight); in SetSurfaceConfig()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp171 * @tc.desc: Verify the ConfigSurface function failed.
177 int32_t ret = dScreen_->ConfigSurface(); in HWTEST_F()

Completed in 15 milliseconds