Lines Matching refs:aGlobal
528 rc = i_fetchSharedFolders(true /* aGlobal */);
530 rc = i_fetchSharedFolders(false /* aGlobal */);
5372 HRESULT Console::i_onSharedFolderChange(BOOL aGlobal)
5374 LogFlowThisFunc(("aGlobal=%RTbool\n", aGlobal));
5381 HRESULT rc = i_fetchSharedFolders(aGlobal);
5387 fireSharedFolderChangedEvent(mEventSource, aGlobal ? (Scope_T)Scope_Global : (Scope_T)Scope_Machine);
7809 * @param aGlobal true to fetch global folders.
7813 HRESULT Console::i_fetchSharedFolders(BOOL aGlobal)
7832 if (aGlobal)