Home
last modified time | relevance | path

Searched refs:GetDisplayIdByPersistentId (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h130 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) override;
H A Dscene_session_manager_interface.h310 virtual WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) override
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h142 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId);
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h251 virtual WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) in GetDisplayIdByPersistentId() function in OHOS::Rosen::IWindowManager
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp988 WMError WindowAdapter::GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) in GetDisplayIdByPersistentId() function in OHOS::Rosen::WindowAdapter
993 return wmsProxy->GetDisplayIdByPersistentId(persistentId, displayId); in GetDisplayIdByPersistentId()
H A Dwindow_scene_session_impl.cpp361 WMError errCode = SingletonContainer::Get<WindowAdapter>().GetDisplayIdByPersistentId(property_->GetParentId(), in CreateAndConnectSpecificSession()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h471 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) override;
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp1254 WMError errCode = GetDisplayIdByPersistentId(persistentId, displayId); in HandleGetDisplayIdByPersistentId()
H A Dscene_session_manager_proxy.cpp2416 WMError SceneSessionManagerProxy::GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) in GetDisplayIdByPersistentId() function in OHOS::Rosen::SceneSessionManagerProxy
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10092 WMError SceneSessionManager::GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) in GetDisplayIdByPersistentId() function in OHOS::Rosen::SceneSessionManager
10097 TLOGE(WmsLogTag::WMS_MAIN, "GetDisplayIdByPersistentId: session is nullptr"); in GetDisplayIdByPersistentId()
10102 TLOGE(WmsLogTag::WMS_MAIN, "GetDisplayIdByPersistentId: sessionProperty is nullptr"); in GetDisplayIdByPersistentId()
10108 return taskScheduler_->PostSyncTask(task, "GetDisplayIdByPersistentId"); in GetDisplayIdByPersistentId()

Completed in 36 milliseconds