Home
last modified time | relevance | path

Searched defs:peerUserId (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c123 const char *peerUserId = GetStringFromJson(sendToSelf, FIELD_USER_ID); in GetUserIdForAccount() local
169 static bool IsPeerInAccountRelatedGroup(const TrustedGroupEntry *groupEntry, const char *peerUserId in IsPeerInAccountRelatedGroup()
184 static bool IsPeerInIdenticalGroup(int32_t osAccountId, const char *peerUserId) in IsPeerInIdenticalGroup()
214 static void GaGetAccountGroup(int32_t osAccountId, GroupType type, const char *peerUserId, in GaGetAccountGroup()
253 const char *peerUserId = GetStringFromJson(param, FIELD_USER_ID); in GetAccountCandidateGroup() local
373 const char *peerUserId = GetStringFromJson(data, FIELD_USER_ID); in QueryAuthGroupForServer() local
441 static int32_t GetPeerUserIdFromReceivedData(const CJson *data, char **peerUserId) in GetPeerUserIdFromReceivedData()
487 char *peerUserId = NULL; in QueryGroupForAccountPlugin() local
740 const char *peerUserId = GetStringFromJson(sendToSelf, FIELD_USER_ID); in PrepareTrustedDeviceInfo() local
/base/security/device_auth/services/identity_manager/src/mock/
Dcert_operation_mock.c30 int32_t GetAccountAsymSharedSecret(int32_t osAccountId, const char *peerUserId, const CertInfo *pee… in GetAccountAsymSharedSecret()
/base/security/device_auth/services/identity_manager/src/
Dcert_operation.c191 const char *peerUserId = GetStringFromJson(peerPkInfoJson, FIELD_USER_ID); in GetSelfGroupEntryByPeerCert() local
632 const char *peerUserId = StringGet(&deviceEntry->userId); in GetAccountRelatedCredInfo() local
652 …int32_t osAccountId, const char *peerUserId, const CertInfo *peerCertInfo, Uint8Buff *sharedSecret) in GetSharedSecretByPeerCertFromPlugin()
696 int32_t GetAccountAsymSharedSecret(int32_t osAccountId, const char *peerUserId, const CertInfo *pee… in GetAccountAsymSharedSecret()
Didentity_group.c924 const char *peerUserId = GetStringFromJson(in, FIELD_PEER_USER_ID); in GetSharedSecretByPeerCert() local
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c1198 static bool IsPeerSameUserId(int32_t osAccountId, const char *peerUserId) in IsPeerSameUserId()
1214 …t AddAcrossAccountAuthInfoToContext(SessionImpl *impl, int32_t osAccountId, const char *peerUserId) in AddAcrossAccountAuthInfoToContext()
1247 …ddIdenticalAccountAuthInfoToContext(SessionImpl *impl, int32_t osAccountId, const char *peerUserId) in AddIdenticalAccountAuthInfoToContext()
1281 const char *peerUserId = GetStringFromJson(impl->context, FIELD_USER_ID); in AddAuthInfoToContextByCert() local