/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/ |
H A D | log.h | 28 namespace DistributedFS { 54 …(void)OHOS::HiviewDFX::HiLog::Debug(OHOS::DistributedFS::FILEIO_LABEL, "%{public}s: " fmt, __func_… 56 …(void)OHOS::HiviewDFX::HiLog::Info(OHOS::DistributedFS::FILEIO_LABEL, "%{public}s: " fmt, __func__… 58 …(void)OHOS::HiviewDFX::HiLog::Warn(OHOS::DistributedFS::FILEIO_LABEL, "%{public}s: " fmt, __func__… 60 …(void)OHOS::HiviewDFX::HiLog::Error(OHOS::DistributedFS::FILEIO_LABEL, "%{public}s: " fmt, __func_… 62 …(void)OHOS::HiviewDFX::HiLog::Fatal(OHOS::DistributedFS::FILEIO_LABEL, "%{public}s: " fmt, __func_…
|
H A D | ability_helper.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/ |
H A D | hash.cpp | 91 tie(ret, res) = DistributedFS::HashFile::HashWithMD5(fpath); in Async() 93 tie(ret, res) = DistributedFS::HashFile::HashWithSHA1(fpath); in Async() 95 tie(ret, res) = DistributedFS::HashFile::HashWithSHA256(fpath); in Async()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_impl.h | 35 std::unique_ptr<DistributedFS::FDGuard> fd_ = { nullptr }; 54 …FileEntity(std::unique_ptr<DistributedFS::FDGuard> fd, const std::string& path, const std::string&… in FileEntity()
|
H A D | file_impl.cpp | 46 using namespace DistributedFS; 51 using namespace OHOS::DistributedFS::ModuleRemoteUri; 157 auto fdg = CreateUniquePtr<DistributedFS::FDGuard>(fd, false); in InstantiateFile() 264 auto fdPrt = CreateUniquePtr<DistributedFS::FDGuard>(dstFd, false); in Dup()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/test/unittest/task_signal/ |
H A D | task_signal_test.cpp | 27 namespace DistributedFS { namespace 29 using namespace OHOS::DistributedFS::ModuleTaskSignal;
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | create_randomaccessfile.cpp | 53 OHOS::DistributedFS::FDGuard sfd; in ParseJsFile() 54 auto fdg = CreateUniquePtr<DistributedFS::FDGuard>(sfd, false); in ParseJsFile() 74 auto fdg = CreateUniquePtr<DistributedFS::FDGuard>(dupFd, false); in ParseJsFile() 140 std::unique_ptr<DistributedFS::FDGuard> fdg, in InstantiateRandomAccessFile()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_document/ |
H A D | document_napi.h | 22 namespace DistributedFS {
|
H A D | document_n_exporter.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dirent/ |
H A D | dirent_entity.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/ |
H A D | stat_entity.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/ |
H A D | stat_entity_v9.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/native/task_signal/ |
H A D | task_signal_listener.h | 20 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/ |
H A D | stream_entity.h | 20 namespace DistributedFS {
|
H A D | flush.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | hash.h | 25 namespace DistributedFS {
|
H A D | chmod.h | 22 namespace DistributedFS {
|
H A D | chown.h | 22 namespace DistributedFS {
|
H A D | close.h | 22 namespace DistributedFS {
|
H A D | copy_file.h | 22 namespace DistributedFS {
|
H A D | create_stream.h | 22 namespace DistributedFS {
|
H A D | fchmod.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/ |
H A D | common_func.h | 22 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_file/ |
H A D | file_entity.h | 24 namespace DistributedFS {
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dir/ |
H A D | dir_entity.h | 23 namespace DistributedFS {
|