Home
last modified time | relevance | path

Searched defs:writeCnt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/
H A Dusb_host_raw_api_func_test.cpp109 int32_t writeCnt = 8; variable
196 int32_t writeCnt = 8; variable
H A Dusb_host_serial_func_test.cpp197 int32_t writeCnt = 8; variable
278 int32_t writeCnt = 8; variable
/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_raw_api_func_test.cpp168 unsigned int writeCnt = 8; variable
318 int32_t writeCnt = 8; variable
H A Dusb_host_serial_func_test.cpp171 int32_t writeCnt = 8; variable
322 unsigned int writeCnt = 8; variable
H A Dusb_device_serial_func_test.cpp121 int32_t writeCnt = 8; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp566 size_t writeCnt = fwrite(data.data(), 1, RENDER_FRAME_SIZE, g_micFile); in Capture() local