Home
last modified time | relevance | path

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

/base/security/device_auth/common_lib/interfaces/
Dhc_tlv_parser.h141 DECLARE_TLV_PARSE_FUNC(TlvName, ParseTlv##TlvName, GetLenTlv##TlvName, EncodeTlv##TlvName);
145 #define DECLARE_TLV_PARSE_FUNC(TlvName, TlvParseFunc, TlvGetLenFunc, TlvEncodeFunc) \ macro