Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp101 hichainConnector->GetRelatedGroupsCommon(deviceId, pkgNameStr.data(), groupList); in HiChainConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h238 int32_t GetRelatedGroupsCommon(const std::string &deviceId, const char* pkgName,
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp536 return GetRelatedGroupsCommon(deviceId, DM_PKG_NAME, groupList); in GetRelatedGroups()
541 return GetRelatedGroupsCommon(deviceId, DM_PKG_NAME_EXT, groupList); in GetRelatedGroupsExt()
1166 int32_t HiChainConnector::GetRelatedGroupsCommon(const std::string &deviceId, const char* pkgName, in GetRelatedGroupsCommon() function in OHOS::DistributedHardware::HiChainConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1391 int32_t ret = hiChainConnector->GetRelatedGroupsCommon(deviceId, pkgName.c_str(), groupList);