Searched refs:CanBusDelFilter (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | can_test.c | 248 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusDelFilter(g_handle, &g_filterA)); in CanTestAddAndDelFilter() 267 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusDelFilter(g_handle, &g_filterA)); in CanTestAddMultiFilter() 268 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusDelFilter(g_handle, &g_filterB)); in CanTestAddMultiFilter() 425 ret = CanBusDelFilter(NULL, &filter); in CanTestReliability() 443 ret = CanBusDelFilter(handle, &filter); in CanTestReliability()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_if.c | 45 int32_t CanBusDelFilter(DevHandle handle, const struct CanFilter *filter) in CanBusDelFilter() function
|
/ohos5.0/drivers/hdf_core/framework/include/platform/ |
H A D | can_if.h | 85 int32_t CanBusDelFilter(DevHandle handle, const struct CanFilter *filter);
|