Lines Matching full:targets
8 use mrw::Targets;
11 # param[in] $targetObj = The Targets object
27 # param[in] $targetObj = The Targets object
47 # param[in] $targetObj = The Targets object
84 # param[in] $targetObj = The Targets object.
119 # $targets = the Targets object
123 my ($targets, $targetName) = @_;
130 if (!$targets->isBadAttribute($targetName, "RU_TYPE"))
132 my $ruType = $targets->getAttribute($targetName, "RU_TYPE");
139 my $parent = $targets->getTargetParent($targetName);
140 return getEnclosingFru($targets, $parent);
153 # $targets = the targets object
157 my ($targets, $passedInTarget) = @_;
166 if (!$targets->isBadAttribute($target, "LOCATION_CODE"))
168 my $loc = $targets->getAttribute($target, "LOCATION_CODE");
169 my $type = $targets->getAttribute($target, "LOCATION_CODE_TYPE");
195 $target = $targets->getTargetParent($target);
228 Returns an array of targets that have target-type C<TargetType>
233 Returns size of targets that have Type C<Type>