Searched refs:aDomain (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DSpecialSystemDirectory.h131 GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile);
H A DSpecialSystemDirectory.cpp750 GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile) argument
756 err = ::FSFindFolder(aDomain, aFolderType, kCreateFolder, &fsRef);
/vbox/src/VBox/Main/include/
H A DGuestImpl.h89 void i_onUserStateChange(Bstr aUser, Bstr aDomain, VBoxGuestUserState enmState, const uint8_t *puDetails, uint32_t cbDetails);
144 const com::Utf8Str &aDomain,
150 const com::Utf8Str &aDomain,
H A DGuestSessionImpl.h263 HRESULT getDomain(com::Utf8Str &aDomain);
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp777 const com::Utf8Str &aDomain, BOOL aAllowInteractiveLogon)
780 if (Utf8Str(aDomain) == "@@disk")
782 else if (Utf8Str(aDomain) == "@@mem")
803 aDomain.c_str(),
996 * @param aDomain Domain of guest user account. Optional.
1001 void Guest::i_onUserStateChange(Bstr aUser, Bstr aDomain, VBoxGuestUserState enmState,
1011 fireGuestUserStateChangedEvent(mEventSource, aUser.raw(), aDomain.raw(),
776 setCredentials(const com::Utf8Str &aUserName, const com::Utf8Str &aPassword, const com::Utf8Str &aDomain, BOOL aAllowInteractiveLogon) argument
H A DGuestCtrlImpl.cpp474 HRESULT Guest::createSession(const com::Utf8Str &aUser, const com::Utf8Str &aPassword, const com::Utf8Str &aDomain, argument
494 guestCreds.mDomain = aDomain;
H A DGuestSessionImpl.cpp352 HRESULT GuestSession::getDomain(com::Utf8Str &aDomain) argument
361 aDomain = mData.mCredentials.mDomain;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h7009 #define IVRDEServerInfo_get_Domain(p, aDomain) ((p)->lpVtbl->GetDomain(p, aDomain))
7010 #define IVRDEServerInfo_GetDomain(p, aDomain) ((p)->lpVtbl->GetDomain(p, aDomain))
9283 #define IGuestSession_get_Domain(p, aDomain) ((p)->lpVtbl->GetDomain(p, aDomain))
9284 #define IGuestSession_GetDomain(p, aDomain) ((p)->lpVtbl->GetDomain(p, aDomain))
10754 #define IGuest_SetCredentials(p, aUserName, aPassword, aDomain, aAllowInteractiveLogon) ((p)->lpVtbl->SetCredentials(p, aUserName, aPassword, aDomain, aAllowInteractiveLogo
[all...]

Completed in 261 milliseconds