Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1124 std::vector<GroupInfo> groupListExt; in DeleteAllGroup() local
1125 GetRelatedGroupsExt(localUdid, groupListExt); in DeleteAllGroup()
1126 for (auto &iter : groupListExt) { in DeleteAllGroup()
1220 std::vector<GroupInfo> groupListExt; in DeleteAllGroupByUdid() local
1221 GetRelatedGroupsExt(udid, groupListExt); in DeleteAllGroupByUdid()
1222 for (auto &iter : groupListExt) { in DeleteAllGroupByUdid()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp485 std::vector<GroupInfo> groupListExt; in DeleteGroupByDP() local
486 hiChainConnector_->GetRelatedGroupsExt(deviceId, groupListExt); in DeleteGroupByDP()
487 for (auto &iter : groupListExt) { in DeleteGroupByDP()