Home
last modified time | relevance | path

Searched defs:sourcePersistentId (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.cpp1119 int32_t sourcePersistentId = INVALID_SESSION_ID; variable
H A Dscene_session_manager_test3.cpp1390 int32_t sourcePersistentId = INVALID_SESSION_ID; variable
H A Dscene_session_manager_stub_test.cpp1799 int32_t sourcePersistentId = 12345; 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.cpp1145 int32_t sourcePersistentId = 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.cpp916 int32_t sourcePersistentId = data.ReadInt32(); in HandleShiftAppWindowFocus() local
H A Dscene_session_manager_proxy.cpp1798 WSError SceneSessionManagerProxy::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPer… in ShiftAppWindowFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9826 WSError SceneSessionManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersiste… in ShiftAppWindowFocus()