Searched refs:TLV_MEMBER (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 87 TLV_MEMBER(TlvString, name, 0x4001) 88 TLV_MEMBER(TlvString, id, 0x4002) 89 TLV_MEMBER(TlvUint32, type, 0x4003) 92 TLV_MEMBER(TlvString, userId, 0x4006) 95 TLV_MEMBER(TlvBuffer, friends, 0x4009) 101 TLV_MEMBER(TlvString, groupId, 0x4101) 102 TLV_MEMBER(TlvString, udid, 0x4102) 103 TLV_MEMBER(TlvString, authId, 0x4103) 104 TLV_MEMBER(TlvString, userId, 0x4107) 106 TLV_MEMBER(TlvBuffer, ext, 0x4105) [all …]
|
/ohos5.0/base/security/device_auth/common_lib/interfaces/ |
H A D | hc_tlv_parser.h | 64 #define TLV_MEMBER(TlvMember, TlvMemberName, CheckTag) \ macro
|