Lines Matching defs:const
36 const Bstr &aControllerName,
46 const Utf8Str &strBandwidthGroup);
56 bool i_isImplicit() const;
59 const ComObjPtr<Medium>& i_getMedium() const;
60 const Bstr i_getControllerName() const;
61 LONG i_getPort() const;
62 LONG i_getDevice() const;
63 DeviceType_T i_getType() const;
64 bool i_getPassthrough() const;
65 bool i_getTempEject() const;
66 bool i_getNonRotational() const;
67 bool i_getDiscard() const;
68 Utf8Str& i_getBandwidthGroup() const;
69 bool i_getHotPluggable() const;
74 void i_updateMedium(const ComObjPtr<Medium> &aMedium);
92 void i_updateBandwidthGroup(const Utf8Str &aBandwidthGroup);
94 void i_updateParentMachine(Machine * const pMachine);
100 const char* i_getLogName(void) const { return mLogName.c_str(); }