Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/utils/include/crypto/
H A Ddm_crypto.h42 static int32_t GetAnoyDeviceInfo(const std::string &appId, const std::string &udidHash, DmKVValue &kvValue);
/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp229 if (GetAnoyDeviceInfo(appId, udidHash, kvValue) == DM_OK) { in ConvertUdidHashToAnoyAndSave()
247 if (GetAnoyDeviceInfo(appId, udidHash, kvValue) == DM_OK) { in ConvertUdidHashToAnoyDeviceId()
253 int32_t Crypto::GetAnoyDeviceInfo(const std::string &appId, const std::string &udidHash, DmKVValue &kvValue) in GetAnoyDeviceInfo() function in OHOS::DistributedHardware::Crypto

Completed in 2 milliseconds