Home
last modified time | relevance | path

Searched refs:GetPersistentId (Results 1 - 25 of 65) sorted by relevance

123

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp34 scenePersistence_ = sptr<ScenePersistence>::MakeSptr(info.bundleName_, GetPersistentId()); in MainSession()
35 if (info.persistentId_ != 0 && info.persistentId_ != GetPersistentId()) { in MainSession()
39 moveDragController_ = sptr<MoveDragController>::MakeSptr(GetPersistentId()); in MainSession()
59 WLOGD("~MainSession, id: %{public}d", GetPersistentId()); in ~MainSession()
93 const auto& id = GetPersistentId(); in ProcessPointDownSession()
108 GetPersistentId(), GetSessionState()); in NotifyForegroundInteractiveStatus()
152 "state: %{public}d, action:%{public}d]", GetPersistentId(), GetSessionState(), action); in CheckPointerEventDispatch()
160 TLOGI(WmsLogTag::WMS_HIERARCHY, "SetTopmost id: %{public}d, topmost: %{public}d", GetPersistentId(), topmost); in SetTopmost()
170 session->GetPersistentId(), topmost); in SetTopmost()
193 GetPersistentId(), isTopmos in SetMainWindowTopmost()
[all...]
H A Dsession.cpp139 int32_t Session::GetPersistentId() const in GetPersistentId() function in OHOS::Rosen::Session
517 WLOGFI("SetFocusable id: %{public}d, focusable: %{public}d", GetPersistentId(), isFocusable); in SetFocusable()
533 TLOGI(WmsLogTag::WMS_FOCUS, "id: %{public}d, systemFocusable: %{public}d", GetPersistentId(), systemFocusable); in SetSystemFocusable()
550 session->GetPersistentId(), isFocusableOnShow); in SetFocusableOnShow()
605 TLOGI(WmsLogTag::WMS_FOCUS, "SetFocusedOnShow:%{public}d, id: %{public}d", focusedOnShow, GetPersistentId()); in SetFocusedOnShow()
611 TLOGD(WmsLogTag::WMS_FOCUS, "IsFocusedOnShow:%{public}d, id: %{public}d", focusedOnShow_, GetPersistentId()); in IsFocusedOnShow()
620 GetPersistentId(), GetSessionState()); in SetTouchable()
624 TLOGI(WmsLogTag::WMS_EVENT, "id:%{public}d touchable:%{public}d", GetPersistentId(), in SetTouchable()
644 TLOGI(WmsLogTag::WMS_EVENT, "id:%{public}d forceTouchable:%{public}d", GetPersistentId(), in SetForceTouchable()
653 TLOGI(WmsLogTag::WMS_EVENT, "id:%{public}d systemTouchable_:%{public}d", GetPersistentId(), in SetSystemTouchable()
[all...]
H A Dsystem_session.cpp37 moveDragController_ = sptr<MoveDragController>::MakeSptr(GetPersistentId(), true); in SystemSession()
47 TLOGD(WmsLogTag::WMS_LIFE, "~SystemSession, id: %{public}d", GetPersistentId()); in ~SystemSession()
59 TLOGI(WmsLogTag::WMS_SYSTEM, "CameraFloat status: %{public}d, id: %{public}d", isShowing, GetPersistentId()); in UpdateCameraWindowStatus()
68 TLOGI(WmsLogTag::WMS_SYSTEM, "PiPWindow status: %{public}d, id: %{public}d", isShowing, GetPersistentId()); in UpdateCameraWindowStatus()
100 TLOGI(WmsLogTag::WMS_LIFE, "Show session, id: %{public}d", session->GetPersistentId()); in Show()
125 GetPersistentId(), type); in Hide()
135 TLOGI(WmsLogTag::WMS_LIFE, "Hide session, id: %{public}d", session->GetPersistentId()); in Hide()
165 TLOGI(WmsLogTag::WMS_LIFE, "Disconnect session, id: %{public}d", session->GetPersistentId()); in Disconnect()
177 const auto& id = GetPersistentId(); in ProcessPointDownSession()
202 return parentSession != nullptr ? parentSession->GetPersistentId() in GetMissionId()
[all...]
H A Dscb_system_session.cpp46 WLOGD("~SCBSystemSession, id: %{public}d", GetPersistentId()); in ~SCBSystemSession()
51 const auto& id = GetPersistentId(); in ProcessPointDownSession()
73 session->specificCallback_->onUpdateAvoidArea_(session->GetPersistentId()); in NotifyClientToUpdateRect()
110 TLOGI(WmsLogTag::WMS_KEYBOARD, "Success, id: %{public}d", keyboardSession_->GetPersistentId()); in BindKeyboardSession()
120 WLOGFI("PresentFocusIfPointDown, id: %{public}d, type: %{public}d", GetPersistentId(), GetWindowType()); in PresentFocusIfPointDown()
141 WLOGFD("OnClick down, id: %{public}d", GetPersistentId()); in PresentFoucusIfNeed()
178 GetPersistentId(), static_cast<int32_t>(mode), sessionInfo_.bundleName_.c_str(), GetSessionState()); in UpdateWindowMode()
185 GetPersistentId(), blocking); in SetSystemSceneBlockingFocus()
H A Dsub_session.cpp35 moveDragController_ = sptr<MoveDragController>::MakeSptr(GetPersistentId()); in SubSession()
46 TLOGD(WmsLogTag::WMS_LIFE, "~SubSession, id: %{public}d", GetPersistentId()); in ~SubSession()
60 TLOGI(WmsLogTag::WMS_LIFE, "Show session, id: %{public}d", session->GetPersistentId()); in Show()
87 TLOGI(WmsLogTag::WMS_LIFE, "Hide session, id: %{public}d", session->GetPersistentId()); in Hide()
109 const auto& id = GetPersistentId(); in ProcessPointDownSession()
131 return parentSession != nullptr ? parentSession->GetPersistentId() : SceneSession::GetMissionId(); in GetMissionId()
171 "state: %{public}d, action:%{public}d]", GetPersistentId(), GetSessionState(), action); in CheckPointerEventDispatch()
H A Dscene_session.cpp92 TLOGI(WmsLogTag::WMS_LIFE, "Create session, id: %{public}d", GetPersistentId()); in SceneSession()
97 TLOGI(WmsLogTag::WMS_LIFE, "~SceneSession, id: %{public}d", GetPersistentId()); in ~SceneSession()
172 TLOGI(WmsLogTag::WMS_RECOVER, "persistentId: %{public}d, windowState: %{public}d ", GetPersistentId(), windowState); in ReconnectInner()
177 GetPersistentId()); in ReconnectInner()
194 GetPersistentId(), windowState); in ReconnectInner()
220 GetPersistentId()); in Foreground()
247 int32_t persistentId = session->GetPersistentId(); in ForegroundTask()
305 TLOGD(WmsLogTag::WMS_MULTI_WINDOW, "id: %{public}d", session->GetPersistentId()); in NotifyFrameLayoutFinishFromApp()
337 session->specificCallback_->onUpdateAvoidArea_(session->GetPersistentId()); in BackgroundTask()
340 session->GetPersistentId(), WindowUpdateTyp in BackgroundTask()
[all...]
H A Dkeyboard_session.cpp48 TLOGI(WmsLogTag::WMS_KEYBOARD, "Success, panelId: %{public}d", panelSession->GetPersistentId()); in BindKeyboardPanelSession()
85 session->GetPersistentId(), session->GetCallingSessionId()); in Show()
107 session->GetPersistentId()); in Hide()
140 session->GetPersistentId(), isFromClient); in Disconnect()
189 specificCallback_->onUpdateAvoidArea_(GetPersistentId()); in UpdateKeyboardAvoidArea()
204 TLOGI(WmsLogTag::WMS_KEYBOARD, "id: %{public}d", GetPersistentId()); in OnCallingSessionUpdated()
307 "PortraitPanelRect: %{public}s, requestRect: %{public}s", session->GetPersistentId(), in AdjustKeyboardLayout()
551 TLOGI(WmsLogTag::WMS_KEYBOARD, "Id: %{public}d, rect: %{public}s, gravity: %{public}d", GetPersistentId(), in RelayoutKeyBoard()
666 ", isLandscape: %{public}d, screenWidth: %{public}d, screenHeight: %{public}d", GetPersistentId(), gravity, in MoveAndResizeKeyboard()
/foundation/window/window_manager/window_scene/test/unittest/
H A Danomaly_detection_test.cpp87 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in SessionVisibleTest()
100 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in ZeroOrderTest()
117 ssm_->sceneSessionMap_.insert({sceneSession1->GetPersistentId(), sceneSession1}); in EQOrderTest()
127 ssm_->sceneSessionMap_.insert({sceneSession2->GetPersistentId(), sceneSession2}); in EQOrderTest()
146 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in WindowTypeTest()
156 ssm_->sceneSessionMap_.insert({callingSession->GetPersistentId(), callingSession}); in WindowTypeTest()
162 ssm_->sceneSessionMap_.insert({callingSession->GetPersistentId(), nullptr}); in WindowTypeTest()
180 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in SubWindowTest()
193 ssm_->sceneSessionMap_.insert({mainSession->GetPersistentId(), mainSession}); in SubWindowTest()
224 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSessio in KeyGUARDTest()
[all...]
H A Dscene_session_manager_test.cpp149 ssm_->sceneSessionMap_.insert({sceneSessionFirst->GetPersistentId(), sceneSessionFirst}); in HWTEST_F()
156 ssm_->sceneSessionMap_.insert({sceneSessionSecond->GetPersistentId(), sceneSessionSecond}); in HWTEST_F()
774 ssm_->sceneSessionMap_.insert(std::make_pair(sceneSession->GetPersistentId(), sceneSession)); in HWTEST_F()
780 ssm_->nonSystemFloatSceneSessionMap_.insert(std::make_pair(floatSession->GetPersistentId(), floatSession)); in HWTEST_F()
819 subSession->GetSessionProperty()->SetParentPersistentId(sceneSession->GetPersistentId()); in HWTEST_F()
820 ssm_->sceneSessionMap_.insert(std::make_pair(subSession->GetPersistentId(), subSession)); in HWTEST_F()
852 subSession->GetSessionProperty()->SetParentPersistentId(sceneSession->GetPersistentId()); in HWTEST_F()
853 ssm_->sceneSessionMap_.insert(std::make_pair(subSession->GetPersistentId(), subSession)); in HWTEST_F()
860 ssm_->nonSystemFloatSceneSessionMap_.insert(std::make_pair(floatSession->GetPersistentId(), floatSession)); in HWTEST_F()
986 ssm_->sceneSessionMap_.insert(std::make_pair(sceneSession->GetPersistentId(), sceneSessio in HWTEST_F()
[all...]
H A Dextension_session_manager_test.cpp94 instance->extensionSessionMap_[extensionSession->GetPersistentId()] = extensionSession; in HWTEST_F()
128 instance->extensionSessionMap_[extensionSession->GetPersistentId()] = extensionSession; in HWTEST_F()
132 instance->extensionSessionMap_[extensionSession->GetPersistentId()] = extensionSession; in HWTEST_F()
176 instance->extensionSessionMap_[extensionSession->GetPersistentId()] = extensionSession; in HWTEST_F()
180 instance->extensionSessionMap_[extensionSession->GetPersistentId()] = extensionSession; in HWTEST_F()
198 instance->extensionSessionMap_[extensionSession->GetPersistentId()] = extensionSession; in HWTEST_F()
227 int32_t persistentId = extSession->GetPersistentId(); in HWTEST_F()
H A Dscene_session_manager_test10.cpp101 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in InitTestSceneSession()
102 EXPECT_EQ(windowId, sceneSession->GetPersistentId()); in InitTestSceneSession()
241 ssm_->lastFocusedAppSessionId_ = nextSession->GetPersistentId(); in HWTEST_F()
582 ASSERT_FALSE(ssm_->NotifyVisibleChange(sceneSession->GetPersistentId())); in HWTEST_F()
583 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in HWTEST_F()
584 ASSERT_TRUE(ssm_->NotifyVisibleChange(sceneSession->GetPersistentId())); in HWTEST_F()
586 ssm_->sceneSessionMap_.erase(sceneSession->GetPersistentId()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_converter.cpp34 missionInfo.id = (*iter)->GetPersistentId(); in ConvertToMissionInfos()
43 WLOGFE("abilityInfo in SceneSession is nullptr, id: %{public}d", (*iter)->GetPersistentId()); in ConvertToMissionInfos()
48 WLOGFE("want in SceneSession is nullptr, id: %{public}d", (*iter)->GetPersistentId()); in ConvertToMissionInfos()
64 missionInfo.id = sceneSession->GetPersistentId(); in ConvertToMissionInfo()
73 WLOGFE("abilityInfo in SceneSession is nullptr, id: %{public}d", sceneSession->GetPersistentId()); in ConvertToMissionInfo()
78 WLOGFE("want in SceneSession is nullptr, id: %{public}d", sceneSession->GetPersistentId()); in ConvertToMissionInfo()
H A Dextension_session_manager.cpp52 abilitySessionInfo->persistentId = extSession->GetPersistentId(); in SetAbilitySessionInfo()
92 auto persistentId = extensionSession->GetPersistentId(); in RequestExtensionSession()
116 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionActivation()
151 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionBackground()
186 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionDestruction()
220 auto persistentId = extSession->GetPersistentId(); in RequestExtensionSessionDestructionDone()
H A Dscene_session_manager.cpp624 DistributedClient::GetInstance().SetMissionContinueState(sceneSession->GetPersistentId(), in SetSessionContinueState()
627 sceneSession->GetPersistentId(), continueState); in SetSessionContinueState()
1322 sceneSession->GetPersistentId(), parentPersistentId); in UpdateParentSessionForDialog()
1465 TLOGI(WmsLogTag::WMS_KEYBOARD, "keyboardPanel is created, panelId:%{public}d", panelSession->GetPersistentId()); in CreateKeyboardPanelSession()
1492 panelSession->GetPersistentId(), keyboardSession->GetPersistentId()); in CreateKeyboardPanelSession()
1505 TLOGI(WmsLogTag::WMS_MAIN, "Create MainSession, id: %{public}d", sceneSession->GetPersistentId()); in CreateSceneSession()
1521 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in CreateSceneSession()
1595 where, reusedSceneSession->GetPersistentId(), in RequestSceneSession()
1607 sceneSessionMap_.insert({ sceneSession->GetPersistentId(), sceneSessio in RequestSceneSession()
[all...]
H A Dscene_session_dirty_manager.cpp297 if (auto iter = dialogMap.find(mainSession->GetPersistentId()); in AddDialogSessionMapItem()
316 dialogMap[mainSession->GetPersistentId()] = session; in AddDialogSessionMapItem()
318 session->GetPersistentId(), mainSession->GetPersistentId()); in AddDialogSessionMapItem()
350 sessionCallingPid, session->GetPersistentId()); in AddCallingPidMapItem()
357 sessionCallingPid, session->GetPersistentId()); in AddCallingPidMapItem()
373 dialogMap[session->GetPersistentId()] = iter->second; in UpdateDialogSessionMap()
376 session->GetPersistentId(), iter->second->GetPersistentId()); in UpdateDialogSessionMap()
521 dialogMap.find(sceneSessionValue->GetPersistentId())
[all...]
H A Danomaly_detection.cpp99 oss << " cur persistentId: " << session->GetPersistentId() << ","; in ReportZOrderException()
112 oss << " cur persistentId: " << session->GetPersistentId() << ","; in ReportFocusException()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp218 TLOGI(WmsLogTag::WMS_LIFE, "Called %{public}d.", GetPersistentId()); in MakeSubOrDialogWindowDragableAndMoveble()
269 WLOGFD("[WMSCom] id: %{public}d", GetPersistentId()); in ~WindowSessionImpl()
275 return static_cast<uint32_t>(GetPersistentId()) & 0xffffffff; // 0xffffffff: to get low 32 bits in GetWindowId()
292 bool res = ((GetHostSession() == nullptr) || (GetPersistentId() == INVALID_SESSION_ID) || in IsWindowSessionInvalid()
296 GetPersistentId(), state_); in IsWindowSessionInvalid()
304 GetPersistentId(), isMainHandlerAvailable_); in IsMainHandlerAvailable()
308 int32_t WindowSessionImpl::GetPersistentId() const in GetPersistentId() function in OHOS::OHOS::Rosen::WindowSessionImpl
310 return property_->GetPersistentId(); in GetPersistentId()
439 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType(), ret); in Connect()
486 TLOGD(WmsLogTag::WMS_SUB, "Notify subWindow background, id:%{public}d", subwindow->GetPersistentId()); in UpdateSubWindowStateAndNotify()
[all...]
H A Dwindow_extension_session_impl.cpp70 WLOGFI("[WMSCom] %{public}d, %{public}s", GetPersistentId(), GetWindowName().c_str()); in ~WindowExtensionSessionImpl()
96 property_->GetWindowName().c_str(), GetPersistentId(), ret); in Create()
114 property_->GetWindowName().c_str(), GetPersistentId()); in Create()
165 "needClearListener:%{public}d", GetPersistentId(), state_, needNotifyServer, needClearListener); in Destroy()
169 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()
177 TLOGI(WmsLogTag::WMS_LIFE, "Disconnect with host session, id: %{public}d.", GetPersistentId()); in Destroy()
182 ClearListenersById(GetPersistentId()); in Destroy()
191 TLOGI(WmsLogTag::WMS_LIFE, "Reset state, id: %{public}d.", GetPersistentId()); in Destroy()
199 TLOGI(WmsLogTag::WMS_LIFE, "Erase in set, id: %{public}d.", GetPersistentId()); in Destroy()
206 TLOGI(WmsLogTag::WMS_LIFE, "Destroyed success, id: %{public}d.", GetPersistentId()); in Destroy()
[all...]
H A Dwindow_scene_session_impl.cpp132 WLOGFI("[WMSCom] Destructor %{public}d, %{public}s", GetPersistentId(), GetWindowName().c_str()); in ~WindowSceneSessionImpl()
154 window->GetProperty()->GetPersistentId()); in FindParentSessionByParentId()
281 subWindowSessionMap_[extensionWindow->GetPersistentId()].push_back(this); in AddSubWindowMapForExtensionWindow()
350 property_->SetParentPersistentId(parentSession->GetPersistentId()); in CreateAndConnectSpecificSession()
357 subWindowSessionMap_[parentSession->GetPersistentId()].push_back(this); in CreateAndConnectSpecificSession()
402 "touchable:%{public}d", property_->GetWindowName().c_str(), property_->GetPersistentId(), in CreateAndConnectSpecificSession()
457 property_->SetParentPersistentId(mainWindow->GetPersistentId()); in CreateSystemWindow()
459 TLOGI(WmsLogTag::WMS_DIALOG, "The parentId: %{public}d", mainWindow->GetPersistentId()); in CreateSystemWindow()
474 property_->SetParentPersistentId(parentSession->GetPersistentId()); in CreateSystemWindow()
482 auto persistentId = property_->GetPersistentId(); in RecoverAndConnectSpecificSession()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp54 ACE_SCOPED_TRACE("BufferAvailableCallback[id:%d]", session->GetPersistentId()); in WindowScene()
57 Rosen::SceneSessionManager::GetInstance().NotifyCompleteFirstFrameDrawing(session->GetPersistentId()); in WindowScene()
88 config.SurfaceNodeName = "WindowScene_" + name + std::to_string(session_->GetPersistentId()); in CreateLeashWindowNode()
91 surfaceNode->SetLeashPersistentId(static_cast<int64_t>(session_->GetPersistentId())); in CreateLeashWindowNode()
102 session_->GetPersistentId(), host->GetId(), session_->GetWindowType(), windowName.c_str()); in OnAttachToFrameNode()
117 session_->GetPersistentId(), host->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnAttachToFrameNode()
141 session_->GetPersistentId(), frameNode->GetId(), session_->GetWindowType(), windowName.c_str()); in OnDetachFromFrameNode()
144 session_->GetPersistentId(), frameNode->GetId(), session_->GetWindowType(), windowName.c_str()); in OnDetachFromFrameNode()
265 self->session_->GetPersistentId(), isWindowSizeEqual); in BufferAvailableCallback()
297 self->session_->GetPersistentId(), hos in BufferAvailableCallback()
[all...]
H A Dsystem_window_scene.cpp74 session_->GetSessionInfo().bundleName_.c_str(), session_->GetPersistentId(), visible ? "visible" : "invisible"); in OnVisibleChange()
91 session_->GetPersistentId(), host->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnAttachToFrameNode()
94 session_->GetPersistentId(), host->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnAttachToFrameNode()
138 session_->GetPersistentId(), frameNode->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnDetachFromFrameNode()
141 session_->GetPersistentId(), frameNode->GetId(), session_->GetWindowType(), session_->GetWindowName().c_str()); in OnDetachFromFrameNode()
288 pipeline->RestoreDefault(self->GetSession()->GetPersistentId()); in RegisterFocusCallback()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp592 window->occupiedAreaChangeListeners_.insert({window->GetPersistentId(), listeners}); in HWTEST_F()
604 {"test1", std::pair<int32_t, sptr<WindowSessionImpl>>(window->GetPersistentId(), nullptr)} in HWTEST_F()
610 {"test1", std::pair<int32_t, sptr<WindowSessionImpl>>(window->GetPersistentId(), window)} in HWTEST_F()
638 window->occupiedAreaChangeListeners_.insert({window->GetPersistentId(), listeners}); in HWTEST_F()
676 window->windowStatusChangeListeners_.insert({window->GetPersistentId(), listeners}); in HWTEST_F()
767 ASSERT_TRUE(window->windowNoInteractionListeners_[window->GetPersistentId()].empty()); in HWTEST_F()
773 ASSERT_EQ(window->GetPersistentId(), 1); in HWTEST_F()
774 ASSERT_FALSE(window->windowNoInteractionListeners_[window->GetPersistentId()].empty()); in HWTEST_F()
881 window->windowChangeListeners_.insert({window->GetPersistentId(), listeners}); in HWTEST_F()
924 window->windowChangeListeners_.insert({window->GetPersistentId(), listener in HWTEST_F()
[all...]
H A Dwindow_scene_session_impl_test4.cpp122 int32_t persistentId = windowSceneSessionImpl->property_->GetPersistentId(); in HWTEST_F()
1565 toastWindow->windowSessionMap_["toastWindow"] = SessionPair(toastWindow->GetPersistentId(), toastWindow); in HWTEST_F()
1572 toastWindow->windowSessionMap_["mainWindow"] = SessionPair(mainWindow->GetPersistentId(), mainWindow); in HWTEST_F()
1573 toastWindow->property_->SetParentPersistentId(mainWindow->GetPersistentId()); in HWTEST_F()
1574 res = toastWindow->GetParentMainWindowId(toastWindow->GetPersistentId()); in HWTEST_F()
1575 ASSERT_EQ(res, mainWindow->GetPersistentId()); in HWTEST_F()
1580 subWindow->property_->SetParentPersistentId(mainWindow->GetPersistentId()); in HWTEST_F()
1581 toastWindow->property_->SetParentPersistentId(subWindow->GetPersistentId()); in HWTEST_F()
1582 toastWindow->windowSessionMap_["subWindow"] = SessionPair(subWindow->GetPersistentId(), subWindow); in HWTEST_F()
1583 res = toastWindow->GetParentMainWindowId(toastWindow->GetPersistentId()); in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dcontinue_scene_session_handler.h34 int32_t GetPersistentId(int32_t& persistentId);
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp262 if (realCallerSessionId == sceneSession->GetPersistentId()) { in GetRealCallerSessionId()
284 sceneSession->GetPersistentId(), isNeedBackToOther); in PendingSessionActivation()
360 info.persistentId_ = sceneSession->GetPersistentId(); in GenSceneSession()
361 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in GenSceneSession()
372 info.persistentId_ = sceneSession->GetPersistentId(); in GenSceneSession()
373 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in GenSceneSession()

Completed in 60 milliseconds

123