Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1108 std::vector<GroupInfo> groupListExt; in DeleteAllGroup() local
1109 GetRelatedGroupsExt(localUdid, groupListExt); in DeleteAllGroup()
1110 for (auto &iter : groupListExt) { in DeleteAllGroup()
1171 std::vector<GroupInfo> groupListExt; in DeleteAllGroupByUdid() local
1172 GetRelatedGroupsExt(udid, groupListExt); in DeleteAllGroupByUdid()
1173 for (auto &iter : groupListExt) { in DeleteAllGroupByUdid()
/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()

Completed in 3 milliseconds