/test/testfwk/arkxtest/uitest/cj/ |
H A D | uitest_ffi.cpp | 195 (void) close(fd); in CJ_ApiCall()
|
/test/ostest/wukong/common/src/ |
H A D | wukong_logger.cpp | 232 printer.close(); in Run()
|
/test/ostest/wukong/input_factory/src/ |
H A D | record_input.cpp | 136 inFile.close(); in ReadEventLine()
|
/test/xts/hats/kernel/syscalls/mem/madvisecall/ |
H A D | MadvisecallApiTest.cpp | 285 close(fd); in HWTEST_F()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | userial_vendor.c | 264 ** 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 D | imx327_2l_sensor_ctl.c | 68 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 D | os04b_2l_sensor_ctl.c | 73 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 D | imx307_sensor_ctl.c | 85 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 D | imx458_sensor_ctl.c | 68 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 D | api_test.cpp | 74 close(fd1); in TearDown() 519 close(fd2); in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 63 close(imgFd);
in DumpImageFile() 66 close(imgFd);
in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 63 close(imgFd); in DumpImageFile() 66 close(imgFd); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | benchmark_common.cpp | 63 close(imgFd); in DumpImageFile() 66 close(imgFd); in DumpImageFile()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | common.cpp | 63 close(imgFd);
in DumpImageFile() 66 close(imgFd);
in DumpImageFile()
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 178 /* 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 D | hi_net_api.h | 914 * 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 D | unistd.h | 52 * 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 D | screen_agent.py | 209 img.close()
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 137 s.close()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 252 self.jar_process.stdout.close()
|
/test/xts/acts/ai/nncore/nncoretest/src/ |
H A D | HdiCompilationTest.cpp | 54 ofs.close();
in SaveSupportModel()
|
/test/xts/acts/arkui/libuv/ |
H A D | genlocal.py | 276 xmlfile.close()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreBackupRestoreWithFAContextJsunit.test.js | 188 resultSet.close()
|
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | MediaTestBase.js | 138 await fileio.close(fdNumber);
|
/test/xts/acts/security_lite/permission_posix/pms/src/ |
H A D | ActsPMSUnloadTest.cpp | 358 close(fd);
in HWTEST_F()
|