Searched refs:DfsuFDGuard (Results 1 – 3 of 3) sorted by relevance
22 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();
25 DfsuFDGuard::DfsuFDGuard(int fd) : fd_(fd) {} in DfsuFDGuard() function in OHOS::Storage::DistributedFile::DfsuFDGuard27 DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in DfsuFDGuard() function in OHOS::Storage::DistributedFile::DfsuFDGuard29 DfsuFDGuard::~DfsuFDGuard() in ~DfsuFDGuard()37 DfsuFDGuard::operator bool() const42 int DfsuFDGuard::GetFD() const in GetFD()47 void DfsuFDGuard::SetFD(int fd, bool autoClose) in SetFD()53 void DfsuFDGuard::ClearFD() in ClearFD()
66 DfsuFDGuard dfsuFDGuard(fd, autoClose);89 DfsuFDGuard dfsuFDGuard(fd, autoClose);113 DfsuFDGuard dfsuFDGuard(fd, autoClose);136 DfsuFDGuard dfsuFDGuard(fd, autoClose);