Home
last modified time | relevance | path

Searched refs:LoadChildren (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/dfs_service/utils/dentry/include/
H A Dmeta_file.h59 int32_t LoadChildren(std::vector<MetaBase> &bases);
93 int32_t LoadChildren(std::vector<MetaBase> &bases);
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_clouddisk_test.cpp237 * @tc.desc: Verify the CloudDiskMetaFile::LoadChildren function
247 int32_t ret = mFile.LoadChildren(bases); in HWTEST_F()
508 int32_t ret = mFile.LoadChildren(bases); in HWTEST_F()
H A Ddentry_meta_file_test.cpp270 * @tc.desc: Verify the LoadChildren
281 int ret = mFile.LoadChildren(bases); in HWTEST_F()
292 * @tc.desc: Verify the LoadChildren
302 int ret = mFile.LoadChildren(bases); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.h118 void LoadChildren(bool notDetach) const;
H A Dlazy_for_each_node.cpp411 LoadChildren(notDetach); in GetChildren()
437 void LazyForEachNode::LoadChildren(bool notDetach) const in LoadChildren() function in OHOS::Ace::NG::LazyForEachNode
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp496 int32_t CloudDiskMetaFile::LoadChildren(std::vector<MetaBase> &bases) in LoadChildren() function in OHOS::FileManagement::CloudDiskMetaFile
/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp640 int32_t CloudDiskMetaFile::LoadChildren(std::vector<MetaBase> &bases) in LoadChildren() function in OHOS::FileManagement::CloudDiskMetaFile
H A Dmeta_file.cpp640 int32_t MetaFile::LoadChildren(std::vector<MetaBase> &bases) in LoadChildren() function in OHOS::FileManagement::MetaFile
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp694 err = metaFile->LoadChildren(childInfos); in ReadDirForRecycle()
1150 err = metaFile->LoadChildren(bases); in RmDir()

Completed in 11 milliseconds