Home
last modified time | relevance | path

Searched refs:DoChildUpdate (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_clouddisk_test.cpp117 int ret = mFile.DoChildUpdate(name, callback);
345 int32_t ret = mFile.DoChildUpdate(name, updateFunc);
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/include/
H A Dmeta_file.h84 int32_t DoChildUpdate(const std::string &name, CloudDiskMetaFileCallBack updateFunc);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp146 int32_t CloudDiskMetaFile::DoChildUpdate(const std::string &name, CloudDiskMetaFileCallBack callbac… in DoChildUpdate() function in OHOS::FileManagement::CloudDiskMetaFile
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp160 int32_t CloudDiskMetaFile::DoChildUpdate(const std::string &name, CloudDiskMetaFileCallBack callbac… in DoChildUpdate() function in OHOS::FileManagement::CloudDiskMetaFile
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp1314 ret = metaFile->DoChildUpdate(inoPtr->fileName, callback); in UpdateCacheDentrySize()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp554 int32_t ret = metaFile->DoChildUpdate(fileName, callback); in WriteUpdateDentry()