Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c41 #define FIELD_TOKEN_SERVER "tokenS" macro
399 …if (AddByteToJson(json, FIELD_TOKEN_SERVER, params->tokenSelf.val, params->tokenSelf.length) != HC… in ServerGenTokenBuildEvent()
447 if (GetByteFromJson(inputEvent, FIELD_TOKEN_SERVER, tokenS.val, tokenS.length) != HC_SUCCESS) { in ClientGenTokenParseEvent()