Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/can/
H A Dcan_client.h25 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_if.c32 return CanClientWriteMsg((struct CanClient *)handle, msg); in CanBusSendMsg()
H A Dcan_client.c104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg() function