Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c198 … if (GetTrustedDevInfoById(osAccountId, peerAuthId, false, groupId, devAuthParams) != HC_SUCCESS) { in GetPeerDevUserTypeFromDb()
281 if (GetTrustedDevInfoById(osAccountId, localUdid, true, groupId, deviceInfo) != HC_SUCCESS) { in AddAuthIdAndUserTypeToParams()
373 int32_t result = GetTrustedDevInfoById(osAccountId, peerAuthId, false, groupId, deviceInfo); in CheckPeerDeviceStatus()
/base/security/device_auth/test/unittest/deviceauth/source/
Dgroup_operation_common_test.cpp165 int32_t ret = GetTrustedDevInfoById(DEFAULT_OS_ACCOUNT, nullptr, true, g_normalStr, nullptr);
171 int32_t ret = GetTrustedDevInfoById(DEFAULT_OS_ACCOUNT, g_normalStr, true, nullptr, nullptr);
177 … int32_t ret = GetTrustedDevInfoById(DEFAULT_OS_ACCOUNT, g_normalStr, true, g_normalStr, nullptr);
/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h101 int32_t GetTrustedDevInfoById(int32_t osAccountId, const char *deviceId, bool isUdid, const char *g…
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session_common.c147 int32_t result = GetTrustedDevInfoById(osAccountId, udid, true, groupId, deviceInfo); in CheckAuthIdAndUserTypeValid()
312 res = GetTrustedDevInfoById(osAccountId, udid, true, groupId, devAuthParams); in AddDevInfoByDatabase()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c863 if (GetTrustedDevInfoById(osAccountId, deviceId, isUdid, groupId, deviceEntry) != HC_SUCCESS) { in GetAccessibleDeviceInfoById()
Dgroup_operation_common.c294 int32_t GetTrustedDevInfoById(int32_t osAccountId, const char *deviceId, bool isUdid, const char *g… in GetTrustedDevInfoById() function
/base/security/device_auth/services/
Ddevice_auth.c268 if (GetTrustedDevInfoById(osAccountId, udid, true, groupId, devAuthParams) != HC_SUCCESS) { in AddDevInfoToContextByDb()