Home
last modified time | relevance | path

Searched refs:close (Results 326 - 350 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp195 (void) close(fd); in CJ_ApiCall()
/test/ostest/wukong/common/src/
H A Dwukong_logger.cpp232 printer.close(); in Run()
/test/ostest/wukong/input_factory/src/
H A Drecord_input.cpp136 inFile.close(); in ReadEventLine()
/test/xts/hats/kernel/syscalls/mem/madvisecall/
H A DMadvisecallApiTest.cpp285 close(fd); in HWTEST_F()
/vendor/hihope/rk3568/bluetooth/src/
H A Duserial_vendor.c264 ** Description Conduct vendor-specific close work
282 HILOGI("device fd = %d close", vnd_userial.fd); in userial_vendor_close()
283 // flush Tx before close to make sure no chars in buffer in userial_vendor_close()
285 if ((result = close(vnd_userial.fd)) < 0) { in userial_vendor_close()
286 HILOGE("close(fd:%d) FAILED result:%d", vnd_userial.fd, result); in userial_vendor_close()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327_2L/
H A Dimx327_2l_sensor_ctl.c68 close(g_fd[vi_pipe]); in imx327_2l_i2c_init()
80 close(g_fd[vi_pipe]); in imx327_2l_i2c_exit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os04b10/
H A Dos04b_2l_sensor_ctl.c73 close(g_fd[vi_pipe]); in os04b_2l_i2c_init()
85 close(g_fd[vi_pipe]); in os04b_2l_i2c_exit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/
H A Dimx307_sensor_ctl.c85 close(g_fd[vi_pipe]); in imx307_i2c_init()
97 close(g_fd[vi_pipe]); in imx307_i2c_exit()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/
H A Dimx458_sensor_ctl.c68 close(g_fd[vi_pipe]); in imx458_i2c_init()
79 close(g_fd[vi_pipe]); in imx458_i2c_exit()
/test/xts/acts/multimedia/av_codec/demuxer/src/
H A Dapi_test.cpp74 close(fd1); in TearDown()
519 close(fd2); in HWTEST_F()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp63 close(imgFd); in DumpImageFile()
66 close(imgFd); in DumpImageFile()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c178 /* call the heap provided vma close() op */ in dma_buf_vma_close()
179 if (dmabuf->exp_vm_ops->close) { in dma_buf_vma_close()
180 dmabuf->exp_vm_ops->close(vma); in dma_buf_vma_close()
195 /* override open() and close() to provide buffer mmap count */ in dma_buf_do_mmap()
197 dmabuf->vm_ops.close = dma_buf_vma_close; in dma_buf_do_mmap()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h914 * close() waits for an unspecified time for any output to drain before dismantling the STREAM.
915 * If the O_NONBLOCK flag is set,close() does not wait for output to drain, and dismantles the STREAM immediately.
916 * CNcomment:如果未设置O_NONBLOCK,并且模块的写入队列中有数据,close()等待未指定的时间,等待任何输出排出,然后再拆卸流.
917 * 如果设置了O_NONBLOCK标志,close()不会等待输出耗尽,并立即取消流CNend
928 #define close(s) closesocket(s) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h52 * The close() function shall close a file descriptor, so that it no longer refers to any file and may be reused.
57 * @param __fd [IN] file descriptor to close.
64 * @retval #0 close file successful.
65 * @retval #-1 An error is encountered and close file failed.
80 int close(int);
113 * @see close | fcntl | open
149 * @see close | fcntl | open
409 * @see close | remove | rename | rmdir
/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py209 img.close()
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py137 s.close()
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py252 self.jar_process.stdout.close()
/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiCompilationTest.cpp54 ofs.close(); in SaveSupportModel()
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py276 xmlfile.close()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreBackupRestoreWithFAContextJsunit.test.js188 resultSet.close()
/test/xts/acts/multimedia/media/media_js_standard/
H A DMediaTestBase.js138 await fileio.close(fdNumber);
/test/xts/acts/security_lite/permission_posix/pms/src/
H A DActsPMSUnloadTest.cpp358 close(fd); in HWTEST_F()

Completed in 20 milliseconds

1...<<11121314151617181920>>...70