Home
last modified time | relevance | path

Searched refs:GetApiCompatibleVersion (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsys_cap_util.h27 static uint32_t GetApiCompatibleVersion();
H A Dwindow_transition_info.h77 uint32_t GetApiCompatibleVersion() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_util.h36 static uint32_t GetApiCompatibleVersion();
H A Drs_render_thread_util.cpp103 uint32_t RSRenderThreadUtil::GetApiCompatibleVersion() in GetApiCompatibleVersion() function in OHOS::Rosen::RSRenderThreadUtil
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp120 property->SetApiCompatibleVersion(info->GetApiCompatibleVersion()); in InitializeWindowProperty()
122 if (property->GetApiCompatibleVersion() < 9 || info->isSystemCalling_) { // 9: api version. in InitializeWindowProperty()
136 if (info->GetApiCompatibleVersion() < 10) { in ChangePropertyByApiVersion()
H A Dwindow_controller.cpp270 node->GetWindowProperty()->GetApiCompatibleVersion()); in CreateWindow()
272 …node->GetWindowProperty()->GetApiCompatibleVersion() >= 9 && !property->isSystemCalling_) { // 9: … in CreateWindow()
276 property->SetApiCompatibleVersion(node->GetWindowProperty()->GetApiCompatibleVersion()); in CreateWindow()
1037 if (property->GetApiCompatibleVersion() >= 9 && !isSystemCalling && // 9: api version. in SetWindowFlags()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp73 uint32_t SysCapUtil::GetApiCompatibleVersion() in GetApiCompatibleVersion() function in OHOS::Rosen::SysCapUtil
H A Dwindow_transition_info.cpp191 uint32_t WindowTransitionInfo::GetApiCompatibleVersion() const in GetApiCompatibleVersion() function in OHOS::Rosen::WindowTransitionInfo
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp503 HWTEST_F(WindowTransitionInfoTest, GetApiCompatibleVersion, Function | SmallTest | Level2)
512 auto ret = winTransitionInfo->GetApiCompatibleVersion();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h521 uint32_t GetApiCompatibleVersion() const in GetApiCompatibleVersion() function
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp59 reply.WriteUint32(windowProperty->GetApiCompatibleVersion()); in OnRemoteRequest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp725 uint32_t apiCompatibleVersion = RSRenderThreadUtil::GetApiCompatibleVersion(); in SetForceHardwareAndFixRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1259 uint32_t GetApiCompatibleVersion() in GetApiCompatibleVersion() function
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1513 apiVersion = static_cast<int32_t>(SysCapUtil::GetApiCompatibleVersion()); in GetApiVersion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1298 uint32_t apiCompatibleVersion = nodeParams->GetApiCompatibleVersion(); in GetScreenRotationOffset()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp611 SetTargetAPIVersion(SysCapUtil::GetApiCompatibleVersion()); in Create()