Home
last modified time | relevance | path

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

/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
126 WLOGI("mock: ShiftAppWindowFocus"); in ShiftAppWindowFocus()
248 BindNativeFunction(env, exportObj, "shiftAppWindowFocus", moduleName, JsWindowManager::ShiftAppWindowFocus); in JsWindowManagerInit()
/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.cpp148 napi_value JsWindowManager::ShiftAppWindowFocus(napi_env env, napi_callback_info info) in ShiftAppWindowFocus() function in OHOS::Rosen::JsWindowManager
1166 SingletonContainer::Get<WindowManager>().ShiftAppWindowFocus(sourcePersistentId, targetPersistentId)); in OnShiftAppWindowFocus()
1171 task.Reject(env, JsErrUtils::CreateJsError(env, ret, "ShiftAppWindowFocus failed")); in OnShiftAppWindowFocus()
1304 BindNativeFunction(env, exportObj, "shiftAppWindowFocus", moduleName, JsWindowManager::ShiftAppWindowFocus); in JsWindowManagerInit()
/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.h256 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1502 * @tc.name: ShiftAppWindowFocus
1506 HWTEST_F(SceneSessionManagerTest3, ShiftAppWindowFocus, Function | SmallTest | Level3) in HWTEST_F()
1512 WSError result01 = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
1515 WSError result02 = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
1518 WSError result03 = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
H A Dscene_session_manager_test4.cpp1068 * @tc.desc: ShiftAppWindowFocus
1077 auto result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
1081 result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
1092 result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
1103 result = ssm_->ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_test.cpp1002 WindowManager::GetInstance().ShiftAppWindowFocus(0, 1); in HWTEST_F()
1200 * @tc.desc: check ShiftAppWindowFocus
1205 WMError ret = WindowManager::GetInstance().ShiftAppWindowFocus(0, 1); in HWTEST_F()
1350 WMError ret = WindowManager::GetInstance().ShiftAppWindowFocus(0, 1); in HWTEST_F()
1388 WMError ret = WindowManager::GetInstance().ShiftAppWindowFocus(0, 1); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h736 WMError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId);
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h101 virtual WMError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId);
/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 in OHOS::Rosen::IWindowManager
/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.cpp1265 WMError WindowManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::WindowManager
1267 WMError ret = SingletonContainer::Get<WindowAdapter>().ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in ShiftAppWindowFocus()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h241 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override;
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp962 WSError ret = ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HandleShiftAppWindowFocus()
H A Dscene_session_manager_proxy.cpp1798 WSError SceneSessionManagerProxy::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::SceneSessionManagerProxy
1800 WLOGFD("run SceneSessionManagerProxy::ShiftAppWindowFocus"); in ShiftAppWindowFocus()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9435 WSError SceneSessionManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::SceneSessionManager

Completed in 44 milliseconds