/foundation/window/window_manager/previewer/mock/window_manager_napi/ |
H A D | js_window_manager.h | 47 static napi_value ShiftAppWindowFocus(napi_env env, napi_callback_info info);
|
H A D | js_window_manager.cpp | 124 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 D | js_window_manager.h | 48 static napi_value ShiftAppWindowFocus(napi_env env, napi_callback_info info);
|
H A D | js_window_manager.cpp | 148 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 D | scene_session_manager_proxy.h | 103 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override;
|
H A D | scene_session_manager_interface.h | 256 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test3.cpp | 1502 * @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 D | scene_session_manager_test4.cpp | 1068 * @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 D | window_manager_test.cpp | 1002 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 D | window_manager.h | 736 WMError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId);
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 101 virtual WMError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId);
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 165 virtual WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::IWindowManager
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 737 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 D | window_manager.cpp | 1265 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 D | scene_session_manager.h | 241 WSError ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) override;
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 962 WSError ret = ShiftAppWindowFocus(sourcePersistentId, targetPersistentId); in HandleShiftAppWindowFocus()
|
H A D | scene_session_manager_proxy.cpp | 1798 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 D | scene_session_manager.cpp | 9435 WSError SceneSessionManager::ShiftAppWindowFocus(int32_t sourcePersistentId, int32_t targetPersistentId) in ShiftAppWindowFocus() function in OHOS::Rosen::SceneSessionManager
|