Home
last modified time | relevance | path

Searched refs:toInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_stub.cpp72 sptr<AbilityTransitionInfo> toInfo(data.ReadParcelable<AbilityTransitionInfo>()); in NotifyWindowTransitionInner() local
73 if (!toInfo) { in NotifyWindowTransitionInner()
78 NotifyWindowTransition(fromInfo, toInfo, animaEnabled); in NotifyWindowTransitionInner()
H A Dwindow_manager_service_handler_proxy.cpp29 sptr<AbilityTransitionInfo> toInfo, bool& animaEnabled) in NotifyWindowTransition() argument
41 if (!data.WriteParcelable(toInfo.GetRefPtr())) { in NotifyWindowTransition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.cpp562 OperationInfo toInfo; in OperateMove() local
578 toInfo.changeCount = 1; in OperateMove()
586 toInfo.node = iter->second.second; in OperateMove()
587 toInfo.moveIn = true; in OperateMove()
588 toInfo.fromDiffTo = operation.coupleIndex.first - operation.coupleIndex.second; in OperateMove()
590 toInfo.key = operation.key; in OperateMove()
592 toInfo.key = iter->second.first; in OperateMove()
595 operationList_.try_emplace(operation.coupleIndex.second, toInfo); in OperateMove()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwindow_manager_service_handler.h34 …id NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo, sptr<AbilityTransitionInfo> toInfo,
H A Dwindow_manager_service_handler_proxy.h31 sptr<AbilityTransitionInfo> toInfo, bool& animaEnabled) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h90 std::optional<NavDestinationInfo>&& toInfo, NavigationOperation op) in NavDestinationSwitchInfo()
92 to(std::forward<std::optional<NavDestinationInfo>>(toInfo)), operation(op) in NavDestinationSwitchInfo()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp236 sptr<WindowTransitionInfo> toInfo = nullptr; in NotifyWindowTransition() local
241 toInfo = new WindowTransitionInfo(to); in NotifyWindowTransition()
244 WindowManagerService::GetInstance().NotifyWindowTransition(fromInfo, toInfo, false); in NotifyWindowTransition()
792 sptr<WindowTransitionInfo>& fromInfo, sptr<WindowTransitionInfo>& toInfo, bool isFromClient) in NotifyWindowTransition() argument
796 auto task = [this, fromInfo, toInfo]() mutable { in NotifyWindowTransition()
797 return windowController_->NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
803 auto task = [this, &fromInfo, &toInfo]() { in NotifyWindowTransition()
804 return windowController_->NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp628 auto toInfo = CreateAbilityTransitionInfo(); in NotifyAnimationFromTerminatingAbility() local
629 SetAbilityTransitionInfo(abilityInfo_, toInfo); in NotifyAnimationFromTerminatingAbility()
631 windowHandler->NotifyWindowTransition(fromInfo, toInfo, animaEnabled); in NotifyAnimationFromTerminatingAbility()
831 auto toInfo = CreateAbilityTransitionInfo(startOptions, want); in NotifyAnimationFromRecentTask() local
832 toInfo->abilityToken_ = token_; in NotifyAnimationFromRecentTask()
833 toInfo->missionId_ = missionId_; in NotifyAnimationFromRecentTask()
834 SetAbilityTransitionInfo(abilityInfo_, toInfo); in NotifyAnimationFromRecentTask()
859 auto toInfo = CreateAbilityTransitionInfo(abilityRequest); in NotifyAnimationFromStartingAbility() local
860 toInfo->abilityToken_ = token_; in NotifyAnimationFromStartingAbility()
861 toInfo->missionId_ = missionId_; in NotifyAnimationFromStartingAbility()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp161 sptr<WindowTransitionInfo> toInfo = nullptr; variable
162 ASSERT_EQ(WMError::WM_OK, wms->NotifyWindowTransition(fromInfo, toInfo, false));
164 ASSERT_EQ(WMError::WM_OK, wms->NotifyWindowTransition(fromInfo, toInfo, true));
166 …ERT_NE(WMError::WM_ERROR_NO_REMOTE_ANIMATION, wms->NotifyWindowTransition(fromInfo, toInfo, true));
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h46 …r NotifyWindowTransition(sptr<WindowTransitionInfo>& fromInfo, sptr<WindowTransitionInfo>& toInfo);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_test_ng.cpp1548 auto toInfo = to->GetNavPathInfo(); in __anoncbabf4f53402() local
1549 ASSERT_NE(toInfo, nullptr); in __anoncbabf4f53402()
1550 ASSERT_EQ(toInfo->name_, "A"); in __anoncbabf4f53402()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp2461 std::optional<NavDestinationInfo> toInfo; in NotifyNavDestinationSwitch() local
2463 …BuildNavDestinationInfoFromContext(navigationId, NavDestinationState::ON_SHOWN, to, false, toInfo); in NotifyNavDestinationSwitch()
2465 std::move(fromInfo), std::move(toInfo), operation); in NotifyNavDestinationSwitch()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2253 sptr<WindowTransitionInfo> toInfo = new(std::nothrow) WindowTransitionInfo(); in NotifyWindowTransition() local
2254 if (fromInfo == nullptr || toInfo == nullptr) { in NotifyWindowTransition()
2275 return SingletonContainer::Get<WindowAdapter>().NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp128 …id NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo, sptr<AbilityTransitionInfo> toInfo, in NotifyWindowTransition() argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp94 …id NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo, sptr<AbilityTransitionInfo> toInfo, in NotifyWindowTransition() argument