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

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp944 HRESULT SystemProperties::getDefaultFrontend(com::Utf8Str &aDefaultFrontend) argument
947 aDefaultFrontend = m->strDefaultFrontend;
951 HRESULT SystemProperties::setDefaultFrontend(const com::Utf8Str &aDefaultFrontend) argument
954 if (m->strDefaultFrontend == Utf8Str(aDefaultFrontend))
956 HRESULT rc = setDefaultFrontend(aDefaultFrontend);
1317 HRESULT SystemProperties::i_setDefaultFrontend(const com::Utf8Str &aDefaultFrontend) argument
1319 m->strDefaultFrontend = aDefaultFrontend;
H A DMachineImpl.cpp7005 HRESULT Machine::getDefaultFrontend(com::Utf8Str &aDefaultFrontend) argument
7009 aDefaultFrontend = mHWData->mDefaultFrontend;
7014 HRESULT Machine::setDefaultFrontend(const com::Utf8Str &aDefaultFrontend) argument
7024 mHWData->mDefaultFrontend = aDefaultFrontend;

Completed in 80 milliseconds