Home
last modified time | relevance | path

Searched defs:pNameList (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy_dir.cpp114 std::unique_ptr<struct NameList, decltype(Deleter)*> pNameList = {new (std::nothrow) struct NameList, Deleter}; in RecurCopyDir() local
H A Dlist_file.cpp212 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in FilterFileRes() local
232 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in RecursiveFunc() local
[all...]
H A Dcopy.cpp266 std::unique_ptr<struct NameList, decltype(Deleter) *> pNameList = { new (std::nothrow) struct NameList, Deleter }; in RecurCopyDir() local
323 std::unique_ptr<struct NameList, decltype(Deleter) *> pNameList = { new (std::nothrow) struct NameList, Deleter }; in GetDirSize() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp145 unique_ptr<struct NameList, decltype(Deleter) *> pNameList = {new (nothrow) struct NameList, Deleter}; in GetConnectionStatus() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopydir.cpp179 unique_ptr<struct NameList, decltype(Deleter)*> pNameList = {new (nothrow) struct NameList, Deleter}; in RecurCopyDir() local
H A Dlistfile.cpp268 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in FilterFileRes() local
287 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in RecursiveFunc() local
[all...]
H A Dcopy.cpp371 unique_ptr<struct NameList, decltype(Deleter) *> pNameList = { new (nothrow) struct NameList, Deleter }; in GetDirSize() local
400 unique_ptr<struct NameList, decltype(Deleter) *> pNameList = { new (nothrow) struct NameList, Deleter }; in RecurCopyDir() local
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp247 static napi_value GetListFileResult(napi_env env, struct NameListArg* pNameList) in GetListFileResult() argument
300 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in ListFileCore() local
/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h272 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in ScanDir() local
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp109 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in RecursiveFunc() local
424 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; in ListFile() local
537 unique_ptr<struct NameListArg, decltype(Deleter)*> pNameList = { new (nothrow) struct NameListArg, Deleter }; RecoverDir() local
[all...]

Completed in 8 milliseconds