Lines Matching refs:aSetError

1824                                               false, /* aSetError */
3081 * @param aSetError If true, set errorinfo if the machine is not found.
3087 bool aSetError,
3122 if (aSetError && FAILED(rc))
3135 * @param aSetError If true, set errorinfo if the machine is not found.
3140 bool aSetError,
3172 if (aSetError && FAILED(rc))
3216 false /* aSetError */);
3304 * @param aSetError If @c true , the appropriate error info is set in case
3313 bool aSetError,
3330 if (aSetError)
3344 * @param aSetError If @c true , the appropriate error info is set in case
3353 bool aSetError,
3382 if (aSetError)
3399 * @param aSetError If @c true, the appropriate error info is set in case when
3410 bool aSetError,
3480 if (aSetError && !found)
3520 bool aSetError,
3544 rc = i_findDVDOrFloppyImage(mediumType, &uuid, Utf8Str::Empty, aSetError, &pMedium);
3751 rc = i_findHardDiskById(aId, false /* aSetError */, &pMediumFound);
3753 rc = i_findHardDiskByLocation(aLocation, false /* aSetError */, &pMediumFound);
3759 rc = i_findDVDOrFloppyImage(DeviceType_DVD, &aId, aLocation, false /* aSetError */, &pMediumFound);
3766 rc = i_findDVDOrFloppyImage(DeviceType_Floppy, &aId, aLocation, false /* aSetError */, &pMediumFound);
3818 rc = i_findHardDiskById(aId, false /* aSetError */, &pMediumFound);
3821 rc = i_findDVDOrFloppyImage(DeviceType_DVD, &aId, Utf8Str::Empty, false /* aSetError */, &pMediumFound);
3824 rc = i_findDVDOrFloppyImage(DeviceType_Floppy, &aId, Utf8Str::Empty, false /* aSetError */, &pMediumFound);
4545 false /* aSetError */,
4582 false /* aSetError */,