Searched refs:mUdidHash (Results 1 – 1 of 1) sorted by relevance
2200 char mUdidHash[DM_MAX_DEVICE_ID_LEN] = {0}; in CompatiblePutAcl() local2201 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() local2538 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in PutAccessControlList()2539 std::string localUdidHash = static_cast<std::string>(mUdidHash); in PutAccessControlList()