Home
last modified time | relevance | path

Searched refs:anonyDeviceIdHash (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp90 const char *deviceIdHash, const char *anonyDeviceIdHash) in IsTrustDevice()
101 AnonymizeWrapper(anonyUdid), anonyDeviceIdHash); in IsTrustDevice()
116 LNN_LOGI(LNN_STATE, "device trusted in dp continue verify, deviceIdHash=%{public}s", anonyDeviceIdHash); in IsTrustDevice()
144 char *anonyDeviceIdHash = nullptr; in IsPotentialTrustedDeviceDp() local
145 Anonymize(deviceIdHash, &anonyDeviceIdHash); in IsPotentialTrustedDeviceDp()
147 if (IsTrustDevice(aclProfiles, deviceIdHash, anonyDeviceIdHash)) { in IsPotentialTrustedDeviceDp()
148 AnonymizeFree(anonyDeviceIdHash); in IsPotentialTrustedDeviceDp()
153 AnonymizeWrapper(anonyDeviceIdHash), callCount++); in IsPotentialTrustedDeviceDp()
154 AnonymizeFree(anonyDeviceIdHash); in IsPotentialTrustedDeviceDp()
89 IsTrustDevice(std::vector<OHOS::DistributedDeviceProfile::AccessControlProfile> &trustDevices, const char *deviceIdHash, const char *anonyDeviceIdHash) IsTrustDevice() argument

Completed in 1 milliseconds