Lines Matching refs:isFreeInstall
556 bool isFreeInstall = missionInfo.want.GetBoolParam("isFreeInstall", false);
557 if ((!isFreeInstall && IsUsingQos(remoteDeviceId)) ||
558 (isFreeInstall && IsRemoteInstall(remoteDeviceId, sourceBundleName))) {
610 bool isFreeInstall = missionInfo.want.GetBoolParam("isFreeInstall", false);
611 if ((!isFreeInstall && IsUsingQos(remoteDeviceId)) ||
612 (isFreeInstall && IsRemoteInstall(remoteDeviceId, bundleName))) {
664 bool isFreeInstall = DistributedSchedService::GetInstance().GetIsFreeInstall(missionId);
666 int32_t result = (isFA || isFreeInstall || !IsUsingQos(want->GetElement().GetDeviceID())) ?