/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/ |
H A D | device_permission_verification.h | 29 std::string groupOwner; member 33 : groupName(name), groupId(id), groupOwner(owner), groupType(type) in TrustedRelationshipGroupInfo()
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/ |
H A D | trust_group_manager.h | 32 std::string groupOwner; member 36 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {} in GroupInfo()
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
H A D | hichain_connector_fuzzer.cpp | 75 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()
|
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 44 std::string groupOwner; member 49 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0), userId("") in GroupInfo() 266 std::string &groupId, std::string &groupOwner); 267 int32_t ParseRemoteCredentialExt(const std::string &credentialInfo, std::string ¶ms, std::string &groupOwner);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_permission.h | 31 std::string groupOwner;
member 35 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {}
in GroupInfo()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_hichain_connector.cpp | 135 group.groupOwner = "ohos.distributedhardware.devicemanager"; in HWTEST_F() 146 Grou. groupOwner is not equal to DM_PKG_NAME. The value is true 155 group.groupOwner = "ohos.disware"; in HWTEST_F() 217 groupInfo.groupOwner = "lllll"; in HWTEST_F() 223 jsonObject[FIELD_GROUP_OWNER] = groupInfo.groupOwner; in HWTEST_F() 229 EXPECT_EQ(groupInfo.groupOwner, "lllll"); in HWTEST_F() 573 groupList1.groupOwner = "ohos.distributedhardware.devicemanager"; in HWTEST_F() 580 groupList2.groupOwner = "doftbus"; in HWTEST_F() 1172 std::string groupOwner; in HWTEST_F() local 1174 int32_t ret = hiChainConnector->GetGroupIdExt(userId, groupType, groupId, groupOwner); in HWTEST_F() 1188 std::string groupOwner; HWTEST_F() local 1205 std::string groupOwner; HWTEST_F() local 1224 std::string groupOwner; HWTEST_F() local 1243 std::string groupOwner; HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 67 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json() 570 group.groupOwner != std::string(DM_PKG_NAME)) { in IsGroupInfoInvalid() 937 std::string &groupId, std::string &groupOwner) in GetGroupIdExt() 952 groupOwner = groupinfo.groupOwner; in GetGroupIdExt() 960 std::string &groupOwner) in ParseRemoteCredentialExt() 980 if (GetGroupIdExt(userId, groupType, groupId, groupOwner) != DM_OK) { in ParseRemoteCredentialExt() 1006 std::string groupOwner = ""; in addMultiMembersExt() local 1007 if (ParseRemoteCredentialExt(credentialInfo, addParams, groupOwner) != DM_OK) { in addMultiMembersExt() 1016 int32_t ret = deviceGroupManager_->addMultiMembersToGroup(osAccountUserId, groupOwner in addMultiMembersExt() 936 GetGroupIdExt(const std::string &userId, const int32_t groupType, std::string &groupId, std::string &groupOwner) GetGroupIdExt() argument 959 ParseRemoteCredentialExt(const std::string &credentialInfo, std::string ¶ms, std::string &groupOwner) ParseRemoteCredentialExt() argument [all...] |
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_connect_state.cpp | 155 localIpStr = CalculateGcIp(groupInfo->groupOwner.address); in PreprocessP2pConnectionChangeEvent() 213 auto gcIp = CalculateGcIp(groupInfo->groupOwner.address); in OnTimeout()
|
H A D | p2p_entity.cpp | 485 WifiDirectAnonymizeMac(groupInfo->groupOwner.address).c_str()); in UpdateInnerLink() 486 LinkManager::GetInstance().ProcessIfPresent(groupInfo->groupOwner.address, [frequency, groupInfo, localMac] in UpdateInnerLink() 490 link.SetRemoteDynamicMac(groupInfo->groupOwner.randomMac); in UpdateInnerLink()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/ |
H A D | device_manager_agent.h | 44 std::string groupOwner; member 48 : groupName(name), groupId(id), groupOwner(owner), groupType(type) in GroupInfo()
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/ |
H A D | device_permission_verification.cpp | 52 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.h | 60 WifiDirectP2pDeviceInfo groupOwner; member
|
H A D | p2p_adapter.cpp | 321 groupInfoOut.groupOwner.address = WifiDirectUtils::MacArrayToString(devAddrArray); in GetGroupInfo() 322 groupInfoOut.groupOwner.randomMac = WifiDirectUtils::MacArrayToString(devRandomAddrArray); in GetGroupInfo()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/ |
H A D | trust_group_manager.cpp | 45 jsonObject.at(FIELD_GROUP_OWNER).get_to(groupInfo.groupOwner); in from_json()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_manager_agent.cpp | 673 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json() 718 LOGI("group info:[groupName] %{public}s, [groupId] %{public}s,[groupOwner] %{public}s,[groupType] %{public}d,", in QueryRelatedGroups() 720 Utils::GetAnonyString(a.groupId).c_str(), a.groupOwner.c_str(), a.groupType); in QueryRelatedGroups()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 87 groupInfo.groupOwner,
in from_json()
|