Searched refs:aHostname (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVFSExplorerImpl.h36 HRESULT init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, Utf8Str aPassword, VirtualBox *aVirtualBox);
H A DConsoleImpl.h337 HRESULT teleport(const com::Utf8Str &aHostname,
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp80 HRESULT VFSExplorer::init(VFSType_T aType, Utf8Str aFilePath, Utf8Str aHostname, Utf8Str aUsername, argument
95 m->strHostname = aHostname;
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp924 * @param aHostname The name of the target host.
930 HRESULT Console::teleport(const com::Utf8Str &aHostname, ULONG aTcpport, const com::Utf8Str &aPassword, argument
981 pState->mstrHostname = aHostname;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h7441 #define IConsole_Teleport(p, aHostname, aTcpport, aPassword, aMaxDowntime, aProgress) ((p)->lpVtbl->Teleport(p, aHostname, aTcpport, aPassword, aMaxDowntime, aProgress))

Completed in 256 milliseconds