Home
last modified time | relevance | path

Searched refs:groupOwner (Results 1 - 16 of 16) sorted by relevance

/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()
/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()
/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()
/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()
266 std::string &groupId, std::string &groupOwner);
267 int32_t ParseRemoteCredentialExt(const std::string &credentialInfo, std::string &params, std::string &groupOwner);
/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()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp135 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 Dhichain_connector.cpp67 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 &params, std::string &groupOwner) ParseRemoteCredentialExt() argument
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state.cpp155 localIpStr = CalculateGcIp(groupInfo->groupOwner.address); in PreprocessP2pConnectionChangeEvent()
213 auto gcIp = CalculateGcIp(groupInfo->groupOwner.address); in OnTimeout()
H A Dp2p_entity.cpp485 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 Ddevice_manager_agent.h44 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 Ddevice_permission_verification.cpp52 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.h60 WifiDirectP2pDeviceInfo groupOwner; member
H A Dp2p_adapter.cpp321 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 Dtrust_group_manager.cpp45 jsonObject.at(FIELD_GROUP_OWNER).get_to(groupInfo.groupOwner); in from_json()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp673 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 Ddistributed_sched_permission.cpp87 groupInfo.groupOwner, in from_json()

Completed in 12 milliseconds