Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_if.c55 int32_t CanBusGetCfg(DevHandle handle, struct CanConfig *cfg) in CanBusGetCfg() function
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dcan_if.h89 int32_t CanBusGetCfg(DevHandle handle, struct CanConfig *cfg);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dcan_test.c138 LONGS_EQUAL_RETURN(HDF_SUCCESS, CanBusGetCfg(g_handle, &cfg)); in CanTestSetUpByConfig()
421 ret = CanBusGetCfg(NULL, &cfg); in CanTestReliability()
439 ret = CanBusGetCfg(handle, NULL); in CanTestReliability()