AutoMounter
AutoMounter app;
if (!AutoMounter::_SuggestMountFlags(partition, &mountFlags))
AutoMounter::AutoMounter()
AutoMounter::~AutoMounter()
AutoMounter::ReadyToRun()
AutoMounter::MessageReceived(BMessage* message)
AutoMounter::QuitRequested()
AutoMounter::_MountVolumes(mount_mode normal, mount_mode removable,
AutoMounter::_MountVolume(const BMessage* message)
AutoMounter::_SuggestForceUnmount(const char* name, status_t error)
AutoMounter::_ReportUnmountError(const char* name, status_t error)
AutoMounter::_UnmountAndEjectVolume(BPartition* partition, BPath& mountPoint,
AutoMounter::_UnmountAndEjectVolume(BMessage* message)
AutoMounter::_FromMode(mount_mode mode, bool& all, bool& bfs, bool& restore)
AutoMounter::_ToMode(bool all, bool bfs, bool restore)
AutoMounter::_ReadSettings()
AutoMounter::_WriteSettings()
AutoMounter::_UpdateSettingsFromMessage(BMessage* message)
AutoMounter::_GetSettings(BMessage *message)
AutoMounter::_SuggestMountFlags(const BPartition* partition, uint32* _flags)
class AutoMounter : public BServer {
AutoMounter();
virtual ~AutoMounter();