Home
last modified time | relevance | path

Searched refs:GetRelatedGroups (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp297 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 Ddistributed_sched_adapter.h63 …bool GetRelatedGroups(const std::string& udid, const std::string& bundleName, std::string& returnG…
H A Ddistributed_sched_permission.h69 bool GetRelatedGroups(const std::string& udid, const std::vector<std::string>& bundleNames,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp168 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 Ddistributed_sched_adapter.cpp295 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 Dgroup_operation_common.h98 int32_t GetRelatedGroups(int32_t osAccountId, const char *peerDeviceId, bool isUdid,
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h155 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 Dgroup_operation.c1014 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 Ddistributed_sched_permission_test.cpp1130 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 Dgroup_operation_common.c290 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 DUTTest_hichain_connector.cpp512 int ret = hiChainConnector->GetRelatedGroups(deviceId, groupList);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2517 hiChainConnector_->GetRelatedGroups(deviceId, groupList); in DeleteGroup()