Home
last modified time | relevance | path

Searched refs:UniqueFdAddDeletor (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dunique_fd.h21 * The manager class `UniqueFdAddDeletor`,
38 * a `UniqueFdAddDeletor` object to release the management of an FD,
39 * the FD can no longer be taken over by other `UniqueFdAddDeletor` objects.
59 class UniqueFdAddDeletor;
61 bool operator==(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
63 bool operator!=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
65 bool operator>=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
67 bool operator>(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
69 bool operator<=(const int& lhs, const UniqueFdAddDeletor<Deleter>& rhs);
71 bool operator<(const int& lhs, const UniqueFdAddDeletor<Delete
105 explicit UniqueFdAddDeletor(const int& value) UniqueFdAddDeletor() function in OHOS::final
114 UniqueFdAddDeletor() UniqueFdAddDeletor() function in OHOS::final
171 UniqueFdAddDeletor(UniqueFdAddDeletor&& rhs) UniqueFdAddDeletor() function in OHOS::final
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_unique_fd_test.cpp140 UniqueFdAddDeletor<NewDeleter> ufd2(fd); in HWTEST_F()
154 UniqueFdAddDeletor<NewDeleter> ufd2(fd); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/
H A Dunique_fd_benchmark_test.cpp191 UniqueFdAddDeletor<NewDeleter> ufd2(fd); in BENCHMARK_F()
211 UniqueFdAddDeletor<NewDeleter> ufd2(fd); in BENCHMARK_F()

Completed in 3 milliseconds