Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2200 char mUdidHash[DM_MAX_DEVICE_ID_LEN] = {0}; in CompatiblePutAcl() local
2201 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in CompatiblePutAcl()
2202 std::string localUdidHash = static_cast<std::string>(mUdidHash); in CompatiblePutAcl()
2537 char mUdidHash[DM_MAX_DEVICE_ID_LEN] = {0}; in PutAccessControlList() local
2538 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in PutAccessControlList()
2539 std::string localUdidHash = static_cast<std::string>(mUdidHash); in PutAccessControlList()