VirtualBox

Ignore:
Timestamp:
Mar 15, 2018 9:45:28 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121296
Message:

Guest Control: Dropped the "Internal" suffix from function, as the "i_" prefix now states that it's an internal function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImpl.h

    r71314 r71345  
    501501    inline bool             i_directoryExists(uint32_t uDirID, ComObjPtr<GuestDirectory> *pDir);
    502502    int                     i_directoryRemoveFromList(GuestDirectory *pDirectory);
    503     int                     i_directoryRemoveInternal(const Utf8Str &strPath, uint32_t uFlags, int *pGuestRc);
    504     int                     i_directoryCreateInternal(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pGuestRc);
    505     int                     i_objectCreateTempInternal(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory,
    506                                                        Utf8Str &strName, int *pGuestRc);
    507     int                     i_directoryOpenInternal(const GuestDirectoryOpenInfo &openInfo,
    508                                                     ComObjPtr<GuestDirectory> &pDirectory, int *pGuestRc);
    509     int                     i_directoryQueryInfoInternal(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pGuestRc);
     503    int                     i_directoryRemove(const Utf8Str &strPath, uint32_t uFlags, int *pGuestRc);
     504    int                     i_directoryCreate(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pGuestRc);
     505    int                     i_objectCreateTemp(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory,
     506                                               Utf8Str &strName, int *pGuestRc);
     507    int                     i_directoryOpen(const GuestDirectoryOpenInfo &openInfo,
     508                                            ComObjPtr<GuestDirectory> &pDirectory, int *pGuestRc);
     509    int                     i_directoryQueryInfo(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pGuestRc);
    510510    int                     i_dispatchToDirectory(PVBOXGUESTCTRLHOSTCBCTX pCtxCb, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb);
    511511    int                     i_dispatchToFile(PVBOXGUESTCTRLHOSTCBCTX pCtxCb, PVBOXGUESTCTRLHOSTCALLBACK pSvcCb);
     
    515515    inline bool             i_fileExists(uint32_t uFileID, ComObjPtr<GuestFile> *pFile);
    516516    int                     i_fileRemoveFromList(GuestFile *pFile);
    517     int                     i_fileRemoveInternal(const Utf8Str &strPath, int *pGuestRc);
    518     int                     i_fileOpenInternal(const GuestFileOpenInfo &openInfo, ComObjPtr<GuestFile> &pFile, int *pGuestRc);
    519     int                     i_fileQueryInfoInternal(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pGuestRc);
    520     int                     i_fileQuerySizeInternal(const Utf8Str &strPath, bool fFollowSymlinks, int64_t *pllSize, int *pGuestRc);
    521     int                     i_fsQueryInfoInternal(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pGuestRc);
     517    int                     i_fileRemove(const Utf8Str &strPath, int *pGuestRc);
     518    int                     i_fileOpen(const GuestFileOpenInfo &openInfo, ComObjPtr<GuestFile> &pFile, int *pGuestRc);
     519    int                     i_fileQueryInfo(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pGuestRc);
     520    int                     i_fileQuerySize(const Utf8Str &strPath, bool fFollowSymlinks, int64_t *pllSize, int *pGuestRc);
     521    int                     i_fsQueryInfo(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pGuestRc);
    522522    const GuestCredentials &i_getCredentials(void);
    523523    EventSource            *i_getEventSource(void) { return mEventSource; }
     
    528528    int                     i_onRemove(void);
    529529    int                     i_onSessionStatusChange(PVBOXGUESTCTRLHOSTCBCTX pCbCtx, PVBOXGUESTCTRLHOSTCALLBACK pSvcCbData);
    530     int                     i_startSessionInternal(int *pGuestRc);
     530    int                     i_startSession(int *pGuestRc);
    531531    int                     i_startSessionAsync(void);
    532532    static void             i_startSessionThreadTask(GuestSessionTaskInternalOpen *pTask);
    533533    Guest                  *i_getParent(void) { return mParent; }
    534534    uint32_t                i_getProtocolVersion(void) { return mData.mProtocolVersion; }
    535     int                     i_pathRenameInternal(const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags,
    536                                                  int *pGuestRc);
     535    int                     i_pathRename(const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags, int *pGuestRc);
    537536    int                     i_pathUserDocuments(Utf8Str &strPath, int *prcGuest);
    538537    int                     i_pathUserHome(Utf8Str &strPath, int *prcGuest);
    539538    int                     i_processRemoveFromList(GuestProcess *pProcess);
    540     int                     i_processCreateExInternal(GuestProcessStartupInfo &procInfo, ComObjPtr<GuestProcess> &pProgress);
     539    int                     i_processCreateEx(GuestProcessStartupInfo &procInfo, ComObjPtr<GuestProcess> &pProgress);
    541540    inline bool             i_processExists(uint32_t uProcessID, ComObjPtr<GuestProcess> *pProcess);
    542541    inline int              i_processGetByPID(ULONG uPID, ComObjPtr<GuestProcess> *pProcess);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette