Lines Matching defs:const
41 const Guid &aId,
42 const Utf8Str &aName,
43 const Utf8Str &aDescription,
44 const RTTIMESPEC &aTimeStamp,
59 virtual VBoxLockingClass getLockingClass() const
64 const ComObjPtr<Snapshot>& i_getParent() const;
65 const ComObjPtr<Snapshot> i_getFirstChild() const;
67 const Utf8Str& i_getStateFilePath() const;
75 const ComObjPtr<SnapshotMachine>& i_getSnapshotMachine() const;
77 Guid i_getId() const;
78 const Utf8Str& i_getName() const;
79 RTTIMESPEC i_getTimeStamp() const;
82 ComObjPtr<Snapshot> i_findChildOrSelf(const Utf8Str &aName);
84 void i_updateSavedStatePaths(const Utf8Str &strOldPath,
85 const Utf8Str &strNewPath);
86 void i_updateSavedStatePathsImpl(const Utf8Str &strOldPath,
87 const Utf8Str &strNewPath);
89 bool i_sharesSavedStateFile(const Utf8Str &strPath,
92 HRESULT i_saveSnapshot(settings::Snapshot &data) const;
93 HRESULT i_saveSnapshotImpl(settings::Snapshot &data) const;
94 HRESULT i_saveSnapshotImplOne(settings::Snapshot &data) const;
113 HRESULT setName(const com::Utf8Str &aName);
115 HRESULT setDescription(const com::Utf8Str &aDescription);