#import <DeviceUnlockManager.h>
◆ addFileToAppend:path:()
| - (void) addFileToAppend: |
|
(NSData *) |
data |
| path: |
|
(NSString *) |
path |
|
|
| |
◆ addFileToCopyAtPath:toPath:()
| - (void) addFileToCopyAtPath: |
|
(NSString *) |
path |
| toPath: |
|
(NSString *) |
toPath |
|
|
| |
◆ addFileToMoveAtPath:toPath:()
| - (void) addFileToMoveAtPath: |
|
(NSString *) |
fromPath |
| toPath: |
|
(NSString *) |
toPath |
|
|
| |
◆ addFileToWrite:path:()
| - (void) addFileToWrite: |
|
(NSData *) |
data |
| path: |
|
(NSString *) |
path |
|
|
| |
◆ addPathofFileToDelete:()
| - (void) addPathofFileToDelete: |
|
(NSString *) |
path |
|
◆ addServiceToRestart:()
| - (void) addServiceToRestart: |
|
(id< Service >) |
service |
|
◆ attributesOfFileItemAtPath:()
| - (NSDictionary *) attributesOfFileItemAtPath: |
|
(NSString *) |
path |
|
◆ data:atPath:offset:length:()
| - (size_t) data: |
|
(void **) |
dataBuf |
| atPath: |
|
(NSString *) |
path |
| offset: |
|
(long) |
offset |
| length: |
|
(size_t) |
length |
|
|
| |
◆ deviceLocked()
◆ deviceUnlocked()
◆ deviceUnlockManager()
◆ fileExistsAtPath:()
| - (BOOL) fileExistsAtPath: |
|
(NSString *) |
path |
|
◆ fileExistsAtPath:isDirectory:()
◆ isLocked()
◆ isUnlockOperationInProgress()
| - (BOOL) isUnlockOperationInProgress |
|
|
|
◆ setAttributes:ofItemAtPath:()
| - (BOOL) setAttributes: |
|
(NSDictionary *) |
attributes |
| ofItemAtPath: |
|
(NSString *) |
path |
|
|
| |
◆ sharedDeviceUnlockManager()
◆ locked
◆ operationInfoByPathMap
| - (NSMutableDictionary*) operationInfoByPathMap |
|
protected |
◆ operationInfoQueue
| - (NSMutableArray*) operationInfoQueue |
|
protected |
◆ servicesToRestart
| - (NSMutableArray*) servicesToRestart |
|
protected |
◆ unlockOperationInProgress
| - (BOOL) unlockOperationInProgress |
|
protected |
◆ unlockOperationLock
| - (NSCondition *) unlockOperationLock |
|
readnonatomicstrongprotected |
◆ waitView