/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify.cpp | 151 notifyData.isDir = originNotifyData.isDir; in HandleRecycleRestore() 189 notifyData.isDir = true; in HandleMkdir() 201 notifyData.isDir = paramDisk.opsType == NotifyOpsType::DAEMON_RMDIR; in HandleUnlink() 225 notifyData.isDir = paramOthers.isDir; in HandleRename() 275 notifyData.isDir = paramService.node.isDir == TYPE_DIR_STR; in HandleInsert() 298 notifyData.isDir = curNode.isDir in HandleUpdate() [all...] |
H A D | clouddisk_notify_utils.cpp | 73 notifyData.isDir = inoPtr->stat.st_mode & S_IFDIR; in GetNotifyData() 100 notifyData.isDir = inoPtr->stat.st_mode & S_IFDIR; in GetNotifyData() 133 if (cacheNode.isDir != TYPE_DIR_STR) { in PutCacheNode()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | file_stat.cpp | 27 isDir = parcel.ReadBool(); in ReadFromParcel() 37 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isDir); in Marshalling()
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_db_const.h | 51 bool isDir = false; member 61 std::string isDir; member
|
H A D | clouddisk_notify_const.h | 60 bool isDir = false; member
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_report_entity_test.cpp | 79 string isDir = "0";
in HWTEST_F() local 85 content += fileName + ";" + mode + ";" + isDir + ";" + size + ";" + mtime + ";" + hash;
in HWTEST_F() 99 EXPECT_EQ(to_string(item.second.isDir), isDir);
in HWTEST_F() local 372 string isDir = "0";
in HWTEST_F() local 378 content += fileName + ";" + mode + ";" + isDir + ";" + size + ";" + mtime + ";" + hash;
in HWTEST_F() 417 string isDir = "0";
in HWTEST_F() local 423 content += fileName + ";" + mode + ";" + isDir + ";" + size + ";" + mtime + ";" + hash;
in HWTEST_F() 454 string isDir = "0";
in HWTEST_F() local 460 content += fileName + ";" + mode + ";" + isDir in HWTEST_F() [all...] |
/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/ |
H A D | clouddisknotify_fuzzer.cpp | 45 cacheNode.isDir = (size % DIVIDED_NUM == 0) ? "file" : "directory"; in TryNotifyServiceFuzzTest() 53 notifyData.isDir = (size % DIVIDED_NUM == 0); in TryNotifyServiceFuzzTest() 81 notifyData.isDir = (size % DIVIDED_NUM == 0); in AddNotifyFuzzTest()
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/ |
H A D | distributed_file_daemon_proxy_test.cpp | 486 bool isDir = false; in HWTEST_F() local 488 auto ret = proxy_->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 493 ret = proxy_->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 499 ret = testProxy->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 514 bool isDir = false; in HWTEST_F() local 518 auto ret = proxy_->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 525 ret = proxy_->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 532 ret = proxy_->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 540 ret = proxy_->GetRemoteCopyInfo("test", isFile, isDir); in HWTEST_F() 555 bool isDir in HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | file_stat.h | 27 bool isDir = false;
member
|
/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_report_entity.h | 30 bool isDir {false};
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/ |
H A D | distributed_file_daemon_manager_impl.cpp | 103 int32_t DistributedFileDaemonManagerImpl::GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir) in GetRemoteCopyInfo() argument 110 return distributedFileDaemonProxy->GetRemoteCopyInfo(srcUri, isFile, isDir); in GetRemoteCopyInfo()
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/include/ |
H A D | i_daemon_mock.h | 44 MOCK_METHOD3(GetRemoteCopyInfo, int32_t(const std::string &srcUri, bool &isFile, bool &isDir));
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/ |
H A D | quota_manager.h | 32 bool isDir;
member
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_notify_utils_test.cpp | 338 cacheNode.isDir = ""; in HWTEST_F() 355 cacheNode.isDir = "directory"; in HWTEST_F() 373 cacheNode.isDir = ""; in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_test.cpp | 382 info.isDir = 0; in HWTEST_F() 422 info.isDir = 0; in HWTEST_F() 485 info.isDir = 0; in HWTEST_F() 518 info.isDir = 0; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_writer.cpp | 191 bool isDir = FilePath::IsDir(absolutePath); in FlushEntriesIfNeeded() local 192 if (isValid && !isDir) { in FlushEntriesIfNeeded()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.h | 71 int SetSecOpt(const std::string &path, bool isDir = true) const;
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | i_daemon.h | 51 virtual int32_t GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir) = 0;
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/ |
H A D | i_daemon_mock.h | 80 int32_t GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir) in GetRemoteCopyInfo() argument
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/ |
H A D | distributed_file_daemon_manager_impl.h | 49 int32_t GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir);
|
H A D | distributed_file_daemon_proxy.h | 53 int32_t GetRemoteCopyInfo(const std::string &srcUri, bool &isFile, bool &isDir) override;
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_helper.cpp | 534 int FileAccessHelper::IsDirectory(Uri &uri, bool &isDir) in IsDirectory() argument 549 isDir = fileInfo.mode >= 0 && (static_cast<uint32_t>(fileInfo.mode) & DOCUMENT_FLAG_REPRESENTS_DIR) != 0; in IsDirectory() 656 bool isDir = false; in Copy() local 657 int ret = IsDirectory(destUri, isDir); in Copy() 663 if (!isDir) { in Copy() 686 bool isDir = false; in CopyFile() local 687 int ret = IsDirectory(destUri, isDir); in CopyFile() 692 if (!isDir) { in CopyFile()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon_stub.cpp | 294 bool isDir = false; in HandleGetRemoteCopyInfo() local 295 auto res = GetRemoteCopyInfo(srcUri, isFile, isDir); in HandleGetRemoteCopyInfo() 304 if (!reply.WriteBool(isDir)) { in HandleGetRemoteCopyInfo() 305 LOGE("Write isDir failed"); in HandleGetRemoteCopyInfo()
|
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 490 if (fileStat.isDir) {
in WriteFileList() 545 * @param excludeMap map for exclude physical path and isDir
577 fileStat.isDir = false;
in CheckIfDirForIncludes() 618 fileStat.isDir = true;
in AddOuterDirIntoFileStat() 648 if (fileStat.isDir == true && formatPath.back() != FILE_SEPARATOR_CHAR) {
in InsertStatFile() 705 fileStat.isDir = true;
in GetIncludesFileStats() 747 auto [isSucc, isDir] = CheckIfDirForIncludes(includeDir, paras, pathMap, statFile, excludesMap);
in ScanExtensionPath() 752 if (isDir && !GetIncludesFileStats(includeDir, paras, pathMap, statFile, excludesMap)) {
in ScanExtensionPath()
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | test_result_recorder.cpp | 165 bool isDir = resultPath.find(".json") == std::string::npos; in Initialize() local 166 if (isDir) { in Initialize()
|