Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.h45 static napi_value GetWindowAnimationTargets(napi_env env, napi_callback_info info);
H A Drs_window_animation_manager.cpp51 RSWindowAnimationManager::GetWindowAnimationTargets); in Init()
87 napi_value RSWindowAnimationManager::GetWindowAnimationTargets(napi_env env, napi_callback_info info) in GetWindowAnimationTargets() function in OHOS::Rosen::RSWindowAnimationManager
89 WALOGD("GetWindowAnimationTargets"); in GetWindowAnimationTargets()
91 WALOGE("GetWindowAnimationTargets failed"); in GetWindowAnimationTargets()
255 SingletonContainer::Get<WindowAdapter>().GetWindowAnimationTargets(missionIds, targets); in OnGetWindowAnimationTargets()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h150 WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
H A Dremote_animation_test.cpp1049 * @tc.desc: GetWindowAnimationTargets for null window root
1057 EXPECT_EQ(WMError::WM_ERROR_NO_MEM, RemoteAnimation::GetWindowAnimationTargets(missionIds, targets)); in HWTEST_F()
1062 * @tc.desc: GetWindowAnimationTargets for not exit mission
1070 WMError ret = RemoteAnimation::GetWindowAnimationTargets(missionIds, targets); in HWTEST_F()
1077 * @tc.desc: GetWindowAnimationTargets successful
1089 WMError ret = RemoteAnimation::GetWindowAnimationTargets(missionIds, targets); in HWTEST_F()
1099 * @tc.desc: GetWindowAnimationTargets successful
1112 * @tc.desc: GetWindowAnimationTargets successful
H A Dwindow_manager_proxy_test.cpp261 WMError err = windowManagerProxy_->GetWindowAnimationTargets(missionIds, targets); in HWTEST_F()
H A Dwindow_manager_service_test.cpp480 ASSERT_EQ(WMError::WM_OK, wms->GetWindowAnimationTargets(missionIds, targets)); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h78 WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
H A Dwindow_manager_interface.h145 virtual WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h78 static WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
H A Dwindow_manager_service.h121 WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp552 * @tc.name: GetWindowAnimationTargets
553 * @tc.desc: WindowAdapter/GetWindowAnimationTargets
556 HWTEST_F(WindowAdapterTest, GetWindowAnimationTargets, Function | SmallTest | Level2) in HWTEST_F()
561 auto ret = windowAdapter.GetWindowAnimationTargets(missionIds, targets); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h240 WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h91 virtual WMError GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp653 WMError WindowAdapter::GetWindowAnimationTargets(std::vector<uint32_t> missionIds, in GetWindowAnimationTargets() function in OHOS::Rosen::WindowAdapter
660 return wmsProxy->GetWindowAnimationTargets(missionIds, targets); in GetWindowAnimationTargets()
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp488 WMError errCode = GetWindowAnimationTargets(missionIds, targets); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp1181 WMError WindowManagerProxy::GetWindowAnimationTargets(std::vector<uint32_t> missionIds, in GetWindowAnimationTargets() function in OHOS::Rosen::WindowManagerProxy
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1476 WMError WindowManagerService::GetWindowAnimationTargets(std::vector<uint32_t> missionIds, in GetWindowAnimationTargets() function in OHOS::Rosen::WindowManagerService
1484 return RemoteAnimation::GetWindowAnimationTargets(missionIds, targets); in GetWindowAnimationTargets()
1486 return PostSyncTask(task, "GetWindowAnimationTargets"); in GetWindowAnimationTargets()
H A Dremote_animation.cpp695 WMError RemoteAnimation::GetWindowAnimationTargets(std::vector<uint32_t> missionIds, in GetWindowAnimationTargets() function in OHOS::Rosen::RemoteAnimation

Completed in 24 milliseconds