Searched refs:FaultOperation (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
H A D | fuse_manager.cpp | 258 static int HandleCloudError(CloudError error, FaultOperation faultOperation) in HandleCloudError() 294 FaultOperation faultOperation_; 310 case FaultOperation::LOOKUP: in XcollieCallback() 313 case FaultOperation::FORGET: in XcollieCallback() 451 XcollieInput xcollieInput{child.get(), FaultOperation::LOOKUP}; in CloudDoLookupHelper() 510 XcollieInput xcollieInput{node.get(), FaultOperation::FORGET}; in PutNode() 651 auto ret = HandleCloudError(ckError, FaultOperation::OPEN); in HandleOpenResult() 759 CLOUD_FILE_FAULT_REPORT(CloudFileFaultInfo{PHOTOS_BUNDLE_NAME, FaultOperation::OPEN, in DoCloudOpen() 815 CLOUD_FILE_FAULT_REPORT(CloudFileFaultInfo{PHOTOS_BUNDLE_NAME, FaultOperation::OPEN, in CloudOpenHelper() 834 CLOUD_FILE_FAULT_REPORT(CloudFileFaultInfo{PHOTOS_BUNDLE_NAME, FaultOperation::OPEN, in CloudOpen() [all …]
|
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/big_data_statistics/ |
H A D | cloud_file_fault_event.h | 50 enum class FaultOperation { enum 119 FaultOperation faultOperation_;
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 1070 …UD_FILE_FAULT_REPORT(CloudFileFaultInfo{parentInode->bundleName, CloudFile::FaultOperation::UNLINK, in DoCloudUnlink()
|