Lines Matching defs:target
229 WLOGFE("target window abilityToken is null");
358 WLOGFE("RSWindowAnimation: Failed to create dst target!");
467 sptr<RSWindowAnimationTarget> target = new(std::nothrow) RSWindowAnimationTarget();
468 if (target == nullptr) {
469 WLOGFE("target is nullptr");
472 target->bundleName_ = info->GetBundleName();
473 target->abilityName_ = info->GetAbilityName();
474 target->missionId_ = info->GetMissionId();
475 target->windowId_ = INVALID_WINDOW_ID;
478 windowAnimationController_->OnCloseWindow(target, finishCallback);
705 auto target = CreateWindowAnimationTarget(nullptr, windowNode);
706 if (target == nullptr) {
709 targets.push_back(target);
718 WLOGFW("Failed to create window animation target, window node is null!");