Searched refs:clientId (Results 1 - 11 of 11) sorted by relevance

/vbox/include/VBox/
H A DVBoxAuth.h119 * clientId Server side unique identifier of the client.
132 * Note: When 'fLogon' is 0, only pUuid and clientId are valid and the return
141 unsigned clientId);
161 * clientId Server side unique identifier of the client.
174 * Note: When 'fLogon' is 0, only pszCaller, pUuid and clientId are valid and the return
184 unsigned clientId);
/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/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/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/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp120 unconst(mData.clientId) = u32ClientId;
161 unconst(mData.clientId) = 0;
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;
H A DConsoleImpl.cpp8617 pvRemoteBackend = i_consoleVRDPServer()->USBBackendRequestPointer(pRemoteUSBDevice->clientId(), &uuid);
8619 return E_INVALIDARG; /* The clientId is invalid then. */
9274 && (*it)->clientId() == u32ClientId)
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c314 unsigned clientId);
322 unsigned clientId)
/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp152 if (pClient->clientId() == u32ClientID)
479 LogFlowFunc(("Client %RU32 is waiting for next host msg\n", pClient->clientId()));
498 pClient->clientId(), uMsg));
/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/include/VBox/HostServices/
H A DService.h240 uint32_t clientId() const { return m_uClientId; }

Completed in 3226 milliseconds