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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1533 * @param strSessionName Session name (only for identification purposes).
1537 const Utf8Str &strSessionName,
3514 Utf8Str strSessionName; local
3525 strSessionName = ValueUnion.psz;
3561 if ( strSessionName.isEmpty()
3566 if ( !strSessionName.isEmpty()
3599 if (strSessionName.isEmpty()) /* Search by ID. Slow lookup. */
3605 if (RTStrSimplePatternMatch(strSessionName.c_str(), strNameUtf8.c_str()))
3715 Utf8Str strSessionName; local
3723 strSessionName
1536 ctrlCopyContextCreate(PGCTLCMDCTX pCtx, bool fDryRun, bool fHostToGuest, const Utf8Str &strSessionName, PCOPYCONTEXT *ppContext) argument
[all...]

Completed in 54 milliseconds