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.cpp173 int32_t ret = GetTrustedDevInfoById(DEFAULT_OS_ACCOUNT, nullptr, true, NORMAL_STR, nullptr);
179 int32_t ret = GetTrustedDevInfoById(DEFAULT_OS_ACCOUNT, NORMAL_STR, true, nullptr, nullptr);
185 int32_t ret = GetTrustedDevInfoById(DEFAULT_OS_ACCOUNT, NORMAL_STR, true, NORMAL_STR, nullptr);
/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h100 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/
Ddevice_auth.c268 if (GetTrustedDevInfoById(osAccountId, udid, true, groupId, devAuthParams) != HC_SUCCESS) { in AddDevInfoToContextByDb()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c868 if (GetTrustedDevInfoById(osAccountId, devQueryParams->deviceId, in GetAccessibleDeviceInfoById()
Dgroup_operation_common.c288 int32_t GetTrustedDevInfoById(int32_t osAccountId, const char *deviceId, bool isUdid, const char *g… in GetTrustedDevInfoById() function