Searched refs:unactived (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/ |
H A D | usbd_device_status_test.cpp | 173 bool unactived = 1; variable 184 __LINE__, ret, unactived); 200 bool unactived = 1; variable 203 __LINE__, ret, unactived); 218 bool unactived = 1; variable 221 __LINE__, ret, unactived); 237 bool unactived = 1; variable 254 bool unactived = 1; variable 272 bool unactived = 1; variable 290 bool unactived = 1; variable [all …]
|
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_device_status_test.cpp | 432 bool unactived = 1; variable 437 __LINE__, unactived); 470 bool unactived = 1; variable 475 __LINE__, unactived); 509 bool unactived = 1; variable 514 __LINE__, unactived); 547 bool unactived = 1; variable 585 bool unactived = 1; variable 624 bool unactived = 1; variable 664 bool unactived = 1; variable [all …]
|
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbgetinterfacestatus_fuzzer/ |
H A D | usbgetinterfacestatus_fuzzer.cpp | 46 bool unactived; in UsbGetInterfaceStatusFuzzTest() local 47 ret = usbInterface->GetInterfaceActiveStatus(dev, param.interfaceId, unactived); in UsbGetInterfaceStatusFuzzTest()
|
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrgetinterfacestatus_fuzzer/ |
H A D | usbmgrgetinterfacestatus_fuzzer.cpp | 51 bool unactived; in UsbMgrGetInterfaceStatusFuzzTest() local 53 … reinterpret_cast<const UsbInterface &>(std::move(data + OFFSET)), unactived) == UEC_OK) { in UsbMgrGetInterfaceStatusFuzzTest()
|