Home
last modified time | relevance | path

Searched refs:DfsuFDGuard (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_fd_guard.h22 class DfsuFDGuard final {
24 DfsuFDGuard() = default;
25 explicit DfsuFDGuard(int fd);
26 DfsuFDGuard(int fd, bool autoClose);
28 DfsuFDGuard(const DfsuFDGuard &fdg) = delete;
29 DfsuFDGuard &operator=(const DfsuFDGuard &fdg) = delete;
31 DfsuFDGuard(DfsuFDGuard &&fdg) = delete;
32 DfsuFDGuard &operator=(DfsuFDGuard &&fdg) = delete;
36 ~DfsuFDGuard();
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_fd_guard.cpp25 DfsuFDGuard::DfsuFDGuard(int fd) : fd_(fd) {} in DfsuFDGuard() function in OHOS::Storage::DistributedFile::DfsuFDGuard
27 DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in DfsuFDGuard() function in OHOS::Storage::DistributedFile::DfsuFDGuard
29 DfsuFDGuard::~DfsuFDGuard() in ~DfsuFDGuard()
37 DfsuFDGuard::operator bool() const
42 int DfsuFDGuard::GetFD() const in GetFD()
47 void DfsuFDGuard::SetFD(int fd, bool autoClose) in SetFD()
53 void DfsuFDGuard::ClearFD() in ClearFD()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/
H A Ddfsu_fd_guard_test.cpp66 DfsuFDGuard dfsuFDGuard(fd, autoClose);
89 DfsuFDGuard dfsuFDGuard(fd, autoClose);
113 DfsuFDGuard dfsuFDGuard(fd, autoClose);
136 DfsuFDGuard dfsuFDGuard(fd, autoClose);