Home
last modified time | relevance | path

Searched defs:targetPersistentId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h165 virtual WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h239 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override in ShiftAppWindowFocus()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp1120 int32_t targetPersistentId = INVALID_SESSION_ID; variable
H A Dscene_session_manager_test3.cpp1391 int32_t targetPersistentId = INVALID_SESSION_ID; variable
H A Dscene_session_manager_stub_test.cpp1801 int32_t targetPersistentId = 65535; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp737 WMError WindowAdapter::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus()
H A Dwindow_manager.cpp1186 WMError WindowManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp1146 int32_t targetPersistentId = static_cast<int32_t>(INVALID_WINDOW_ID); in OnShiftAppWindowFocus() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp917 int32_t targetPersistentId = data.ReadInt32(); in HandleShiftAppWindowFocus() local
H A Dscene_session_manager_proxy.cpp1798 …eneSessionManagerProxy::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9826 …or SceneSessionManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus()