Home
last modified time | relevance | path

Searched refs:FillpConnReqAckClient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h265 struct FillpConnReqAckClient { struct
410 void FillpSendConnConfirm(struct FillpPcb *pcb, FILLP_CONST struct FillpConnReqAckClient *reqAck);
H A Dfillp_mgt_msg_log.h35 …FILLP_CONST struct FillpConnReqAckClient *ack, FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extPara…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c319 struct FillpConnReqAckClient *reqAck) in FillpConnReqAckClientBuild()
372 struct FillpConnReqAckClient *reqAck) in FillpDecodeConnReqAckClientPara()
429 struct FillpConnReqAckClient reqAck = {0}; in FillpConnReqAckInput()
1547 static FILLP_INT32 ConnConfirmBuild(struct FillpPcb *pcb, FILLP_CONST struct FillpConnReqAckClient in ConnConfirmBuild()
1647 void FillpSendConnConfirm(struct FillpPcb *pcb, FILLP_CONST struct FillpConnReqAckClient *reqAck) in FillpSendConnConfirm()
H A Dfillp_mgt_msg_log.c200 …FILLP_CONST struct FillpConnReqAckClient *ack, FILLP_CONST FILLP_UCHAR *extPara, FILLP_INT extPara… in FillpConnReqAckRxLog()