Searched refs:i_queryInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h443 int i_queryInfo(void);
H A DMediumImpl.h302 HRESULT i_queryInfo(bool fSetImageId, bool fSetParentId, AutoCaller &autoCaller);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp206 int rc = i_queryInfo();
2124 int GuestSession::i_queryInfo(void) function in class:GuestSession
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp137 * Medium::i_queryInfo in another thread to complete. Using a SemRW is
155 /** New UUID to be set on the next Medium::i_queryInfo call. */
157 /** New parent UUID to be set on the next Medium::i_queryInfo call. */
1042 /* No storage unit is created yet, no need to call Medium::i_queryInfo */
1167 /* Confirm a successful initialization before the call to i_queryInfo.
1180 /* need to call i_queryInfo immediately to correctly place the medium in
1182 rc = i_queryInfo(fForceNewUuid /* fSetImageId */, false /* fSetParentId */,
1203 /* storage format must be detected by Medium::i_queryInfo if the
1258 /* see below why we don't call Medium::i_queryInfo (and therefore treat
1410 /* Don't call Medium::i_queryInfo fo
5958 HRESULT Medium::i_queryInfo(bool fSetImageId, bool fSetParentId, AutoCaller &autoCaller) function in class:Medium
[all...]

Completed in 48 milliseconds