Searched refs:RETVAL_INVALID (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_device_pipe_mock_test.cpp | 198 .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 D | usb_request_mock_test.cpp | 171 .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 D | usb_bulkcallback_mock_test.cpp | 215 .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 D | usb_core_mock_test.cpp | 234 …EXPECT_CALL(*mockUsbImpl_, SetCurrentFunctions(testing::_)).WillRepeatedly(Return(RETVAL_INVALID));
|
/ohos5.0/base/usb/usb_manager/test/native/mock/include/ |
H A D | usb_impl_mock.h | 47 constexpr int32_t RETVAL_INVALID = -1; variable
|
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/ |
H A D | usb_impl_mock.h | 46 constexpr int32_t RETVAL_INVALID = -1; variable
|