Lines Matching defs:aFlags

5583                                                com::Utf8Str &aFlags) const
5596 aFlags = Utf8Str(szFlags);
5611 com::Utf8Str &aFlags) const
5633 aFlags = bFlags;
5642 com::Utf8Str &aFlags)
5648 HRESULT rc = i_getGuestPropertyFromVM(aName, aValue, aTimestamp, aFlags);
5652 rc = i_getGuestPropertyFromService(aName, aValue, aTimestamp, aFlags);
5678 const com::Utf8Str &aFlags, bool fDelete)
5691 if (aFlags.length() && RT_FAILURE(validateFlags(aFlags.c_str(), &fFlags)))
5692 return setError(E_INVALIDARG, tr("Invalid guest property flag values: '%s'"), aFlags.c_str());
5753 Bstr(aFlags).raw());
5771 const com::Utf8Str &aFlags, bool fDelete)
5790 rc = directControl->AccessGuestProperty(Bstr(aName).raw(), Bstr(aValue).raw(), Bstr(aFlags).raw(),
5804 const com::Utf8Str &aFlags)
5809 HRESULT rc = i_setGuestPropertyToVM(aProperty, aValue, aFlags, /* fDelete = */ false);
5812 rc = i_setGuestPropertyToService(aProperty, aValue, aFlags, /* fDelete = */ false);
5843 std::vector<com::Utf8Str> &aFlags)
5879 aFlags.resize(cEntries);
5889 aFlags[i] = Utf8Str(szFlags);
5905 std::vector<com::Utf8Str> &aFlags)
5938 aFlags.resize(bFlags.size());
5940 aFlags[i] = Utf8Str(bFlags[i]);
5949 std::vector<com::Utf8Str> &aFlags)
5955 HRESULT rc = i_enumerateGuestPropertiesOnVM(aPatterns, aNames, aValues, aTimestamps, aFlags);
5959 rc = i_enumerateGuestPropertiesInService(aPatterns, aNames, aValues, aTimestamps, aFlags);
9809 * @a aFlags may combine the following flags:
9832 int aFlags /*= 0*/)
9868 if (aFlags & SaveS_ResetCurStateModified)
9874 else if (aFlags & SaveS_Force)
9924 if (fNeedsWrite || (aFlags & SaveS_InformCallbacksAnyway))
10483 * Saves machine state settings as defined by aFlags
10486 * @param aFlags Combination of SaveSTS_* flags.
10490 HRESULT Machine::i_saveStateSettings(int aFlags)
10492 if (aFlags == 0)
10508 if (aFlags & SaveSTS_CurStateModified)
10511 if (aFlags & SaveSTS_StateFilePath)
10520 if (aFlags & SaveSTS_StateTimeStamp)
13333 std::vector<com::Utf8Str> &aFlags)
13346 aFlags.resize(cEntries);
13362 aFlags[i] = szFlags;
13365 aFlags[i] = "";
13376 const com::Utf8Str &aFlags)
13389 if (aFlags.length())
13391 int vrc = validateFlags(aFlags.c_str(), &fFlags);
13464 Bstr(aFlags).raw());
14695 std::vector<com::Utf8Str> &aFlags)
14700 NOREF(aFlags);
14707 const com::Utf8Str &aFlags)
14712 NOREF(aFlags);