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.
info | The storage information for the device. | |
partitionInfo | The partition information for the mounted/unmounted partition. | |
spaceRequired | Number of bytes that must be freed for the disk to become non-full. |
import "ToiStorageDevicePartitionFullEvent.idl";
Public Attributes | |
readonly attribute ToiStorageDeviceStorageInfo | info |
readonly attribute ToiStorageDevicePartitionInfo | partitionInfo |
readonly attribute long long | spaceRequired |
readonly attribute long | evtType |
readonly attribute ToiEventTarget | evtTarget |
readonly attribute unsigned long long | evtTimeStamp |
readonly attribute ToiEventTarget ToiEvent::evtTarget [inherited] |
The event target that generated the event.
readonly attribute unsigned long long ToiEvent::evtTimeStamp [inherited] |
The time stamp that the event is generated.
readonly attribute long ToiEvent::evtType [inherited] |
The type of the event.