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

/vbox/src/VBox/Main/include/
H A DClientTokenHolder.h54 * @param strTokenId String with identifier of the token
56 ClientTokenHolder(const Utf8Str &strTokenId);
H A DMachineImpl.h1310 void i_getTokenId(Utf8Str &strTokenId);
/vbox/src/VBox/Main/src-client/
H A DClientTokenHolder.cpp117 Session::ClientTokenHolder::ClientTokenHolder(const Utf8Str &strTokenId) : argument
118 mClientTokenId(strTokenId)
134 Bstr bstrTokenId(strTokenId);
170 Bstr bstrTokenId(strTokenId);
199 key_t key = RTStrToUInt32(strTokenId.c_str());
204 RTStrUtf8ToCurrentCP(&pszSemName, strTokenId);
H A DSessionImpl.cpp334 Utf8Str strTokenId(aTokenId);
335 Assert(!strTokenId.isEmpty());
343 mClientTokenHolder = new ClientTokenHolder(strTokenId);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3393 Utf8Str strTokenId; local
3394 sessionMachine->i_getTokenId(strTokenId);
3395 Assert(!strTokenId.isEmpty());
3418 rc = pSessionControl->AssignMachine(sessionMachine, aLockType, Bstr(strTokenId).raw());
13628 void SessionMachine::i_getTokenId(Utf8Str &strTokenId) argument
13632 strTokenId.setNull();
13639 mClientToken->getId(strTokenId);

Completed in 239 milliseconds