Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c303 settingFrame->capsCheck = htonl(settingFramePara->capsCheck); in EncodeSettingFrame()
562 sizeof(hostSettingFrame->capsCheck)) { in IsSettingFrameLengthValid()
645 hostSettingFrame->capsCheck = ntohl(netSettingFrame->capsCheck); in DecodeSettingFrame()
650 sizeof(hostSettingFrame->capsCheck))) { in DecodeSettingFrame()
658 hostSettingFrame->dataFrameSize, hostSettingFrame->capsCheck, in DecodeSettingFrame()
H A Dnstackx_dfile_session.c457 settingFramePara.capsCheck = NSTACKX_INTERNAL_CAPS_RECV_FEEDBACK; in DFileSessionSendSetting()
647 session->capsCheck |= NSTACKX_INTERNAL_CAPS_RECV_FEEDBACK; in HandleLinkSeqCap()
650 session->capsCheck &= ~NSTACKX_INTERNAL_CAPS_RECV_FEEDBACK; in HandleLinkSeqCap()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h143 uint32_t capsCheck; member
236 return session->capsCheck & NSTACKX_INTERNAL_CAPS_RECV_FEEDBACK; in CapsRecvFeedback()
H A Dnstackx_dfile_frame.h167 uint32_t capsCheck; member