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/ |
D | peer_to_peer_group.c | 198 … 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/ |
D | group_operation_common_test.cpp | 165 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/ |
D | group_operation_common.h | 101 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/ |
D | compatible_bind_sub_session_common.c | 147 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/ |
D | group_operation.c | 863 if (GetTrustedDevInfoById(osAccountId, deviceId, isUdid, groupId, deviceEntry) != HC_SUCCESS) { in GetAccessibleDeviceInfoById()
|
D | group_operation_common.c | 294 int32_t GetTrustedDevInfoById(int32_t osAccountId, const char *deviceId, bool isUdid, const char *g… in GetTrustedDevInfoById() function
|
/base/security/device_auth/services/ |
D | device_auth.c | 268 if (GetTrustedDevInfoById(osAccountId, udid, true, groupId, devAuthParams) != HC_SUCCESS) { in AddDevInfoToContextByDb()
|