Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dauth_delegate.cpp43 bool AuthHandlerStub::CheckUsers(int localUserId, int peerUserId, const std::string &peerDeviceId) in CheckUsers()
55 int localUserId, int peerUserId, const std::string &peerDeviceId, int32_t authType, bool isSend) in CheckAccess()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A 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
/ohos5.0/base/security/device_auth/services/identity_manager/src/mock/
H A Dcert_operation_mock.c30 int32_t GetAccountAsymSharedSecret(int32_t osAccountId, const char *peerUserId, const CertInfo *pee… in GetAccountAsymSharedSecret()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A 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()
H A Didentity_group.c924 const char *peerUserId = GetStringFromJson(in, FIELD_PEER_USER_ID); in GetSharedSecretByPeerCert() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A 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
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp657 int peerUserId = 0; variable