Home
last modified time | relevance | path

Searched refs:GetConfigCount (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/usb/usb_manager/test/tool/
H A Dusb_function_test.cpp78 if (device.GetConfigCount() > 0) { in OnReceiveEvent()
84 device.GetName().c_str(), device.GetConfigCount(), strConfig.c_str()); in OnReceiveEvent()
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp155 EXPECT_GT(device.GetConfigCount(), 0);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp234 for (int32_t i = 0; i < dev.GetConfigCount(); i++) { in GetInterfaceDescription()
H A Dusb_mass_storage_notification.cpp150 for (int32_t i = 0; i < dev.GetConfigCount(); ++i) { in IsMassStorage()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h149 int32_t GetConfigCount() const in GetConfigCount() function
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp196 EXPECT_GT(device.GetConfigCount(), 0);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_usb_manager.cpp54 int32_t configCount = usbdevice.GetConfigCount(); in isPrintDevice()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp903 WRITE_PARCEL_WITH_RET(data, Int32, devInfo.GetConfigCount(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp173 for (int32_t i = 0; i < usbDevice.GetConfigCount(); ++i) { in CtoJSUsbDevice()