Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_mass_storage_notification.cpp137 for (int32_t i = 0; i < dev.GetConfigCount(); ++i) { in IsMassStorage()
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_device.h118 int32_t GetConfigCount() const in GetConfigCount() function
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_event_test.cpp156 EXPECT_GT(device.GetConfigCount(), 0);
/base/usb/usb_manager/test/native/mock/src/
Dusb_event_mock_test.cpp197 EXPECT_GT(device.GetConfigCount(), 0);
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp701 WRITE_PARCEL_WITH_RET(data, Int32, devInfo.GetConfigCount(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceMessageParcel()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp165 for (int32_t i = 0; i < usbDevice.GetConfigCount(); ++i) { in CtoJSUsbDevice()