Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp235 std::string relatedGroups = std::string(groupVec); in GetGroupInfo() local
237 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups, nullptr, false); in GetGroupInfo()
274 std::string relatedGroups = std::string(groupVec); in GetGroupInfo() local
276 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups, nullptr, false); in GetGroupInfo()
1191 std::string relatedGroups = std::string(returnGroups); in GetRelatedGroupsCommon() local
1192 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups, nullptr, false); in GetRelatedGroupsCommon()