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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp121 this, mContextID, mRefCount + 1));
130 this, mContextID, mRefCount - 1));
229 rc = mpParms[0].getUInt32(&mContextID);
248 this, mContextID, mRefCount));
251 this, mContextID, mMsgType, mParmCount, mpParms));
289 LogFlowFunc(("pHostCmd=%p, mMsgType=%RU32, mParmCount=%RU32, mContextID=%RU32 (Session %RU32)\n",
290 this, mMsgType, mParmCount, mContextID, VBOX_GUESTCTRL_CONTEXTID_GET_SESSION(mContextID)));
449 uint32_t mContextID; member in struct:guestControl::HostCommand
584 fWant = (pHostCmd->mContextID
[all...]

Completed in 45 milliseconds