Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/utils/include/crypto/
H A Ddm_crypto.h32 static std::string GetGroupIdHash(const std::string &groupId);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_distributed_hardware_load.cpp108 std::string str = Crypto::GetGroupIdHash(groupId);
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/
H A Ddm_crypto.cpp165 std::string Crypto::GetGroupIdHash(const std::string &groupId) in GetGroupIdHash() function in OHOS::DistributedHardware::Crypto
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1646 if ((*it) == Crypto::GetGroupIdHash(groupInfo.groupId)) { in IsIdenticalAccount()
1672 jsonAccountObj.push_back(Crypto::GetGroupIdHash(groupInfo.groupId)); in GetAccountGroupIdHash()