Searched defs:aDepType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp7987 * Depending on the @a aDepType value, additional state checks may be made.
7995 * @param aDepType Dependency type to add.
8001 HRESULT Machine::i_addStateDependency(StateDependency aDepType /* = AnyStateDep */,
8010 HRESULT rc = i_checkStateDependency(aDepType);
8086 * Performs machine state checks based on the @a aDepType value. If a check
8091 * When @a aDepType is AnyStateDep, this method always returns S_OK.
8093 * When @a aDepType is MutableStateDep, this method returns S_OK only if the
8099 * When @a aDepType is MutableOrSavedStateDep, this method behaves the same
8104 * When @a aDepType is MutableOrRunningStateDep, this method returns S_OK only
8111 * When @a aDepType i
8125 i_checkStateDependency(StateDependency aDepType) argument
[all...]

Completed in 61 milliseconds