Home
last modified time | relevance | path

Searched defs:outPacket (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp309 auto outPacket = outMsg.GetObject<SubscribeRequest>(); variable
364 auto outPacket = outMsg.GetObject<ControlAckPacket>(); variable
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp664 auto outPacket = outMsg.GetObject<DataRequestPacket>(); variable
762 auto outPacket = outMsg.GetObject<DataAckPacket>(); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp1017 …::FillFragmentPacketExtendHead(uint8_t *headBytesAddr, uint32_t headLen, FragmentPacket &outPacket) in FillFragmentPacketExtendHead()
1033 const uint8_t *fragBytes, uint32_t fragLen, FragmentPacket &outPacket) in FillFragmentPacket()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_endpoints.c388 struct AudioUsbPacketInfo *outPacket = NULL; in AudioUsbUpdataOutPacket() local