Home
last modified time | relevance | path

Searched refs:unactived (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_device_status_test.cpp165 * @tc.desc: int32_t GetInterfaceActiveStatus(const UsbDev &dev, uint8_t interfaceId, bool unactived);
174 bool unactived = 1; in HWTEST_F() local
179 ret = g_usbInterface->GetInterfaceActiveStatus(dev, interfaceId, unactived); in HWTEST_F()
184 HDF_LOGI("UsbdGetInterfaceActiveStatus001 %{public}d GetInterfaceActiveStatus=%{public}d, unactived=%{public}d", in HWTEST_F()
185 __LINE__, ret, unactived); in HWTEST_F()
192 * @tc.desc: int32_t GetInterfaceActiveStatus(const UsbDev &dev, uint8_t interfaceId, bool unactived);
201 bool unactived = 1; in HWTEST_F() local
202 auto ret = g_usbInterface->GetInterfaceActiveStatus(dev, interfaceId, unactived); in HWTEST_F()
203 HDF_LOGI("UsbdGetInterfaceActiveStatus002 %{public}d ret=%{public}d, unactived=%{public}d", in HWTEST_F()
204 __LINE__, ret, unactived); in HWTEST_F()
219 bool unactived = 1; HWTEST_F() local
238 bool unactived = 1; HWTEST_F() local
255 bool unactived = 1; HWTEST_F() local
273 bool unactived = 1; HWTEST_F() local
291 bool unactived = 1; HWTEST_F() local
309 bool unactived = 1; HWTEST_F() local
[all...]
/drivers/peripheral/usb/test/fuzztest/usbgetinterfacestatus_fuzzer/
H A Dusbgetinterfacestatus_fuzzer.cpp46 bool unactived; in UsbGetInterfaceStatusFuzzTest() local
47 ret = usbInterface->GetInterfaceActiveStatus(dev, param.interfaceId, unactived); in UsbGetInterfaceStatusFuzzTest()

Completed in 2 milliseconds