Home
last modified time | relevance | path

Searched refs:GetTargetAPIVersion (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_app_info.h36 uint32_t GetTargetAPIVersion() const;
H A Dfa_app_info.cpp52 uint32_t FaAppInfo::GetTargetAPIVersion() const in GetTargetAPIVersion() function in OHOS::Ace::FaAppInfo
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.h45 uint32_t GetTargetAPIVersion() const;
H A Dstage_app_info.cpp96 uint32_t StageAppInfo::GetTargetAPIVersion() const in GetTargetAPIVersion() function in OHOS::Ace::StageAppInfo
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp428 auto targetVersion = appInfo->GetTargetAPIVersion(); in InitializeAppInfo()
448 auto targetVersion = appInfo->GetTargetAPIVersion(); in InitializeAppInfo()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp363 SetTargetAPIVersion(parentSession->GetTargetAPIVersion()); in CreateAndConnectSpecificSession()
612 TLOGD(WmsLogTag::WMS_PC, "targeAPItVersion: %{public}d", GetTargetAPIVersion()); in Create()
909 bool isWindowModeSupportFullscreen = GetTargetAPIVersion() < 15 ? // 15: isolated version in GetConfigurationFromAbilityInfo()
2257 … if (GetTargetAPIVersion() >= 15 && state_ == WindowState::STATE_HIDDEN) { // 15: isolated version in Maximize()
2290 … if (GetTargetAPIVersion() >= 15 && state_ == WindowState::STATE_HIDDEN) { // 15: isolated version in Maximize()
H A Dwindow_session_impl.cpp4044 if (IsPcOrPadFreeMultiWindowMode() && GetTargetAPIVersion() >= 14) { // 14: isolated version in GetWindowStatusInner()
4352 uint32_t WindowSessionImpl::GetTargetAPIVersion() const in GetTargetAPIVersion() function in OHOS::Rosen::WindowSessionImpl
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h122 uint32_t GetTargetAPIVersion() const;