Searched refs:CanBusReadMsg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | can_test.c | 209 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusReadMsg(handle, &msgGot, CAN_TEST_TIMEOUT_10)); in CanBusCanReadMsg() 229 CHECK_FALSE_RETURN(HDF_ERR_TIMEOUT == CanBusReadMsg(g_handle, &msg, 0)); in CanTestNoBlockRead() 236 LONGS_EQUAL_RETURN(HDF_ERR_TIMEOUT, CanBusReadMsg(g_handle, &msg, CAN_TEST_TIMEOUT_10)); in CanTestBlockRead() 334 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusReadMsg(handle, &msg, CAN_TEST_TIMEOUT_10)); in CanTestReaderFunc() 354 CHECK_FALSE_RETURN(CanBusReadMsg(g_handle, &msgGot, 0) == HDF_SUCCESS); in CanTestMultiThreadReadSameHandle() 370 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusReadMsg(g_handle, &msgGot, 0)); in CanTestMultiThreadReadMultiHandle() 397 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusReadMsg(handle, &msgGot, CAN_TEST_TIMEOUT_10)); in CanTestMultiThreadSendMultiHandle() 415 ret = CanBusReadMsg(NULL, &msg, 0); in CanTestReliability() 417 ret = CanBusReadMsg(NULL, &msg, 1); in CanTestReliability() 433 ret = CanBusReadMsg(handle, NULL, 0); in CanTestReliability() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_if.c | 35 int32_t CanBusReadMsg(DevHandle handle, struct CanMsg *msg, uint32_t tms) in CanBusReadMsg() function
|
/ohos5.0/drivers/hdf_core/framework/include/platform/ |
H A D | can_if.h | 81 int32_t CanBusReadMsg(DevHandle handle, struct CanMsg *msg, uint32_t tms);
|