Motorola Mobility Confidential Restricted.
ToiStorageDevicePartitionFullEvent Interface Reference

Description

Called if a partition holding platform data (such as DVR recordings) becomes full. The callback will occur periodically as long as the partition is full and operations such as DVR recordings will not be possible until the requested number of bytes are freed. Once this has happen, the callback will occur a final time with spaceRequired set to 0 to indicate that enough free space is now available.

Parameters:
infoThe storage information for the device.
partitionInfoThe partition information for the mounted/unmounted partition.
spaceRequiredNumber of bytes that must be freed for the disk to become non-full.

import "ToiStorageDevicePartitionFullEvent.idl";

Inheritance diagram for ToiStorageDevicePartitionFullEvent:
ToiEvent

List of all members.

Public Attributes

readonly attribute
ToiStorageDeviceStorageInfo 
info
readonly attribute
ToiStorageDevicePartitionInfo 
partitionInfo
readonly attribute long long spaceRequired