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

/vbox/src/VBox/Main/include/
H A DRemoteUSBDeviceImpl.h78 uint32_t clientId (void) { return mData.clientId; } function in class:RemoteUSBDevice
100 portVersion (1), speed (USBConnectionSpeed_Null), dirty (FALSE), devId (0), clientId (0) {}
123 const uint32_t clientId; member in struct:RemoteUSBDevice::Data
/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp70 unsigned clientId)
63 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/HostServices/auth/winlogon/
H A Dwinlogon.cpp64 unsigned clientId)
57 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp266 unsigned clientId)
259 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3200 unsigned clientId; member in struct:AuthCtx
3211 pCtx->fLogon, pCtx->clientId);
3217 pCtx->fLogon, pCtx->clientId);
3379 ctx.clientId = u32ClientId;
3427 ctx.clientId = u32ClientId;

Completed in 89 milliseconds