Home
last modified time | relevance | path

Searched refs:CanBusDelFilter (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dcan_test.c248 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 Dcan_if.c45 int32_t CanBusDelFilter(DevHandle handle, const struct CanFilter *filter) in CanBusDelFilter() function
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dcan_if.h85 int32_t CanBusDelFilter(DevHandle handle, const struct CanFilter *filter);