Home
last modified time | relevance | path

Searched refs:sendMsg (Results 1 – 7 of 7) sorted by relevance

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/interface/
DIinterface_idl.template7 Ping([in] String sendMsg,[out] String recvMsg);
/drivers/hdf_core/framework/support/platform/src/can/
Dcan_core.c39 if (cntlr->ops == NULL || cntlr->ops->sendMsg == NULL) { in CanCntlrWriteMsg()
48 ret = cntlr->ops->sendMsg(cntlr, msg); in CanCntlrWriteMsg()
/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/good/foo/v1_0/
DIFoo.idl22 Ping([in] String sendMsg, [out] String recvMsg);
/drivers/hdf_core/framework/support/platform/include/can/
Dcan_core.h39 int32_t (*sendMsg)(struct CanCntlr *cntlr, const struct CanMsg *msg); member
/drivers/interface/
DREADME_ZH.md54 Ping([in] String sendMsg, [out] String recvMsg);
120 int32_t Ping(const std::string& sendMsg, std::string& recvMsg) override;
DREADME.md51 Ping([in] String sendMsg, [out] String recvMsg);
117 int32_t Ping(const std::string& sendMsg, std::string& recvMsg) override;
/drivers/hdf_core/adapter/platform/can/
Dcan_virtual.c232 .sendMsg = VirtualCanSendMsg,