Home
last modified time | relevance | path

Searched defs:packet (Results 176 - 200 of 241) sorted by relevance

12345678910

/third_party/ffmpeg/libavcodec/
H A Dcbs_h2645.c469 cbs_h2645_fragment_add_nals(CodedBitstreamContext *ctx, CodedBitstreamFragment *frag, const H2645Packet *packet) cbs_h2645_fragment_add_nals() argument
H A Dqdm2.c96 QDM2SubPacket *packet; ///< packet member
1124 QDM2SubPacket header, *packet; qdm2_decode_super_block() local
1369 QDM2SubPacket *packet = NULL; qdm2_decode_fft_packets() local
[all...]
/third_party/curl/tests/server/
H A Dmqttd.c239 unsigned char packet[]={ in connack() local
262 unsigned char packet[]={ in suback() local
285 unsigned char packet[]={ puback() local
308 unsigned char packet[]={ disconnect() local
397 unsigned char *packet; publish() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtpdec.c796 RTPPacket **cur = &s->queue, *packet; in enqueue_packet() local
[all...]
/third_party/curl/lib/
H A Dtftp.c260 static void setpacketevent(struct tftp_packet *packet, unsigned short num) in setpacketevent() argument
267 static void setpacketblock(struct tftp_packet *packet, unsigned short num) in setpacketblock() argument
273 static unsigned short getrpacketevent(const struct tftp_packet *packet) in getrpacketevent() argument
278 getrpacketblock(const struct tftp_packet *packet) getrpacketblock() argument
[all...]
/third_party/libcoap/src/
H A Dcoap_io.c1063 coap_packet_get_memmapped(coap_packet_t *packet, unsigned char **address, size_t *length) { argument
1076 coap_socket_recv(coap_socket_t *sock, coap_packet_t *packet) { argument
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c140 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c589 int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context, in tls_collect_extensions() argument
/third_party/pulseaudio/src/pulse/
H A Dcontext.c360 static void pstream_packet_callback(pa_pstream *p, pa_packet *packet, pa_cmsg_ancil_data *ancil_data, void *userdata) { in pstream_packet_callback() argument
/third_party/openssl/ssl/statem/
H A Dextensions.c561 int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context, in tls_collect_extensions() argument
/third_party/pulseaudio/src/pulsecore/
H A Dpstream.c96 pa_packet *packet; member
115 pa_packet *packet; member
443 pa_pstream_send_packet(pa_pstream*p, pa_packet *packet, pa_cmsg_ancil_data *ancil_data) pa_pstream_send_packet() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp931 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local
945 rr::FragmentPacket& packet = packets[packetNdx]; in shadeFragments() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp168 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() member in deqp::gls::__anon31008::CoordVertexShader::rr
194 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() member in deqp::gls::__anon31008::TextureVertexShader::rr
226 rr::FragmentPacket& packet = packets[packetNdx]; shadeFragments() local
261 rr::FragmentPacket& packet = packets[packetNdx]; shadeFragments() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp141 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local
201 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local
283 rr::VertexPacket& packet = *packets[packetNdx]; shadeVertices() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp330 std::shared_ptr<AvrcCtPassPacket> packet = std::make_shared<AvrcCtPassPacket>(button, AVRC_KEY_STATE_PRESS); in SendPressButtonCmd() local
340 std::shared_ptr<AvrcCtPassPacket> packet = std::make_shared<AvrcCtPassPacket>(button, AVRC_KEY_STATE_RELEASE); in SendReleaseButtonCmd() local
394 std::shared_ptr<AvrcCtPassPacket> packet = cnManager->PopPassQueue(rawAddr); in SendNextPassCmd() local
542 std::shared_ptr<AvrcCtUnitPacket> packet = cnManager->PopUnitQueue(rawAddr); SendNextUnitCmd() local
588 std::shared_ptr<AvrcCtUnitPacket> packet = AvrcCtConnectManager::GetInstance()->GetUnitPacket(rawAddr); ProcessUnitTimeout() local
666 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->PopVendorQueue(rawAddr); SendNextVendorCmd() local
681 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtRcrPacket>(pduId); SendVendorContinueCmd() local
700 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtAcrPacket>(pduId); SendVendorAbortCmd() local
719 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGcPacket>(capabilityId); SendGetCapabilitiesCmd() local
743 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtLpasaPacket>(); SendListPlayerApplicationSettingAttributesCmd() local
764 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtLpasvPacket>(attribute); SendListPlayerApplicationSettingValuesCmd() local
776 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); ReceiveListPlayerApplicationSettingValuesRsp() local
827 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGcpasvPacket>(attributes); SendGetCurrentPlayerApplicationSettingValueCmd() local
839 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); ReceiveGetCurrentPlayerApplicationSettingValueRsp() local
895 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtSpasvPacket>(attributes, values); SendSetPlayerApplicationSettingValueCmd() local
916 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGpasatPacket>(attributes); SendGetPlayerApplicationSettingAttributeTextCmd() local
928 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); ReceiveGetPlayerApplicationSettingAttributeTextRsp() local
984 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGpasvtPacket>(attributeId, values); SendGetPlayerApplicationSettingValueTextCmd() local
996 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); ReceiveGetPlayerApplicationSettingValueTextRsp() local
1051 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGeaPacket>(identifier, attributes); SendGetElementAttributesCmd() local
1063 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); ReceiveGetElementAttributesRsp() local
1112 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtGpsPacket>(); SendGetPlayStatusCmd() local
1136 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtRcrPacket>(pduId); SendRequestContinuingResponseCmd() local
1146 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtAcrPacket>(pduId); SendAbortContinuingResponseCmd() local
1158 std::shared_ptr<AvrcCtVendorPacket> packet = AvrcCtConnectManager::GetInstance()->GetVendorContinuePacket(rawAddr); ReceiveAbortContinuingResponseRsp() local
1175 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtSapPacket>(playerId); SendSetAddressedPlayerCmd() local
1202 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtPiPacket>(scope, uid, uidCounter); SendPlayItemCmd() local
1229 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtAtnpPacket>(scope, uid, uidCounter); SendAddToNowPlayingCmd() local
1255 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtSavPacket>(volume); SendSetAbsoluteVolumeCmd() local
1279 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtNotifyPacket>(event); EnableNotification() local
1324 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtNotifyPacket>(notifyPkt->GetEventId()); ReceiveRegisterNotificationRsp() local
1388 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorContinuePacket(rawAddr); InformPlayerApplicationSettingChanged() local
1509 std::shared_ptr<AvrcCtVendorPacket> packet = std::make_shared<AvrcCtNotifyPacket>(event); ProcessVendorNotificationTimeout() local
1514 ProcessVendorAvcControlTimeout(RawAddress rawAddr, const std::shared_ptr<AvrcCtVendorPacket> &packet) ProcessVendorAvcControlTimeout() argument
1553 ProcessVendorAvcStatus1Timeout(RawAddress rawAddr, const std::shared_ptr<AvrcCtVendorPacket> &packet) ProcessVendorAvcStatus1Timeout() argument
1584 ProcessVendorAvcStatus2Timeout(RawAddress rawAddr, const std::shared_ptr<AvrcCtVendorPacket> &packet) ProcessVendorAvcStatus2Timeout() argument
1622 std::shared_ptr<AvrcCtVendorPacket> packet = cnManager->GetVendorPacket(rawAddr); ProcessVendorTimeout() local
1715 std::shared_ptr<AvrcCtBrowsePacket> packet = cnManager->PopBrowseQueue(rawAddr); SendNextBrowseCmd() local
1750 std::shared_ptr<AvrcCtBrowsePacket> packet = std::make_shared<AvrcCtSbpPacket>(playerId); SendSetBrowsedPlayerCmd() local
1780 std::shared_ptr<AvrcCtBrowsePacket> packet = std::make_shared<AvrcCtCpPacket>(uidCounter, direction, folderUid); SendChangePathCmd() local
1806 std::shared_ptr<AvrcCtBrowsePacket> packet = SendGetFolderItemsCmd() local
1839 std::shared_ptr<AvrcCtBrowsePacket> packet = std::make_shared<AvrcCtGiaPacket>(scope, uid, uidCounter, attributes); SendGetItemAttributesCmd() local
1863 std::shared_ptr<AvrcCtBrowsePacket> packet = std::make_shared<AvrcCtGtnoiPacket>(scope); SendGetTotalNumberOfItemsCmd() local
1921 std::shared_ptr<AvrcCtBrowsePacket> packet = AvrcCtConnectManager::GetInstance()->GetBrowsePacket(rawAddr); ProcessBrowseTimeout() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.cpp342 std::shared_ptr<AvrcTgPassPacket> packet = std::make_shared<AvrcTgPassPacket>(button, AVRC_KEY_STATE_PRESS, label); in SendPressButtonRsp() local
353 std::shared_ptr<AvrcTgPassPacket> packet = in SendReleaseButtonRsp() local
374 std::shared_ptr<AvrcTgPassPacket> packet = AvrcTgConnectManager::GetInstance()->GetPassPacket(rawAddr); in IsSamePassPressCommand() local
401 std::shared_ptr<AvrcTgPassPacket> packet = cnManager->GetPassPacket(rawAddr); IsIgnorePassReleaseCommand() local
458 std::shared_ptr<AvrcTgPassPacket> packet = std::make_shared<AvrcTgPassPacket>(pkt, label); ReceivePassCmd() local
559 std::shared_ptr<AvrcTgUnitPacket> packet = std::make_shared<AvrcTgUnitPacket>(pkt, label); ReceiveUnitCmd() local
568 std::shared_ptr<AvrcTgUnitPacket> packet = std::make_shared<AvrcTgSubUnitPacket>(pkt, label); ReceiveSubUnitCmd() local
595 std::shared_ptr<AvrcTgVendorPacket> packet = SendGetCapabilitiesRsp() local
605 std::shared_ptr<AvrcTgVendorPacket> packet = SendGetCapabilitiesRsp() local
629 std::shared_ptr<AvrcTgVendorPacket> packet = gcPkt; ReceiveGetCapabilitiesCmd() local
639 std::shared_ptr<AvrcTgVendorPacket> packet = SendListPlayerApplicationSettingAttributesRsp() local
656 std::shared_ptr<AvrcTgVendorPacket> packet = lpasaPkt; ReceiveListPlayerApplicationSettingAttributesCmd() local
666 std::shared_ptr<AvrcTgVendorPacket> packet = SendListPlayerApplicationSettingValuesRsp() local
682 std::shared_ptr<AvrcTgVendorPacket> packet = lpasvPkt; ReceiveListPlayerApplicationSettingValuesCmd() local
693 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgGcpasvPacket>( SendGetCurrentPlayerApplicationSettingValueRsp() local
711 std::shared_ptr<AvrcTgVendorPacket> packet = gcpasvPkt; ReceiveGetCurrentPlayerApplicationSettingValueCmd() local
720 std::shared_ptr<AvrcTgVendorPacket> packet = SendSetPlayerApplicationSettingValueRsp() local
737 std::shared_ptr<AvrcTgVendorPacket> packet = spasvPkt; ReceiveSetPlayerApplicationSettingValueCmd() local
753 std::shared_ptr<AvrcTgVendorPacket> packet = SendGetPlayerApplicationSettingAttributeTextRsp() local
770 std::shared_ptr<AvrcTgVendorPacket> packet = gpasatPkt; ReceiveGetPlayerApplicationSettingAttributeTextCmd() local
788 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgGpasvtPacket>(crCode, values, valueStr, label); SendGetPlayerApplicationSettingValueTextRsp() local
805 std::shared_ptr<AvrcTgVendorPacket> packet = gpasvtPkt; ReceiveGetPlayerApplicationSettingValueTextCmd() local
818 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgGeaPacket>(crCode, attribtues, values, label); SendGetElementAttributesRsp() local
833 std::shared_ptr<AvrcTgVendorPacket> packet = geaPkt; ReceiveGetElementAttributesCmd() local
846 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgGpsPacket>( SendGetPlayStatusRsp() local
862 std::shared_ptr<AvrcTgVendorPacket> packet = gpsPkt; ReceiveGetPlayStatusCmd() local
875 std::shared_ptr<AvrcTgVendorPacket> packet = cnManager->GetVendorPacket(rawAddr); ReceiveRequestContinuingResponseCmd() local
913 std::shared_ptr<AvrcTgVendorPacket> packet = AvrcTgConnectManager::GetInstance()->GetVendorPacket(rawAddr); ReceiveAbortContinuingResponseCmd() local
951 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgSapPacket>(crCode, status, label); SendSetAddressedPlayerRsp() local
967 std::shared_ptr<AvrcTgVendorPacket> packet = sapPkt; ReceiveSetAddressedPlayerCmd() local
982 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgPiPacket>(crCode, status, label); SendPlayItemRsp() local
996 std::shared_ptr<AvrcTgVendorPacket> packet = piPkt; ReceivePlayItemCmd() local
1011 std::shared_ptr<AvrcTgVendorPacket> packet = std::make_shared<AvrcTgAtnpPacket>(crCode, status, label); SendAddToNowPlayingRsp() local
1025 std::shared_ptr<AvrcTgVendorPacket> packet = atnpPkt; ReceiveAddToNowPlayingCmd() local
1035 std::shared_ptr<AvrcTgVendorPacket> packet = SendSetAbsoluteVolumeRsp() local
1050 std::shared_ptr<AvrcTgVendorPacket> packet = savPkt; ReceiveSetAbsoluteVolumeCmd() local
1075 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendPlaybackStatusChangedRsp() local
1109 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendTrackChangedRsp() local
1137 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendTrackReachedEndRsp() local
1166 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendTrackReachedStartRsp() local
1197 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendPlaybackPosChangedRsp() local
1228 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendPlayerApplicationSettingChangedRsp() local
1257 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendNowPlayingContentChangedRsp() local
1286 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendAvailablePlayersChangedRsp() local
1318 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendAddressedPlayerChangedRsp() local
1348 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendUidsChangedRsp() local
1378 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; SendVolumeChangedRsp() local
1467 std::shared_ptr<AvrcTgVendorPacket> packet = notifyPkt; ReceiveRegisterNotificationCmd() local
1528 std::shared_ptr<AvrcTgVendorPacket> packet = ReceiveVendorCmd() local
1564 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgSbpPacket>( SendSetBrowsedPlayerRsp() local
1577 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgSbpPacket>(pkt, label); ReceiveSetBrowsedPlayerCmd() local
1591 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgCpPacket>(status, numOfItems, label); SendChangePathRsp() local
1603 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgCpPacket>(pkt, uidCounter, label); ReceiveChangePathCmd() local
1623 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGfiPacket>( SendGetFolderItemsRsp() local
1640 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGfiPacket>( SendGetFolderItemsRsp() local
1651 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGfiPacket>(pkt, label); ReceiveGetFolderItemsCmd() local
1668 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGiaPacket>( SendGetItemAttributesRsp() local
1683 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGiaPacket>(pkt, uidCounter, label); ReceiveGetItemAttributesCmd() local
1703 std::shared_ptr<AvrcTgBrowsePacket> packet = SendGetTotalNumberOfItemsRsp() local
1714 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgGtnoiPacket>(pkt, label); ReceiveGetTotalNumberOfItemsCmd() local
1746 std::shared_ptr<AvrcTgBrowsePacket> packet = std::make_shared<AvrcTgBrowsePacket>( ReceiveBrowseCmd() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp2321 Packet *packet = nullptr; in AddReadValueCache() local
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp1221 inline static bool IsValidPacket(FormatFrame &packet) in IsValidPacket() argument
1856 int32_t PlayerControl::TPlayAfterFrameRead(FormatFrame &packet) in TPlayAfterFrameRead() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1092 auto packet = new (std::nothrow) DataRequestPacket; in BuildMessage() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp990 FragmentPacket packet; in FrameFragmentation() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp161 const DataAckPacket *packet = message->GetObject<DataAckPacket>(); in TryContinueSync() local
556 const DataRequestPacket *packet = message->GetObject<DataRequestPacket>(); in RemoveDeviceDataHandle() local
661 void SingleVerDataSync::FillDataRequestPacket(DataRequestPacket *packet, SingleVerSyncTaskContex argument
734 DataRequestPacket *packet = new (std::nothrow) DataRequestPacket; RequestStart() local
798 DataRequestPacket *packet = new (std::nothrow) DataRequestPacket; PullRequestStart() local
947 auto *packet = message->GetObject<DataRequestPacket>(); DataRequestRecvPre() local
994 const DataRequestPacket *packet = message->GetObject<DataRequestPacket>(); DataRequestRecv() local
1043 SendDataPacket(SyncType syncType, DataRequestPacket *packet, SingleVerSyncTaskContext *context) SendDataPacket() argument
1084 DataRequestPacket *packet = new (std::nothrow) DataRequestPacket; SendPullResponseDataPkt() local
1135 const DataRequestPacket *packet = message->GetObject<DataRequestPacket>(); SendDataAck() local
1173 const DataAckPacket *packet = message->GetObject<DataAckPacket>(); AckPacketIdCheck() local
1197 const DataAckPacket *packet = message->GetObject<DataAckPacket>(); AckRecv() local
1280 GetPullEndWatermark(const SingleVerSyncTaskContext *context, const DataRequestPacket *packet, WaterMark &pullEndWatermark) const GetPullEndWatermark() argument
1329 RunPermissionCheck(SingleVerSyncTaskContext *context, const Message *message, const DataRequestPacket *packet) RunPermissionCheck() argument
1419 DataRequestPacket *packet = new (std::nothrow) DataRequestPacket; ReSend() local
1447 SendReSendPacket(DataRequestPacket *packet, SingleVerSyncTaskContext *context, uint32_t sessionId, uint32_t sequenceId) SendReSendPacket() argument
1530 const DataRequestPacket *packet = message->GetObject<DataRequestPacket>(); WaterMarkErrHandle() local
1562 auto *packet = message->GetObject<DataRequestPacket>(); CheckSchemaStrategy() local
1597 SetAckPacket(DataAckPacket &ackPacket, SingleVerSyncTaskContext *context, const DataRequestPacket *packet, int32_t recvCode, WaterMark maxSendDataTime) SetAckPacket() argument
1720 FillRequestReSendPacket(SingleVerSyncTaskContext *context, DataRequestPacket *packet, DataSyncReSendInfo reSendInfo, SyncEntry &syncData, int sendCode) FillRequestReSendPacket() argument
1770 FillRequestReSendPacketV2(const SingleVerSyncTaskContext *context, DataRequestPacket *packet) FillRequestReSendPacketV2() argument
1816 ControlRequestPacket* packet = new (std::nothrow) SubscribeRequest(); ControlCmdStart() local
1840 const ControlRequestPacket *packet = message->GetObject<ControlRequestPacket>(); ControlCmdRequestRecv() local
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp530 void DhcpClientStateMachine::AddParamaterRequestList(struct DhcpPacket *packet) in AddParamaterRequestList() argument
617 AddParamaterRebootList(struct DhcpPacket *packet) AddParamaterRebootList() argument
651 struct DhcpPacket packet; DhcpReboot() local
873 DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp) DhcpOfferPacketHandle() argument
917 ParseNetworkServerIdInfo(const struct DhcpPacket *packet, struct DhcpIpResult *result) ParseNetworkServerIdInfo() argument
959 ParseNetworkDnsInfo(const struct DhcpPacket *packet, struct DhcpIpResult *result) ParseNetworkDnsInfo() argument
1061 ParseNetworkInfo(const struct DhcpPacket *packet, struct DhcpIpResult *result) ParseNetworkInfo() argument
1177 GetDHCPServerHostName(const struct DhcpPacket *packet, struct DhcpIpResult *result) GetDHCPServerHostName() argument
1213 ParseNetworkVendorInfo(const struct DhcpPacket *packet, struct DhcpIpResult *result) ParseNetworkVendorInfo() argument
1242 DhcpAckOrNakPacketHandle(uint8_t type, struct DhcpPacket *packet, time_t timestamp) DhcpAckOrNakPacketHandle() argument
1290 ParseDhcpAckPacket(const struct DhcpPacket *packet, time_t timestamp) ParseDhcpAckPacket() argument
1317 ParseDhcpNakPacket(const struct DhcpPacket *packet, time_t timestamp) ParseDhcpNakPacket() argument
1344 GetDhcpOffer(DhcpPacket *packet, int64_t timestamp) GetDhcpOffer() argument
1380 struct DhcpPacket packet; DhcpResponseHandle() local
1497 GetPacketHeaderInfo(struct DhcpPacket *packet, uint8_t type) GetPacketHeaderInfo() argument
1529 GetPacketCommonInfo(struct DhcpPacket *packet) GetPacketCommonInfo() argument
1546 AddClientIdToOpts(struct DhcpPacket *packet) AddClientIdToOpts() argument
1569 AddHostNameToOpts(struct DhcpPacket *packet) AddHostNameToOpts() argument
1587 AddStrToOpts(struct DhcpPacket *packet, int option, std::string &value) AddStrToOpts() argument
1619 struct DhcpPacket packet; DhcpDiscover() local
1653 struct DhcpPacket packet; DhcpRequest() local
1688 struct DhcpPacket packet; DhcpRenew() local
1725 struct DhcpPacket packet; DhcpRelease() local
1749 struct DhcpPacket packet; DhcpDecline() local
[all...]
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp589 struct DhcpPacket packet; in DhcpOfferPacketHandleFuzzerTest() local
599 struct DhcpPacket packet; in ParseNetworkServerIdInfoFuzzerTest() local
608 struct DhcpPacket packet; in ParseNetworkDnsInfoFuzzerTest() local
627 struct DhcpPacket packet; in ParseNetworkInfoFuzzerTest() local
666 struct DhcpPacket packet; in GetDHCPServerHostNameFuzzerTest() local
675 struct DhcpPacket packet; ParseNetworkVendorInfoFuzzerTest() local
683 struct DhcpPacket packet; DhcpAckOrNakPacketHandleFuzzerTest() local
693 struct DhcpPacket packet; ParseDhcpAckPacketFuzzerTest() local
702 struct DhcpPacket packet; ParseDhcpNakPacketFuzzerTest() local
711 struct DhcpPacket packet; GetDhcpOfferFuzzerTest() local
743 struct DhcpPacket packet; GetPacketHeaderInfoFuzzerTest() local
752 struct DhcpPacket packet; GetPacketCommonInfoFuzzerTest() local
762 struct DhcpPacket packet; AddClientIdToOptsFuzzerTest() local
772 struct DhcpPacket packet; AddHostNameToOptsFuzzerTest() local
780 struct DhcpPacket packet; AddStrToOptsFuzzerTest() local
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c218 static int32_t CheckBroadcastingParam(const BroadcastParam *param, const BroadcastPacket *packet) in CheckBroadcastingParam() argument
550 static int32_t BuildBroadcastPacket(const SoftbusBroadcastData *softbusBcData, BroadcastPacket *packet) in BuildBroadcastPacket() argument
1309 BuildSoftbusBroadcastData(const BroadcastPacket *packet, SoftbusBroadcastData *softbusBcData) BuildSoftbusBroadcastData() argument
1376 StartBroadcasting(int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) StartBroadcasting() argument
1430 UpdateBroadcasting(int32_t bcId, const BroadcastParam *param, const BroadcastPacket *packet) UpdateBroadcasting() argument
1442 SetBroadcastingData(int32_t bcId, const BroadcastPacket *packet) SetBroadcastingData() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h379 BroadcastPacket packet; member
447 BroadcastPacket packet; member

Completed in 45 milliseconds

12345678910