Home
last modified time | relevance | path

Searched refs:OpenPortFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp56 int32_t UsbdPort::OpenPortFile(int32_t flags) in OpenPortFile() function in OHOS::HDI::Usb::V1_1::UsbdPort
94 int32_t fd = OpenPortFile(O_WRONLY | O_TRUNC); in WritePortFile()
111 int32_t fd = OpenPortFile(O_RDONLY); in ReadPortFile()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_port.h72 int32_t OpenPortFile(int32_t flags);