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