Searched refs:TLV_MEMBER (Results 1 - 2 of 2) sorted by relevance
/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 86 TLV_MEMBER(TlvString, name, 0x4001) 87 TLV_MEMBER(TlvString, id, 0x4002) 88 TLV_MEMBER(TlvUint32, type, 0x4003) 89 TLV_MEMBER(TlvInt32, visibility, 0x4004) 90 TLV_MEMBER(TlvInt32, expireTime, 0x4005) 91 TLV_MEMBER(TlvString, userId, 0x4006) 92 TLV_MEMBER(TlvString, sharedUserId, 0x4007) 93 TLV_MEMBER(TlvBuffer, managers, 0x4008) 94 TLV_MEMBER(TlvBuffer, friends, 0x4009) 95 TLV_MEMBER(TlvUint [all...] |
/base/security/device_auth/common_lib/interfaces/ |
H A D | hc_tlv_parser.h | 64 #define TLV_MEMBER(TlvMember, TlvMemberName, CheckTag) \
macro
|
Completed in 3 milliseconds