Searched refs:GetDisplayIdByPersistentId (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 130 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) override;
|
H A D | scene_session_manager_interface.h | 310 virtual WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) override
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 142 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId);
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 251 virtual WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) in GetDisplayIdByPersistentId() function in OHOS::Rosen::IWindowManager
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 988 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 D | window_scene_session_impl.cpp | 361 WMError errCode = SingletonContainer::Get<WindowAdapter>().GetDisplayIdByPersistentId(property_->GetParentId(), in CreateAndConnectSpecificSession()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 471 WMError GetDisplayIdByPersistentId(int32_t persistentId, int32_t& displayId) override;
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 1254 WMError errCode = GetDisplayIdByPersistentId(persistentId, displayId); in HandleGetDisplayIdByPersistentId()
|
H A D | scene_session_manager_proxy.cpp | 2416 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 D | scene_session_manager.cpp | 10092 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