Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h234 int32_t GetRelatedGroupsExt(const std::string &deviceId, std::vector<GroupInfo> &groupList);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp539 int32_t HiChainConnector::GetRelatedGroupsExt(const std::string &deviceId, std::vector<GroupInfo> &… in GetRelatedGroupsExt() function in OHOS::DistributedHardware::HiChainConnector
1125 GetRelatedGroupsExt(localUdid, groupListExt); in DeleteAllGroup()
1221 GetRelatedGroupsExt(udid, groupListExt); in DeleteAllGroupByUdid()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp486 hiChainConnector_->GetRelatedGroupsExt(deviceId, groupListExt); in DeleteGroupByDP()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp527 int ret = hiChainConnector->GetRelatedGroupsExt(deviceId, groupList);