Home
last modified time | relevance | path

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

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
Ddms_packet.cpp73 IntToHex<uint8_t>(static_cast<uint8_t>(type)); in MarshallStringField()
92 IntToHex<uint8_t>(static_cast<uint8_t>(MSG_TYPE_SEQ::COMMAND_ID)); in MarshallDmsMsgInfo()
94 IntToHex<uint8_t>(dmsMsgInfo.commandId); in MarshallDmsMsgInfo()
130 typename std::enable_if<std::is_unsigned<T>::value, bool>::type DmsPacket::IntToHex(uint64_t intege… in IntToHex() function in DmsPacket
138 typename std::enable_if<std::is_signed<T>::value, bool>::type DmsPacket::IntToHex(int64_t integerVa… in IntToHex() function in DmsPacket
Ddms_packet.h62 typename std::enable_if<std::is_unsigned<T>::value, bool>::type IntToHex(uint64_t integerValue);
64 typename std::enable_if<std::is_signed<T>::value, bool>::type IntToHex(int64_t integerValue);