Searched refs:strTaskDesc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h441 int i_startTaskAsync(const Utf8Str &strTaskDesc, GuestSessionTask *pTask,
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2085 int GuestSession::i_startTaskAsync(const Utf8Str &strTaskDesc, argument
2088 LogFlowThisFunc(("strTaskDesc=%s, pTask=%p\n", strTaskDesc.c_str(), pTask));
2098 Bstr(strTaskDesc).raw(),
2106 int rc = task->RunAsync(strTaskDesc, pProgress);

Completed in 1148 milliseconds