Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c87 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 Dhc_tlv_parser.h64 #define TLV_MEMBER(TlvMember, TlvMemberName, CheckTag) \ macro