Searched refs:MarshallStringField (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/ |
| D | dms_packet.cpp | 64 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()
|
| D | dms_packet.h | 54 bool MarshallStringField(const std::string& field, MSG_TYPE_SEQ type, uint16_t& dataLength);
|