Home
last modified time | relevance | path

Searched refs:OpenDevice (Results 1 – 25 of 27) sorted by relevance

12

/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_device_test.cpp87 auto ret = g_usbInterface->OpenDevice(dev);
102 auto ret = g_usbInterface->OpenDevice(dev);
117 auto ret = g_usbInterface->OpenDevice(dev);
132 auto ret = g_usbInterface->OpenDevice(dev);
149 auto ret = g_usbInterface->OpenDevice(dev);
167 auto ret = g_usbInterface->OpenDevice(dev);
188 auto ret = g_usbInterface->OpenDevice(dev);
209 auto ret = g_usbInterface->OpenDevice(dev);
Dusbd_interface_test.cpp80 ret = g_usbInterface->OpenDevice(dev_); in SetUpTestCase()
Dusbd_request_test.cpp83 ret = g_usbInterface->OpenDevice(dev_); in SetUpTestCase()
/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_device_test.cpp60 BENCHMARK_F(UsbBenchmarkDeviceTest, OpenDevice)(benchmark::State &state) in BENCHMARK_F() argument
71 ret = g_usbInterface->OpenDevice(g_dev); in BENCHMARK_F()
77 BENCHMARK_REGISTER_F(UsbBenchmarkDeviceTest, OpenDevice)->
98 ret = g_usbInterface->OpenDevice(g_dev); in BENCHMARK_F()
Dusb_benchmark_transfer_test.cpp121 auto ret = g_usbInterface->OpenDevice(g_dev); in InitPara()
530 auto ret = g_usbInterface->OpenDevice(g_dev); in BENCHMARK_F()
Dusb_benchmark_request_test.cpp89 auto ret = g_usbInterface->OpenDevice(g_dev); in InitPara()
/drivers/peripheral/display/hal/default_standard/src/utils/
Ddisplay_adapter.cpp71 int32_t DisplayAdapter::OpenDevice(const std::string &pathName, int32_t flags, mode_t mode) in OpenDevice() function in OHOS::HDI::DISPLAY::DisplayAdapter
73 if (funcs_->OpenDevice != nullptr) { in OpenDevice()
75 return funcs_->OpenDevice(pathName.c_str(), flags, mode); in OpenDevice()
Ddisplay_adapter.h36 int32_t OpenDevice(const std::string &pathName, int32_t flags, mode_t mode);
/drivers/peripheral/usb/test/unittest/mock/src/
Dusbd_device_auto_test.cpp297 int32_t ret = g_usbInterface->OpenDevice(dev_);
311 auto ret = g_usbInterface->OpenDevice(dev);
326 auto ret = g_usbInterface->OpenDevice(dev);
341 auto ret = g_usbInterface->OpenDevice(dev);
358 auto ret = g_usbInterface->OpenDevice(dev);
376 auto ret = g_usbInterface->OpenDevice(dev);
397 auto ret = g_usbInterface->OpenDevice(dev);
418 auto ret = g_usbInterface->OpenDevice(dev);
Dusbd_request_auto_test.cpp108 ret = g_usbInterface->OpenDevice(dev_); in SetUpTestCase()
Dusbd_transfer_auto_test.cpp131 ret = g_usbInterface->OpenDevice(dev_); in SetUpTestCase()
/drivers/peripheral/display/hal/default_standard/include/
Ddisplay_adapter_interface.h36 int32_t (*OpenDevice)(const char *path, int flags, mode_t mode); member
/drivers/peripheral/usb/test/fuzztest/usbopendevice_fuzzer/
Dusbopendevice_fuzzer.cpp43 ret = usbInterface->OpenDevice(dev); in UsbOpenDeviceFuzzTest()
/drivers/peripheral/usb/test/fuzztest/usbcommonfunction_fuzzer/
Dusbcommonfunction_fuzzer.cpp43 ret = usbInterface->OpenDevice(dev); in UsbFuzzTestHostModeInit()
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
Dfb_device.cpp36 int fd = adapter->OpenDevice(FBDEV_PATH, O_RDWR, 0); in Create()
/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
Dusbhost_fuzzer.cpp91 ret = usbInterface->OpenDevice(dev); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/usb/sample/host/src/
Dusbhost_nosdk_speed.c75 static int32_t OpenDevice(void) in OpenDevice() function
345 g_fd = OpenDevice(); in main()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_nosdk_speed.c68 static int32_t OpenDevice(void) in OpenDevice() function
397 OpenDevice(); in UsbSerialSpeed()
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Dframebuffer_allocator.cpp96 deviceFd_ = DisplayAdapter::GetInstance()->OpenDevice(FBDEV_PATH, O_RDWR, 0); in Init()
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp48 return gInputDeviceManager_->OpenDevice(devIndex); in OpenInputDevice()
Dinput_device_manager.cpp541 RetStatus InputDeviceManager::OpenDevice(uint32_t deviceIndex) in OpenDevice() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/udriver/include/
Dinput_device_manager.h91 RetStatus OpenDevice(uint32_t deviceIndex);
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
Dusb_impl_mock.h60 MOCK_METHOD1(OpenDevice, int32_t(const UsbDev &dev));
/drivers/peripheral/usb/hdi_service/include/
Dusb_impl.h46 int32_t OpenDevice(const UsbDev &dev) override;
/drivers/interface/usb/v1_0/
DIUsbInterface.idl64 OpenDevice([in] struct UsbDev dev);

12