Home
last modified time | relevance | path

Searched refs:Close (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dunique_fd.h37 * deal with a different scenario. When `Deleter::Close()` is called to enable
50 static void Close(int fd) in Close() function in OHOS::DefaultDeleter
284 Deleter::Close(fd_); in Reset()
/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_childprocess.h59 * Close the target process.
61 void Close();
H A Dnative_module_process.cpp134 static napi_value Close(napi_env env, napi_callback_info info) in Close() function
141 object->Close(); in Close()
245 DECLARE_NAPI_FUNCTION("close", Close), in RunCommand()
H A Djs_childprocess.cpp388 void ChildProcess::Close() in Close() function in OHOS::JsSysModule::Process::ChildProcess
/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/
H A Dunique_fd_benchmark_test.cpp169 static void Close(int fd) in Close() function in OHOS::__anon29::NewDeleter
171 BENCHMARK_LOGD("UniqueFd static void Close is called."); in Close()
231 DefaultDeleter::Close(fd); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_unique_fd_test.cpp125 static void Close(int fd) in Close() function in OHOS::__anon50::NewDeleter
/commonlibrary/ets_utils/js_sys_module/test/
H A Dtest_process.cpp682 * @tc.desc: Close the target process.
696 childprocess.Close(); in HWTEST_F()

Completed in 6 milliseconds