Searched defs:pktType (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxymanager_fuzzer/ |
H A D | clienttransproxymanager_fuzzer.cpp | 54 int32_t pktType = *(reinterpret_cast<const int32_t*>(data)); in ClientTransProxyManagerTest() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_act.c | 440 uint8_t pktType = AVCT_PKT_TYPE_START; in AvctSendFraMsg() local 512 uint8_t pktType = 0; in AvctMsgAsmbl() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_message.c | 74 uint8_t pktType = AVDT_PKT_TYPE_START; in AvdtSendFragPacket() local 153 …uint16_t lcid, Packet *fragmentPacket, uint8_t pktType, uint8_t msgType, uint8_t label, uint16_t p… in AvdtSendFragContinueEnd() 705 void AvdtBuildSingleHeader(uint8_t *data, uint8_t label, uint8_t pktType, uint8_t msgType) in AvdtBuildSingleHeader() 811 uint8_t pktType = AvdtParsePacketType(data); in AvdtParseMsg() local 897 void AvdtAssembleMsg(AvdtSigCtrl *sigCtrl, uint8_t msgType, uint8_t pktType, Packet *pkt) in AvdtAssembleMsg()
|
H A D | avdtp_l2cap.c | 810 uint8_t pktType = (data & 0xF7); in AvdtStreamDataProc() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_manager_test.cpp | 497 SessionPktType pktType = TRANS_SESSION_MESSAGE; variable
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 971 …_t channelId, const void *data, uint32_t len, ProxyChannelInfoDetail *info, SessionPktType pktType) in TransProxyPackAndSendData()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 869 uint8_t pktType = 0; in WriteStream() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | protocol_proto.cpp | 563 uint8_t pktType = NetToHost(phyHeader->packetType); in DisplayPacketInformation() local
|