Home
last modified time | relevance | path

Searched refs:ShiftAppWindowFocus (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/mock/window_manager_napi/
H A Djs_window_manager.h47 static napi_value ShiftAppWindowFocus(napi_env env, napi_callback_info info);
H A Djs_window_manager.cpp124 napi_value JsWindowManager::ShiftAppWindowFocus(napi_env env, napi_callback_info info) in ShiftAppWindowFocus() function in OHOS::Rosen::JsWindowManager
248 …eFunction(env, exportObj, "shiftAppWindowFocus", moduleName, JsWindowManager::ShiftAppWindowFocus); in JsWindowManagerInit()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.h48 static napi_value ShiftAppWindowFocus(napi_env env, napi_callback_info info);
H A Djs_window_manager.cpp147 napi_value JsWindowManager::ShiftAppWindowFocus(napi_env env, napi_callback_info info) in ShiftAppWindowFocus() function in OHOS::Rosen::JsWindowManager
1162 …SingletonContainer::Get<WindowManager>().ShiftAppWindowFocus(sourcePersistentId, targetPersistentI… in OnShiftAppWindowFocus()
1299 …eFunction(env, exportObj, "shiftAppWindowFocus", moduleName, JsWindowManager::ShiftAppWindowFocus); in JsWindowManagerInit()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h101 virtual WMError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h103 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override;
H A Dscene_session_manager_interface.h239 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override in ShiftAppWindowFocus() function
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1386 HWTEST_F(SceneSessionManagerTest3, ShiftAppWindowFocus, Function | SmallTest | Level3)
1392 WSError result01 = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
1395 WSError result02 = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
1398 WSError result03 = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
H A Dscene_session_manager_test4.cpp1121 auto result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
1125 result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
1136 result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
1147 result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_test.cpp1004 WindowManager::GetInstance().ShiftAppWindowFocus(0, 1);
1211 WMError ret = WindowManager::GetInstance().ShiftAppWindowFocus(0, 1);
1355 WMError ret = WindowManager::GetInstance().ShiftAppWindowFocus(0, 1);
1393 WMError ret = WindowManager::GetInstance().ShiftAppWindowFocus(0, 1);
/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() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h744 WMError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp737 WMError WindowAdapter::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::WindowAdapter
744 wmsProxy->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId)); in ShiftAppWindowFocus()
H A Dwindow_manager.cpp1186 WMError WindowManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::WindowManager
1188 …WMError ret = SingletonContainer::Get<WindowAdapter>().ShiftAppWindowFocus(sourcePersistentId, tar… in ShiftAppWindowFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp918 WSError ret = ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HandleShiftAppWindowFocus()
H A Dscene_session_manager_proxy.cpp1798 WSError SceneSessionManagerProxy::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPer… in ShiftAppWindowFocus() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h370 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override;
/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() function in OHOS::Rosen::SceneSessionManager