Home
last modified time | relevance | path

Searched defs:fileLock (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Dcloud_disk_inode.h93 std::shared_mutex fileLock; member
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp231 PreferencesFileLock fileLock(lockFilePath, dataGroupId); in DeletePreferences() local
H A Dpreferences_xml_utils.cpp117 PreferencesFileLock fileLock(MakeFilePath(fileName, STR_LOCK), dataGroupId); in XmlReadFile() local
305 PreferencesFileLock fileLock(MakeFilePath(fileName, STR_LOCK), dataGroupId); in XmlSaveFormatFileEnc() local
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp137 unique_lock<mutex> fileLock(ctx->fileCountLock_); in OnFileReady() local
H A Dtools_op_incremental_restore.cpp159 unique_lock<mutex> fileLock(ctx->fileCountLock_); in OnFileReady() local
H A Dtools_op_incremental_restore_async.cpp128 unique_lock<mutex> fileLock(ctx->fileCountLock_); in OnFileReady() local
H A Dtools_op_restore_async.cpp122 unique_lock<mutex> fileLock(ctx->fileCountLock_); in OnFileReady() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c337 pthread_rwlock_t *fileLock = &g_fileLocks[storeIndex]; in LoadStatus() local
406 pthread_rwlock_t *fileLock = &g_fileLocks[storeIndex]; in WriteStatus() local
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp336 std::unique_lock<std::shared_timed_mutex> fileLock(accountFileOperator_->fileLock_); in AddFileWatcher() local