Home
last modified time | relevance | path

Searched refs:NameList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp110 struct NameList { struct
115 static void Deleter(struct NameList *arg) in Deleter()
154 …unique_ptr<struct NameList, decltype(Deleter) *> pNameList = {new (nothrow) struct NameList, Delet… in GetConnectionStatus()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy_dir.cpp43 struct NameList { struct
59 static void Deleter(struct NameList *arg) in Deleter()
114 …std::unique_ptr<struct NameList, decltype(Deleter)*> pNameList = {new (std::nothrow) struct NameLi… in RecurCopyDir()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopydir.cpp86 struct NameList { struct
102 static void Deleter(struct NameList *arg) in Deleter()
165 …unique_ptr<struct NameList, decltype(Deleter)*> pNameList = {new (nothrow) struct NameList, Delete… in RecurCopyDir()
H A Dcopy.cpp332 struct NameList { struct
337 static void Deleter(struct NameList *arg) in Deleter()
367 …unique_ptr<struct NameList, decltype(Deleter) *> pNameList = { new (nothrow) struct NameList, Dele… in GetDirSize()
396 …unique_ptr<struct NameList, decltype(Deleter) *> pNameList = { new (nothrow) struct NameList, Dele… in RecurCopyDir()