Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp100 hichainConnector->GetRelatedGroupsCommon(deviceId, pkgNameStr.data(), groupList); in HiChainConnectorFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h240 int32_t GetRelatedGroupsCommon(const std::string &deviceId, const char* pkgName,
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp520 return GetRelatedGroupsCommon(deviceId, DM_PKG_NAME, groupList); in GetRelatedGroups()
525 return GetRelatedGroupsCommon(deviceId, DM_PKG_NAME_EXT, groupList); in GetRelatedGroupsExt()
1117 int32_t HiChainConnector::GetRelatedGroupsCommon(const std::string &deviceId, const char* pkgName, in GetRelatedGroupsCommon() function in OHOS::DistributedHardware::HiChainConnector
1120 LOGI("HiChainConnector::GetRelatedGroupsCommon Start to get local related groups."); in GetRelatedGroupsCommon()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1378 int32_t ret = hiChainConnector->GetRelatedGroupsCommon(deviceId, pkgName.c_str(), groupList); in HWTEST_F()

Completed in 6 milliseconds