Home
last modified time | relevance | path

Searched refs:groupOwner (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/
H A Dtrust_group_manager.h32 std::string groupOwner; member
36 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {} in GroupInfo()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp135 group.groupOwner = "ohos.distributedhardware.devicemanager";
155 group.groupOwner = "ohos.disware";
217 groupInfo.groupOwner = "lllll";
223 jsonObject[FIELD_GROUP_OWNER] = groupInfo.groupOwner;
229 EXPECT_EQ(groupInfo.groupOwner, "lllll");
580 groupList2.groupOwner = "doftbus";
1172 std::string groupOwner; variable
1188 std::string groupOwner; variable
1205 std::string groupOwner; variable
1224 std::string groupOwner; variable
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Ddevice_permission_verification.h29 std::string groupOwner; member
33 : groupName(name), groupId(id), groupOwner(owner), groupType(type) in TrustedRelationshipGroupInfo()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp75 std::string groupOwner(reinterpret_cast<const char*>(data), size); in HiChainConnectorFuzzTest()
94 hichainConnector->GetGroupIdExt(userId, groupType, queryParams, groupOwner); in HiChainConnectorFuzzTest()
95 hichainConnector->ParseRemoteCredentialExt(credentialInfo, queryParams, groupOwner); in HiChainConnectorFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h44 std::string groupOwner; member
49 …GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0), userId… in GroupInfo()
258 std::string &groupId, std::string &groupOwner);
259 …moteCredentialExt(const std::string &credentialInfo, std::string &params, std::string &groupOwner);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_permission.h31 std::string groupOwner; member
35 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {} in GroupInfo()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp66 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
586 group.groupOwner != std::string(DM_PKG_NAME)) { in IsGroupInfoInvalid()
953 std::string &groupId, std::string &groupOwner) in GetGroupIdExt() argument
968 groupOwner = groupinfo.groupOwner; in GetGroupIdExt()
976 std::string &groupOwner) in ParseRemoteCredentialExt() argument
996 if (GetGroupIdExt(userId, groupType, groupId, groupOwner) != DM_OK) { in ParseRemoteCredentialExt()
1022 std::string groupOwner = ""; in addMultiMembersExt() local
1023 if (ParseRemoteCredentialExt(credentialInfo, addParams, groupOwner) != DM_OK) { in addMultiMembersExt()
1032 …int32_t ret = deviceGroupManager_->addMultiMembersToGroup(osAccountUserId, groupOwner.c_str(), add… in addMultiMembersExt()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h44 std::string groupOwner; member
48 : groupName(name), groupId(id), groupOwner(owner), groupType(type) in GroupInfo()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.h60 WifiDirectP2pDeviceInfo groupOwner; member
H A Dp2p_adapter.cpp318 groupInfoOut.groupOwner.address = WifiDirectUtils::MacArrayToString(devAddrArray); in GetGroupInfo()
319 groupInfoOut.groupOwner.randomMac = WifiDirectUtils::MacArrayToString(devRandomAddrArray); in GetGroupInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp52 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp485 WifiDirectAnonymizeMac(groupInfo->groupOwner.address).c_str()); in UpdateInnerLink()
486 …LinkManager::GetInstance().ProcessIfPresent(groupInfo->groupOwner.address, [frequency, groupInfo, … in UpdateInnerLink()
490 link.SetRemoteDynamicMac(groupInfo->groupOwner.randomMac); in UpdateInnerLink()
H A Dp2p_connect_state.cpp151 localIpStr = CalculateGcIp(groupInfo->groupOwner.address); in PreprocessP2pConnectionChangeEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c73 const char *groupOwner = GetStringFromJson(jsonParams, FIELD_GROUP_OWNER); in AddGroupOwnerIfExist() local
74 …if ((groupOwner != NULL) && (AddStringToJson(params, FIELD_GROUP_OWNER, groupOwner) != HC_SUCCESS)… in AddGroupOwnerIfExist()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp45 jsonObject.at(FIELD_GROUP_OWNER).get_to(groupInfo.groupOwner); in from_json()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c177 …QueryParamsValid(int groupType, const char *groupId, const char *groupName, const char *groupOwner) in IsQueryParamsValid() argument
179 …if ((groupType == ALL_GROUP) && (groupId == NULL) && (groupName == NULL) && (groupOwner == NULL)) { in IsQueryParamsValid()
947 const char *groupOwner = GetStringFromJson(queryParamsJson, FIELD_GROUP_OWNER); in GetAccessibleGroupInfo() local
948 if (!IsQueryParamsValid(groupType, groupId, groupName, groupOwner)) { in GetAccessibleGroupInfo()
957 params.ownerName = groupOwner; in GetAccessibleGroupInfo()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c636 const char *groupOwner = StringGet(&entryManager); in CheckAndRemoveUpgradeGroupEntry() local
637 if (groupId == NULL || groupOwner == NULL) { in CheckAndRemoveUpgradeGroupEntry()
646 if (AddStringToJson(upgradeJson, FIELD_APP_ID, groupOwner) != HC_SUCCESS) { in CheckAndRemoveUpgradeGroupEntry()
1004 const char *groupOwner = StringGet(&entryManager); in AddGroupOwnerToReturn() local
1005 if (groupOwner == NULL) { in AddGroupOwnerToReturn()
1009 if (AddStringToJson(json, FIELD_GROUP_OWNER, groupOwner) != HC_SUCCESS) { in AddGroupOwnerToReturn()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c209 const char *groupOwner = StringGet(&entryManager); in IsGroupOwner() local
210 if ((strcmp(groupOwner, appId) == 0) || in IsGroupOwner()
211 CheckUpgradeIdentity(entry->upgradeFlag, appId, groupOwner) == HC_SUCCESS) { in IsGroupOwner()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp87 groupInfo.groupOwner, in from_json()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp668 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()