/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 60 auto sessionProperty = GetSessionProperty(); in GetKeyboardGravity() local 61 if (sessionProperty) { in GetKeyboardGravity() 62 sessionProperty->GetSessionGravity(gravity, percent); in GetKeyboardGravity() 120 auto sessionProperty = session->GetSessionProperty(); in Hide() 121 if (sessionProperty) { in Hide() 122 sessionProperty->SetCallingSessionId(INVALID_WINDOW_ID); in Hide() 145 auto sessionProperty = session->GetSessionProperty(); in Disconnect() 146 if (sessionProperty) { in Disconnect() 147 sessionProperty->SetCallingSessionId(INVALID_WINDOW_ID); in Disconnect() 231 auto sessionProperty in SetKeyboardSessionGravity() local 280 auto sessionProperty = GetSessionProperty(); GetCallingSessionId() local 351 auto sessionProperty = GetSessionProperty(); NotifyOccupiedAreaChangeInfo() local 497 auto sessionProperty = GetSessionProperty(); UpdateCallingSessionIdAndPosition() local 522 auto sessionProperty = GetSessionProperty(); RelayoutKeyBoard() local 625 auto sessionProperty = GetSessionProperty(); GetSessionScreenName() local 636 MoveAndResizeKeyboard(const KeyboardLayoutParams& params, const sptr<WindowSessionProperty>& sessionProperty, bool isShow) MoveAndResizeKeyboard() argument [all...] |
H A D | sub_session.cpp | 63 auto sessionProperty = session->GetSessionProperty(); in Show() 65 sessionProperty) { in Show() 66 sessionProperty->SetAnimationFlag(static_cast<uint32_t>(WindowAnimation::CUSTOM)); in Show() 94 auto sessionProperty = session->GetSessionProperty(); in Hide() 95 if (sessionProperty && in Hide() 96 sessionProperty->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in Hide() 120 auto sessionProperty = GetSessionProperty(); in ProcessPointDownSession() local 121 if (sessionProperty && sessionProperty->GetRaiseEnabled()) { in ProcessPointDownSession() 188 auto sessionProperty in IsTopmost() local [all...] |
H A D | scene_session.cpp | 213 auto sessionProperty = GetSessionProperty(); in Foreground() local 216 (sessionProperty != nullptr && defaultScreenId == sessionProperty->GetDisplayId()) && in Foreground() 242 auto sessionProperty = session->GetSessionProperty(); in ForegroundTask() 243 if (property && sessionProperty) { in ForegroundTask() 244 sessionProperty->SetWindowMode(property->GetWindowMode()); in ForegroundTask() 245 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in ForegroundTask() 255 if (leashWinSurfaceNode && sessionProperty) { in ForegroundTask() 256 bool lastPrivacyMode = sessionProperty->GetPrivacyMode() || sessionProperty in ForegroundTask() 689 auto sessionProperty = session->GetSessionProperty(); CheckAspectRatioValid() local 879 GetScreenWidthAndHeightFromServer(const sptr<WindowSessionProperty>& sessionProperty, uint32_t& screenWidth, uint32_t& screenHeight) GetScreenWidthAndHeightFromServer() argument 909 GetScreenWidthAndHeightFromClient(const sptr<WindowSessionProperty>& sessionProperty, uint32_t& screenWidth, uint32_t& screenHeight) GetScreenWidthAndHeightFromClient() argument 954 auto sessionProperty = GetSessionProperty(); UpdateInputMethodSessionRect() local 1422 auto sessionProperty = GetSessionProperty(); GetSystemAvoidArea() local 1484 auto sessionProperty = GetSessionProperty(); GetKeyboardAvoidArea() local 1563 auto sessionProperty = GetSessionProperty(); GetAINavigationBarArea() local 2262 auto sessionProperty = GetSessionProperty(); HandleCompatibleModeMoveDrag() local 2278 auto sessionProperty = GetSessionProperty(); HandleCompatibleModeDrag() local 2469 auto sessionProperty = GetSessionProperty(); UpdateWinRectForSystemBar() local 2750 auto sessionProperty = GetSessionProperty(); NotifyPrivacyModeChange() local 3427 IsNeedSystemPermissionByAction(WSPropertyChangeAction action, const sptr<WindowSessionProperty>& property, const sptr<WindowSessionProperty>& sessionProperty) IsNeedSystemPermissionByAction() argument 3463 auto sessionProperty = GetSessionProperty(); UpdateSessionPropertyByAction() local 3721 auto sessionProperty = GetSessionProperty(); HandleActionUpdateMaximizeState() local 3775 auto sessionProperty = GetSessionProperty(); HandleActionUpdateMode() local 3786 auto sessionProperty = GetSessionProperty(); HandleActionUpdateAnimationFlag() local 3796 auto sessionProperty = GetSessionProperty(); HandleActionUpdateTouchHotArea() local 3812 auto sessionProperty = GetSessionProperty(); HandleActionUpdateDecorEnable() local 3822 auto sessionProperty = GetSessionProperty(); HandleActionUpdateWindowLimits() local 3841 auto sessionProperty = GetSessionProperty(); HandleActionUpdateDragenabled() local 3856 auto sessionProperty = GetSessionProperty(); HandleActionUpdateRaiseenabled() local 3881 auto sessionProperty = GetSessionProperty(); HandleActionUpdateTextfieldAvoidInfo() local 3892 auto sessionProperty = GetSessionProperty(); HandleActionUpdateWindowMask() local 3932 auto sessionProperty = GetSessionProperty(); SetWindowFlags() local 4735 auto sessionProperty = GetSessionProperty(); HandleActionUpdateModeSupportInfo() local 5087 auto sessionProperty = GetSessionProperty(); SetDefaultDisplayIdIfNeed() local [all...] |
H A D | system_session.cpp | 142 auto sessionProperty = session->GetSessionProperty(); in Hide() 143 if (sessionProperty && in Hide() 144 sessionProperty->GetAnimationFlag() == static_cast<uint32_t>(WindowAnimation::CUSTOM)) { in Hide() 189 auto sessionProperty = GetSessionProperty(); in ProcessPointDownSession() local 190 if (sessionProperty && sessionProperty->GetRaiseEnabled()) { in ProcessPointDownSession()
|
H A D | session.cpp | 1031 auto sessionProperty = GetSessionProperty(); in InitSessionPropertyWhenConnect() local 1032 if (sessionProperty && sessionProperty->GetIsNeedUpdateWindowMode() && property) { in InitSessionPropertyWhenConnect() 1034 property->SetWindowMode(sessionProperty->GetWindowMode()); in InitSessionPropertyWhenConnect() 1048 if (sessionProperty && property) { in InitSessionPropertyWhenConnect() 1049 property->SetRequestedOrientation(sessionProperty->GetRequestedOrientation()); in InitSessionPropertyWhenConnect() 1050 property->SetDefaultRequestedOrientation(sessionProperty->GetDefaultRequestedOrientation()); in InitSessionPropertyWhenConnect() 1053 static_cast<uint32_t>(sessionProperty->GetRequestedOrientation()), in InitSessionPropertyWhenConnect() 1054 static_cast<uint32_t>(sessionProperty->GetDefaultRequestedOrientation())); in InitSessionPropertyWhenConnect() 1055 property->SetCompatibleModeInPc(sessionProperty in InitSessionPropertyWhenConnect() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/ |
H A D | channel_request.h | 35 const CastInnerRemoteDevice &remoteDeviceInfo, const CastSessionProperty &sessionProperty) in ChannelRequest() 40 sessionProperty(sessionProperty) in ChannelRequest() 60 CastSessionProperty sessionProperty; member
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/ |
H A D | channel_request.h | 35 const CastInnerRemoteDevice &remoteDeviceInfo, const CastSessionProperty &sessionProperty) in ChannelRequest() 40 sessionProperty(sessionProperty) in ChannelRequest() 60 CastSessionProperty sessionProperty; member
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/ |
H A D | channel_manager.cpp | 90 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() 121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/ |
H A D | channel_manager.cpp | 90 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() 121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_dirty_manager.cpp | 155 auto sessionProperty = sceneSession->GetSessionProperty();
in CalNotRotateTransform() local 156 if (sessionProperty == nullptr) {
in CalNotRotateTransform() 157 WLOGFE("sessionProperty is nullptr");
in CalNotRotateTransform() 160 auto displayId = sessionProperty->GetDisplayId();
in CalNotRotateTransform() 222 auto sessionProperty = sceneSession->GetSessionProperty();
in UpdateDefaultHotAreas() local 223 if (sessionProperty != nullptr) {
in UpdateDefaultHotAreas() 224 auto displayId = sessionProperty->GetDisplayId();
in UpdateDefaultHotAreas() 554 auto sessionProperty = sceneSession->GetSessionProperty();
in UpdatePointerAreas() local 555 if (!sessionProperty) {
in UpdatePointerAreas() 556 TLOGE(WmsLogTag::WMS_EVENT, "sessionProperty i in UpdatePointerAreas() [all...] |
H A D | scene_session_manager.cpp | 1452 auto sessionProperty = keyboardSession->GetSessionProperty(); in CreateKeyboardPanelSession() local 1453 if (sessionProperty == nullptr) { in CreateKeyboardPanelSession() 1454 TLOGE(WmsLogTag::WMS_KEYBOARD, "sessionProperty is null"); in CreateKeyboardPanelSession() 1457 DisplayId displayId = sessionProperty->GetDisplayId(); in CreateKeyboardPanelSession() 1635 auto sessionProperty = sceneSession->GetSessionProperty(); in InitSceneSession() local 1636 if (sessionProperty) { in InitSceneSession() 1637 sessionProperty->SetDisplayId(curDisplayId); in InitSceneSession() 1770 auto sessionProperty = scnSession->GetSessionProperty(); in SetAbilitySessionInfo() local 1771 if (sessionProperty) { in SetAbilitySessionInfo() 1773 static_cast<int>(sessionProperty in SetAbilitySessionInfo() 1948 auto sessionProperty = scnSession->GetSessionProperty(); RequestSceneSessionActivationInner() local 3150 auto sessionProperty = sceneSession->GetSessionProperty(); DestroyUIServiceExtensionSubWindow() local 4246 auto sessionProperty = session->GetSessionProperty(); DumpSessionInfo() local 4399 auto sessionProperty = session->GetSessionProperty(); GetSpecifiedSessionDumpInfo() local 5515 auto sessionProperty = sceneSession->GetSessionProperty(); UpdatePrivateStateAndNotify() local 5563 auto sessionProperty = sceneSession->GetSessionProperty(); GetSceneSessionPrivacyModeBundles() local 5810 auto sessionProperty = sceneSession->GetSessionProperty(); IsInSecondaryScreen() local 6064 auto sessionProperty = sceneSession->GetSessionProperty(); SetWindowFlags() local 6095 auto sessionProperty = session->GetSessionProperty(); CheckAndNotifyWaterMarkChangedResult() local 9046 auto sessionProperty = scnSession->GetSessionProperty(); UpdateSessionDisplayId() local 10280 auto sessionProperty = sceneSession->GetSessionProperty(); FilterSceneSessionCovered() local 10418 auto sessionProperty = scnSession->GetSessionProperty(); GetCallingWindowWindowStatus() local 10457 auto sessionProperty = scnSession->GetSessionProperty(); GetCallingWindowRect() local [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | keyboard_session.h | 78 void MoveAndResizeKeyboard(const KeyboardLayoutParams& params, const sptr<WindowSessionProperty>& sessionProperty,
|
H A D | scene_session.h | 176 bool GetScreenWidthAndHeightFromServer(const sptr<WindowSessionProperty>& sessionProperty, 178 bool GetScreenWidthAndHeightFromClient(const sptr<WindowSessionProperty>& sessionProperty, 717 // Set true if either sessionProperty privacyMode or combinedExtWindowFlags_ privacyModeFlag is true.
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 709 sptr<WindowSessionProperty> sessionProperty = new (std::nothrow) WindowSessionProperty(); in HWTEST_F() local 710 ASSERT_NE(nullptr, sessionProperty); in HWTEST_F() 712 sceneSession->property_ = sessionProperty; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 281 sptr<WindowSessionProperty> sessionProperty = session->GetSessionProperty(); in Create() local 282 if (sessionProperty != nullptr) { in Create() 284 CreateJsValue(env, static_cast<int32_t>(sessionProperty->GetDisplayId()))); in Create() 288 TLOGE(WmsLogTag::WMS_LIFE, "sessionProperty is nullptr!"); in Create()
|