Searched refs:GetRelatedGroupsCommon (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
H A D | hichain_connector_fuzzer.cpp | 101 hichainConnector->GetRelatedGroupsCommon(deviceId, pkgNameStr.data(), groupList); in HiChainConnectorFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 238 int32_t GetRelatedGroupsCommon(const std::string &deviceId, const char* pkgName,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 536 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 D | UTTest_hichain_connector.cpp | 1391 int32_t ret = hiChainConnector->GetRelatedGroupsCommon(deviceId, pkgName.c_str(), groupList);
|