Home
last modified time | relevance | path

Searched refs:OnRemoteDie (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h62 static void OnRemoteDie(const sptr<IRemoteObject>& remoteObject);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp271 * @tc.desc: OnRemoteDie and setAnimationController nullptr
278 RemoteAnimation::OnRemoteDie(animationController_->AsObject()); // controller is not nullptr in HWTEST_F()
280 RemoteAnimation::OnRemoteDie(testController->AsObject()); // controller is nullptr in HWTEST_F()
282 RemoteAnimation::OnRemoteDie(testController->AsObject()); // controller is nullptr in HWTEST_F()
287 * @tc.desc: OnRemoteDie and not set animation controller
294 RemoteAnimation::OnRemoteDie(remoteObject); // controller is not nullptr in HWTEST_F()
300 * @tc.desc: OnRemoteDie and timeout process success
308 RemoteAnimation::OnRemoteDie(testController->AsObject()); // controller is not nullptr in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1133 RemoteAnimation::OnRemoteDie(remoteObject); in SetWindowAnimationController()
1135 PostVoidSyncTask(task, "OnRemoteDie"); in SetWindowAnimationController()
1176 RemoteAnimation::OnRemoteDie(remoteObject); in OnWindowEvent()
H A Dremote_animation.cpp169 void RemoteAnimation::OnRemoteDie(const sptr<IRemoteObject>& remoteObject) in OnRemoteDie() function in OHOS::Rosen::RemoteAnimation
171 WLOGFI("RSWindowAnimation: OnRemoteDie!"); in OnRemoteDie()

Completed in 7 milliseconds