Home
last modified time | relevance | path

Searched refs:MarshallStringField (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
Ddms_packet.cpp64 bool DmsPacket::MarshallStringField(const std::string& field, MSG_TYPE_SEQ type, uint16_t& dataLeng… in MarshallStringField() function in DmsPacket
98 if (!MarshallStringField(dmsMsgInfo.calleePkgName, MSG_TYPE_SEQ::CALLEE_PKG_NAME, dataLength)) { in MarshallDmsMsgInfo()
103 …if (!MarshallStringField(dmsMsgInfo.calleeAbilityName, MSG_TYPE_SEQ::CALLEE_ABILITY_NAME, dataLeng… in MarshallDmsMsgInfo()
108 …if (!MarshallStringField(dmsMsgInfo.callerSignature, MSG_TYPE_SEQ::CALLER_SIGNATURE, dataLength)) { in MarshallDmsMsgInfo()
Ddms_packet.h54 bool MarshallStringField(const std::string& field, MSG_TYPE_SEQ type, uint16_t& dataLength);