/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 297 int32_t ret = GetRelatedGroups(deviceId, groupList); in GetGroupType() 534 int32_t HiChainConnector::GetRelatedGroups(const std::string &deviceId, std::vector<GroupInfo> &gro… in GetRelatedGroups() function in OHOS::DistributedHardware::HiChainConnector 563 GetRelatedGroups(hostDevice, hostGroupInfoList); in IsDevicesInP2PGroup() 565 GetRelatedGroups(peerDevice, peerGroupInfoList); in IsDevicesInP2PGroup() 595 GetRelatedGroups(deviceId, groupInfoList); in SyncGroups() 743 GetRelatedGroups(deviceId, peerGroupInfoList); in DeleteTimeOutGroup() 1067 int32_t ret = GetRelatedGroups(localDeviceUdid, groups); in GetTrustedDevices() 1118 GetRelatedGroups(localUdid, groupList); in DeleteAllGroup() 1214 GetRelatedGroups(udid, groupList); in DeleteAllGroupByUdid()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_adapter.h | 63 …bool GetRelatedGroups(const std::string& udid, const std::string& bundleName, std::string& returnG…
|
H A D | distributed_sched_permission.h | 69 bool GetRelatedGroups(const std::string& udid, const std::vector<std::string>& bundleNames,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 168 if (GetRelatedGroups(udid, callerInfo.bundleNames, accountInfo)) { in GetAccountInfo() 263 bool DistributedSchedPermission::GetRelatedGroups(const std::string& udid, in GetRelatedGroups() function in OHOS::DistributedSchedule::DistributedSchedPermission 268 … if (!DistributedSchedAdapter::GetInstance().GetRelatedGroups(udid, bundleName, returnGroups)) { in GetRelatedGroups()
|
H A D | distributed_sched_adapter.cpp | 295 bool DistributedSchedAdapter::GetRelatedGroups(const std::string& udid, const std::string& bundleNa… in GetRelatedGroups() function in OHOS::DistributedSchedule::DistributedSchedAdapter
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 98 int32_t GetRelatedGroups(int32_t osAccountId, const char *peerDeviceId, bool isUdid,
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 155 int32_t GetRelatedGroups(const std::string &deviceId, std::vector<GroupInfo> &groupList);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 1014 int32_t result = GetRelatedGroups(osAccountId, peerDeviceId, true, &groupEntryVec); in GetAccessibleRelatedGroups() 1022 result = GetRelatedGroups(osAccountId, peerDeviceId, false, &groupEntryVec); in GetAccessibleRelatedGroups()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 1130 bool ret = DistributedSchedPermission::GetInstance().GetRelatedGroups( 1148 bool ret = DistributedSchedPermission::GetInstance().GetRelatedGroups(
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 290 int32_t GetRelatedGroups(int32_t osAccountId, const char *peerDeviceId, bool isUdid, GroupEntryVec … in GetRelatedGroups() function
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 512 int ret = hiChainConnector->GetRelatedGroups(deviceId, groupList);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2517 hiChainConnector_->GetRelatedGroups(deviceId, groupList); in DeleteGroup()
|