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 | 173 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/ |
D | group_operation_common.h | 100 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/ |
D | device_auth.c | 268 if (GetTrustedDevInfoById(osAccountId, udid, true, groupId, devAuthParams) != HC_SUCCESS) { in AddDevInfoToContextByDb()
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation.c | 868 if (GetTrustedDevInfoById(osAccountId, devQueryParams->deviceId, in GetAccessibleDeviceInfoById()
|
D | group_operation_common.c | 288 int32_t GetTrustedDevInfoById(int32_t osAccountId, const char *deviceId, bool isUdid, const char *g… in GetTrustedDevInfoById() function
|