Lines Matching refs:VolumeBase

38 VolumeBase::VolumeBase(Type type) :  in VolumeBase()  function in android::vold::VolumeBase
43 VolumeBase::~VolumeBase() { in ~VolumeBase()
47 void VolumeBase::setState(State state) { in setState()
52 status_t VolumeBase::setDiskId(const std::string& diskId) { in setDiskId()
62 status_t VolumeBase::setPartGuid(const std::string& partGuid) { in setPartGuid()
72 status_t VolumeBase::setMountFlags(int mountFlags) { in setMountFlags()
82 status_t VolumeBase::setMountUserId(userid_t mountUserId) { in setMountUserId()
92 status_t VolumeBase::setSilent(bool silent) { in setSilent()
102 status_t VolumeBase::setId(const std::string& id) { in setId()
112 status_t VolumeBase::setPath(const std::string& path) { in setPath()
123 status_t VolumeBase::setInternalPath(const std::string& internalPath) { in setInternalPath()
134 void VolumeBase::notifyEvent(int event) { in notifyEvent()
140 void VolumeBase::notifyEvent(int event, const std::string& value) { in notifyEvent()
146 void VolumeBase::addVolume(const std::shared_ptr<VolumeBase>& volume) { in addVolume()
150 void VolumeBase::removeVolume(const std::shared_ptr<VolumeBase>& volume) { in removeVolume()
154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { in findVolume()
163 status_t VolumeBase::create() { in create()
174 status_t VolumeBase::doCreate() { in doCreate()
178 status_t VolumeBase::destroy() { in destroy()
194 status_t VolumeBase::doDestroy() { in doDestroy()
198 status_t VolumeBase::mount() { in mount()
215 status_t VolumeBase::unmount() { in unmount()
235 status_t VolumeBase::format(const std::string& fsType) { in format()
251 status_t VolumeBase::doFormat(const std::string& fsType) { in doFormat()