Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2067 char mUdidHash[DM_MAX_DEVICE_ID_LEN] = {0}; in CompatiblePutAcl() local
2068 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in CompatiblePutAcl()
2069 std::string localUdidHash = static_cast<std::string>(mUdidHash); in CompatiblePutAcl()
2244 char mUdidHash[DM_MAX_DEVICE_ID_LEN] = {0}; in PutAccessControlList() local
2245 Crypto::GetUdidHash(localUdid, reinterpret_cast<uint8_t *>(mUdidHash)); in PutAccessControlList()
2246 std::string localUdidHash = static_cast<std::string>(mUdidHash); in PutAccessControlList()

Completed in 5 milliseconds