/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& returnGroups);
|
H A D | distributed_sched_permission.h | 69 bool GetRelatedGroups(const std::string& udid, const std::vector<std::string>& bundleNames,
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 281 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 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& bundleName, in GetRelatedGroups() function in OHOS::DistributedSchedule::DistributedSchedAdapter
|
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 151 * @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 D | distributed_sched_permission_test.cpp | 1120 * @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 D | UTTest_hichain_connector.cpp | 512 int ret = hiChainConnector->GetRelatedGroups(deviceId, groupList); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 2224 hiChainConnector_->GetRelatedGroups(deviceId, groupList); in DeleteGroup()
|