Home
last modified time | relevance | path

Searched defs:inBuff (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/sms_mms/test/fuzztest/wappushbuffer_fuzzer/
H A Dwappushbuffer_fuzzer.cpp44 std::unique_ptr<char[]> inBuff = std::make_unique<char[]>(desLen); in WapPushBuffer() local
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_buffer.cpp73 bool MmsBuffer::WriteDataBuffer(std::unique_ptr<char[]> inBuff, uint32_t len) in WriteDataBuffer()
H A Dmms_attachment.cpp212 bool MmsAttachment::SetDataBuffer(std::unique_ptr<char[]> inBuff, uint32_t len) in SetDataBuffer()
H A Dmms_msg.cpp46 bool MmsMsg::DecodeMsg(std::unique_ptr<char[]> inBuff, uint32_t inLen) in DecodeMsg()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.cpp155 Message *ProtocolProto::ToMessage(const SerialBuffer *inBuff, int &outErrorNo, bool onlyMsgHeader) in ToMessage()
297 int ProtocolProto::SplitFrameIntoPacketsIfNeed(const SerialBuffer *inBuff, uint32_t inMtuSize, in SplitFrameIntoPacketsIfNeed()
403 int ProtocolProto::SetDivergeHeader(SerialBuffer *inBuff, const LabelType &inCommLabel) in SetDivergeHeader()
442 int ProtocolProto::SetPhyHeader(SerialBuffer *inBuff, const PhyHeaderInfo &inInfo) in SetPhyHeader()
527 int ProtocolProto::CheckAndParseFrame(const SerialBuffer *inBuff, ParseResult &outResult) in CheckAndParseFrame()
622 int ProtocolProto::SerializeMessage(SerialBuffer *inBuff, const Message *inMsg) in SerializeMessage()
659 int ProtocolProto::DeSerializeMessage(const SerialBuffer *inBuff, Message *inMsg, bool onlyMsgHeade… in DeSerializeMessage()
H A Dcommunicator_linker.cpp362 void CommunicatorLinker::SendLabelExchange(const std::string &toTarget, SerialBuffer *inBuff, uint6… in SendLabelExchange()
423 void CommunicatorLinker::SendLabelExchangeAck(const std::string &toTarget, SerialBuffer *inBuff, in SendLabelExchangeAck()
H A Dcommunicator_aggregator.cpp295 int CommunicatorAggregator::ScheduleSendTask(const std::string &dstTarget, SerialBuffer *inBuff, in ScheduleSendTask()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_buffer.cpp83 bool SmsWapPushBuffer::WriteDataBuffer(std::unique_ptr<char[]> inBuff, uint32_t len) in WriteDataBuffer()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h64 std::unique_ptr<char[]> inBuff = nullptr; member
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1045 std::unique_ptr<char[]> inBuff = std::make_unique<char[]>(2); variable
H A Dmms_gtest.cpp950 std::unique_ptr<char[]> inBuff = std::make_unique<char[]>(len); variable