Searched refs:returnGroups (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/ |
H A D | trust_group_manager.cpp | 94 char* returnGroups = nullptr; in CheckTrustGroup() local 96 &returnGroups, &groupNum); in CheckTrustGroup() 101 return CheckGroupsInfo(returnGroups, groupNum); in CheckTrustGroup() 104 bool TrustGroupManager::CheckGroupsInfo(const char* returnGroups, uint32_t groupNum) in CheckGroupsInfo() argument 106 if (returnGroups == nullptr || groupNum == 0) { in CheckGroupsInfo() 111 nlohmann::json jsonObject = nlohmann::json::parse(returnGroups, nullptr, false); in CheckGroupsInfo()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/ |
H A D | trust_group_manager.h | 52 bool CheckGroupsInfo(const char* returnGroups, uint32_t groupNum);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_adapter.h | 63 …etRelatedGroups(const std::string& udid, const std::string& bundleName, std::string& returnGroups);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_adapter.cpp | 296 std::string& returnGroups) in GetRelatedGroups() argument 316 returnGroups = groupsJsonStr; in GetRelatedGroups()
|
H A D | distributed_sched_permission.cpp | 267 std::string returnGroups; in GetRelatedGroups() local 268 … if (!DistributedSchedAdapter::GetInstance().GetRelatedGroups(udid, bundleName, returnGroups)) { in GetRelatedGroups() 272 if (!ParseGroupInfos(returnGroups, groupInfos)) { in GetRelatedGroups()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 1171 char *returnGroups = nullptr; in GetRelatedGroupsCommon() local 1178 …deviceGroupManager_->getRelatedGroups(userId, pkgName, deviceId.c_str(), &returnGroups, &groupNum); in GetRelatedGroupsCommon() 1183 if (returnGroups == nullptr) { in GetRelatedGroupsCommon() 1191 std::string relatedGroups = std::string(returnGroups); in GetRelatedGroupsCommon()
|