Searched refs:aDomain (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | SpecialSystemDirectory.h | 131 GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile);
|
H A D | SpecialSystemDirectory.cpp | 750 GetOSXFolderType(short aDomain, OSType aFolderType, nsILocalFile **localFile) argument 756 err = ::FSFindFolder(aDomain, aFolderType, kCreateFolder, &fsRef);
|
/vbox/src/VBox/Main/include/ |
H A D | GuestImpl.h | 89 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 D | GuestSessionImpl.h | 263 HRESULT getDomain(com::Utf8Str &aDomain);
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestImpl.cpp | 777 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 D | GuestCtrlImpl.cpp | 474 HRESULT Guest::createSession(const com::Utf8Str &aUser, const com::Utf8Str &aPassword, const com::Utf8Str &aDomain, argument 494 guestCreds.mDomain = aDomain;
|
H A D | GuestSessionImpl.cpp | 352 HRESULT GuestSession::getDomain(com::Utf8Str &aDomain) argument 361 aDomain = mData.mCredentials.mDomain;
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 7009 #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 672 milliseconds