Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp198 .WillRepeatedly(Return(RETVAL_INVALID));
218 .WillRepeatedly(Return(RETVAL_INVALID));
256 .WillRepeatedly(Return(RETVAL_INVALID));
277 .WillRepeatedly(Return(RETVAL_INVALID));
315 .WillRepeatedly(Return(RETVAL_INVALID));
336 .WillRepeatedly(Return(RETVAL_INVALID));
372 .WillRepeatedly(Return(RETVAL_INVALID));
392 .WillRepeatedly(Return(RETVAL_INVALID));
430 .WillRepeatedly(Return(RETVAL_INVALID));
451 .WillRepeatedly(Return(RETVAL_INVALID));
[all …]
H A Dusb_request_mock_test.cpp171 .WillRepeatedly(Return(RETVAL_INVALID));
193 .WillRepeatedly(Return(RETVAL_INVALID));
215 .WillRepeatedly(Return(RETVAL_INVALID));
237 .WillRepeatedly(Return(RETVAL_INVALID));
274 …_CALL(*mockUsbImpl_, RequestCancel(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
294 …_CALL(*mockUsbImpl_, RequestCancel(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
331 …_CALL(*mockUsbImpl_, RequestCancel(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
554 .WillRepeatedly(Return(RETVAL_INVALID));
580 .WillRepeatedly(Return(RETVAL_INVALID));
628 .WillRepeatedly(Return(RETVAL_INVALID));
[all …]
H A Dusb_bulkcallback_mock_test.cpp215 .WillRepeatedly(Return(RETVAL_INVALID));
220 …L(*mockUsbImpl_, UnRegBulkCallback(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
242 .WillRepeatedly(Return(RETVAL_INVALID));
247 …L(*mockUsbImpl_, UnRegBulkCallback(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
308 …mockUsbImpl_, BulkRead(testing::_, testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
602 …ECT_CALL(*mockUsbImpl_, BulkCancel(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
643 …ECT_CALL(*mockUsbImpl_, BulkCancel(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
691 .WillRepeatedly(Return(RETVAL_INVALID));
695 …L(*mockUsbImpl_, UnRegBulkCallback(testing::_, testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
717 .WillRepeatedly(Return(RETVAL_INVALID));
[all …]
H A Dusb_core_mock_test.cpp234 …EXPECT_CALL(*mockUsbImpl_, SetCurrentFunctions(testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h47 constexpr int32_t RETVAL_INVALID = -1; variable
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h46 constexpr int32_t RETVAL_INVALID = -1; variable