Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1670 nlohmann::json jsonAccountObj; in GetAccountGroupIdHash() local
1672 jsonAccountObj.push_back(Crypto::GetGroupIdHash(groupInfo.groupId)); in GetAccountGroupIdHash()
1674 return jsonAccountObj.dump(); in GetAccountGroupIdHash()