Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c435 static int32_t AddTrustDevToDatabase(int32_t osAccountId, const char *authId, const char *udid, con… in AddTrustDevToDatabase() function
475 return AddTrustDevToDatabase(session->osAccountId, authId, udid, groupId, userType); in AddGroupAndLocalDevIfNotExist()
483 …int32_t result = AddTrustDevToDatabase(session->osAccountId, peerAuthId, peerUdid, groupId, peerUs… in AddPeerDevToGroup()