Home
last modified time | relevance | path

Searched refs:GetRelatedGroups (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_adapter.h63 bool GetRelatedGroups(const std::string& udid, const std::string& bundleName, std::string& returnGroups);
H A Ddistributed_sched_permission.h69 bool GetRelatedGroups(const std::string& udid, const std::vector<std::string>& bundleNames,
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp281 int32_t ret = GetRelatedGroups(deviceId, groupList); in GetGroupType()
518 int32_t HiChainConnector::GetRelatedGroups(const std::string &deviceId, std::vector<GroupInfo> &groupList) in GetRelatedGroups() function in OHOS::DistributedHardware::HiChainConnector
547 GetRelatedGroups(hostDevice, hostGroupInfoList); in IsDevicesInP2PGroup()
549 GetRelatedGroups(peerDevice, peerGroupInfoList); in IsDevicesInP2PGroup()
579 GetRelatedGroups(deviceId, groupInfoList); in SyncGroups()
727 GetRelatedGroups(deviceId, peerGroupInfoList); in DeleteTimeOutGroup()
1051 int32_t ret = GetRelatedGroups(localDeviceUdid, groups); in GetTrustedDevices()
1102 GetRelatedGroups(localUdid, groupList); in DeleteAllGroup()
1154 LOGE("HiChainConnector::GetRelatedGroups group failed, groupInfos is empty."); in GetRelatedGroupsCommon()
1165 GetRelatedGroups(udi in DeleteAllGroupByUdid()
[all...]
/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& bundleName, in GetRelatedGroups() function in OHOS::DistributedSchedule::DistributedSchedAdapter
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h151 * @tc.name: HiChainConnector::GetRelatedGroups
155 int32_t GetRelatedGroups(const std::string &deviceId, std::vector<GroupInfo> &groupList);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp1120 * @tc.desc: call GetRelatedGroups with empty bundleNames
1130 bool ret = DistributedSchedPermission::GetInstance().GetRelatedGroups( in HWTEST_F()
1138 * @tc.desc: call GetRelatedGroups with invalid bundleNames
1148 bool ret = DistributedSchedPermission::GetInstance().GetRelatedGroups( in HWTEST_F()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp512 int ret = hiChainConnector->GetRelatedGroups(deviceId, groupList); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp2224 hiChainConnector_->GetRelatedGroups(deviceId, groupList); in DeleteGroup()

Completed in 16 milliseconds