Home
last modified time | relevance | path

Searched refs:groupId (Results 1 - 25 of 223) sorted by relevance

123456789

/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/group_manager_test/src/
H A Daudio_group_manager_unit_test.cpp55 int32_t groupId = infos[0]->volumeGroupId_; in HWTEST() local
56 auto audioGroupMngr_ = AudioSystemManager::GetInstance()->GetGroupManager(groupId); in HWTEST()
86 int32_t groupId = infos[0]->volumeGroupId_; in HWTEST() local
87 auto audioGroupMngr_ = AudioSystemManager::GetInstance()->GetGroupManager(groupId); in HWTEST()
118 int32_t groupId = infos[0]->volumeGroupId_; in HWTEST() local
119 auto audioGroupMngr_ = AudioSystemManager::GetInstance()->GetGroupManager(groupId); in HWTEST()
150 int32_t groupId = infos[0]->volumeGroupId_; in HWTEST() local
151 auto audioGroupMngr_ = AudioSystemManager::GetInstance()->GetGroupManager(groupId); in HWTEST()
179 int32_t groupId = infos[0]->volumeGroupId_; in HWTEST() local
180 auto audioGroupMngr_ = AudioSystemManager::GetInstance()->GetGroupManager(groupId); in HWTEST()
201 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
223 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
249 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
274 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
299 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
323 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
345 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
367 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
390 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
413 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
436 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
459 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
480 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
503 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
525 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
553 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
580 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
608 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
636 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
658 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
680 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
702 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
725 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
757 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
781 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
805 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
829 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
851 int32_t groupId = infos[0]->volumeGroupId_; HWTEST() local
[all...]
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp80 std::shared_ptr<PipeLineThread> PipeLineThreadPool::FindThread(std::string groupId, TaskType taskType, TaskPriority priority) in FindThread() argument
83 if (workerGroupMap.find(groupId) == workerGroupMap.end()) { in FindThread()
84 workerGroupMap[groupId] = std::make_shared<std::list<std::shared_ptr<PipeLineThread>>>(); in FindThread()
86 std::shared_ptr<std::list<std::shared_ptr<PipeLineThread>>> threadList = workerGroupMap[groupId]; in FindThread()
92 std::shared_ptr<PipeLineThread> newThread = std::make_shared<PipeLineThread>(groupId, taskType, priority); in FindThread()
97 void PipeLineThreadPool::DestroyThread(std::string groupId) in DestroyThread() argument
99 MEDIA_LOG_I("PipeLineThread " PUBLIC_LOG_S " destroy", groupId.c_str()); in DestroyThread()
103 if (workerGroupMap.find(groupId) == workerGroupMap.end()) { in DestroyThread()
107 threadList = workerGroupMap[groupId]; in DestroyThread()
108 workerGroupMap.erase(groupId); in DestroyThread()
115 PipeLineThread(std::string groupId, TaskType type, TaskPriority priority) PipeLineThread() argument
[all...]
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp63 groupInfo.groupId = jsonObject.at(FIELD_GROUP_ID).get<std::string>(); in from_json()
139 DeleteGroup(groupInfo.groupId); in CreateGroup()
338 std::string groupId = jsonObject[TAG_GROUP_ID].get<std::string>(); in AddMember() local
340 jsonObj[FIELD_GROUP_ID] = groupId; in AddMember()
538 syncGroupList.push_back(group.groupId); in GetSyncGroupList()
558 if (hostGroupInfo.groupId == peerGroupInfo.groupId && hostGroupInfo.groupName == peerGroupInfo.groupName) { in IsDevicesInP2PGroup()
584 auto iter = std::find(remoteGroupIdList.begin(), remoteGroupIdList.end(), groupInfo.groupId); in SyncGroups()
586 (void)DelMemberFromGroup(groupInfo.groupId, deviceId); in SyncGroups()
592 int32_t HiChainConnector::DelMemberFromGroup(const std::string &groupId, cons argument
614 DeleteGroup(std::string &groupId) DeleteGroup() argument
634 DeleteGroupExt(std::string &groupId) DeleteGroupExt() argument
654 DeleteGroup(const int32_t userId, std::string &groupId) DeleteGroup() argument
681 std::string groupId = ""; DeleteGroup() local
850 GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId) GetGroupId() argument
878 std::string groupId; ParseRemoteCredential() local
936 GetGroupIdExt(const std::string &userId, const int32_t groupType, std::string &groupId, std::string &groupOwner) GetGroupIdExt() argument
979 std::string groupId = ""; ParseRemoteCredentialExt() local
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_key.cpp34 UnifiedKey::UnifiedKey(std::string intention, std::string bundle, std::string groupId) in UnifiedKey() argument
38 this->groupId = std::move(groupId); in UnifiedKey()
46 if (this->intention.empty() || this->groupId.empty()) { in GetUnifiedKey()
50 this->key = UNIFIED_KEY_SCHEMA + this->intention + "/" + this->bundleName + "/" + this->groupId; in GetUnifiedKey()
62 std::string data = this->key; // schema/intention/groupId in IsValid()
74 data = data.substr(pos + separator.size()); // intention/bundleName/groupId in IsValid()
97 data = data.substr(pos + 1); // groupId in IsValid()
102 LOG_DEBUG(UDMF_FRAMEWORK, "wrong groupId"); in IsValid()
105 this->groupId in IsValid()
[all...]
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp225 ScreenId groupId = SCREEN_ID_INVALID; \
228 groupId = screen->GetId(); \
234 if (SCREEN_ID_INVALID != groupId) { \
235 ASSERT_NE(SCREEN_ID_INVALID, groupId); \
237 auto group = ScreenManager::GetInstance().GetScreenGroup(groupId); \
239 if (groupId == group->GetId()) { \
240 ASSERT_EQ(groupId, group->GetId()); \
261 bool isInGroup, sptr<ScreenGroup> group, ScreenId groupId, sptr<Screen> virtualScreen, ScreenId virtualScreenId) in CheckScreenStateInGroup()
271 ASSERT_EQ(groupId, virtualScreen->GetParentId()); in CheckScreenStateInGroup()
538 CheckScreenStateInGroup(false, group, groupId, virtualScree in HWTEST_F()
260 CheckScreenStateInGroup( bool isInGroup, sptr<ScreenGroup> group, ScreenId groupId, sptr<Screen> virtualScreen, ScreenId virtualScreenId) CheckScreenStateInGroup() argument
[all...]
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h27 #define FIELD_GROUP_ID "groupId"
154 int32_t (*getAuthState)(int64_t authReqId, const char *groupId, const char *peerUdid,
183 int32_t (*checkAccessToGroup)(int32_t osAccountId, const char *appId, const char *groupId);
186 int32_t (*addGroupManager)(int32_t osAccountId, const char *appId, const char *groupId, const char *managerAppId);
187 int32_t (*addGroupFriend)(int32_t osAccountId, const char *appId, const char *groupId, const char *friendAppId);
188 int32_t (*deleteGroupManager)(int32_t osAccountId, const char *appId, const char *groupId,
190 int32_t (*deleteGroupFriend)(int32_t osAccountId, const char *appId, const char *groupId, const char *friendAppId);
191 int32_t (*getGroupManagers)(int32_t osAccountId, const char *appId, const char *groupId, char **returnManagers,
193 int32_t (*getGroupFriends)(int32_t osAccountId, const char *appId, const char *groupId,
195 int32_t (*getGroupInfoById)(int32_t osAccountId, const char *appId, const char *groupId, cha
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_impl_test.cpp166 std::string groupId = "groupId"; in HWTEST_F() local
170 sessionServiceImpl.OpenSession(mySessionName, peerSessionName, peerNetworkId, groupId, flags); in HWTEST_F()
185 std::string groupId = "groupId"; in HWTEST_F() local
189 sessionServiceImpl.OpenSession(mySessionName, peerSessionName, peerNetworkId, groupId, flags); in HWTEST_F()
204 std::string groupId = "groupId"; in HWTEST_F() local
208 sessionServiceImpl.OpenSession(mySessionName, peerSessionName, peerNetworkId, groupId, flags); in HWTEST_F()
223 std::string groupId in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_hichain_mock.cpp164 int32_t accountId, const char *auth_appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) in getRelatedGroups()
168 (void)groupId; in getRelatedGroups()
186 int32_t accountId, const char *auth_appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) in getRelatedGroups1()
190 (void)groupId; in getRelatedGroups1()
198 !JSON_AddStringToObject(obj, "groupId", "1D77EBFF0349B27EED57014DD7B2449A") || in getRelatedGroups1()
213 int32_t osAccountId, const char *appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) in getTrustedDevices()
217 (void)groupId; in getTrustedDevices()
240 int32_t osAccountId, const char *appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) in getTrustedDevices1()
244 (void)groupId; in getTrustedDevices1()
246 char jsonsStr[] = "{\"groupId\" in getTrustedDevices1()
163 getRelatedGroups( int32_t accountId, const char *auth_appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) getRelatedGroups() argument
185 getRelatedGroups1( int32_t accountId, const char *auth_appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) getRelatedGroups1() argument
212 getTrustedDevices( int32_t osAccountId, const char *appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) getTrustedDevices() argument
239 getTrustedDevices1( int32_t osAccountId, const char *appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum) getTrustedDevices1() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_hichain_mock.h71 int32_t accountId, const char *auth_appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum);
73 int32_t accountId, const char *auth_appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum);
75 int32_t osAccountId, const char *appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum);
77 int32_t osAccountId, const char *appId, const char *groupId, char **returnDevInfoVec, uint32_t *deviceNum);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/mountpoint/
H A Dmount_manager.cpp45 void MountManager::Umount(const std::string &groupId) in Umount() argument
47 (void)groupId; in Umount()
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dpipeline_threadpool.h36 PipeLineThread(std::string groupId, TaskType type, TaskPriority priority);
60 std::shared_ptr<PipeLineThread> FindThread(std::string groupId, TaskType taskType, TaskPriority priority);
61 void DestroyThread(std::string groupId);
/foundation/multimedia/audio_framework/frameworks/cj/src/
H A Dmultimedia_audio_volume_manager_impl.cpp30 int64_t MMAAudioVolumeManagerImpl::GetVolumeGroupManager(int32_t groupId, int32_t *errorCode) in GetVolumeGroupManager() argument
32 auto mgr = FFIData::Create<MMAAudioVolumeGroupManagerImpl>(groupId); in GetVolumeGroupManager()
H A Dmultimedia_audio_volume_group_manager_impl.cpp25 MMAAudioVolumeGroupManagerImpl::MMAAudioVolumeGroupManagerImpl(int32_t groupId) in MMAAudioVolumeGroupManagerImpl() argument
28 audioGroupMngr_ = audioMngr_->GetGroupManager(groupId); in MMAAudioVolumeGroupManagerImpl()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp87 std::string groupId = "testGroup"; in HWTEST_F() local
91 auto result = rdbAssetLoader.Download(tableName, groupId, prefix, assets); in HWTEST_F()
127 std::string groupId = "testGroup"; in HWTEST_F() local
131 auto result = rdbAssetLoader.Download(tableName, groupId, prefix, assets); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h43 std::string groupId; member
49 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0), userId("") in GroupInfo()
120 int32_t DelMemberFromGroup(const std::string &groupId, const std::string &deviceId);
127 int32_t DeleteGroup(std::string &groupId);
134 int32_t DeleteGroup(const int32_t userId, std::string &groupId);
238 int32_t DeleteGroupExt(std::string &groupId);
261 int32_t GetGroupId(const std::string &userId, const int32_t groupType, std::string &groupId);
266 std::string &groupId, std::string &groupOwner);
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h34 void (*onGroupCreated)(const char *groupId, int32_t groupType);
35 void (*onGroupDeleted)(const char *groupId, int32_t groupType);
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/opensession_fuzzer/
H A Dopensession_fuzzer.cpp32 char *groupId = nullptr; in OpenSessionTest() local
38 OpenSession((const char*)tmp, mySessionName, workId, groupId, &attr); in OpenSessionTest()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_key.h28 UnifiedKey(std::string intention, std::string bundle, std::string groupId);
32 std::string groupId; member
/foundation/distributeddatamgr/preferences/test/ndk/mock/
H A Dapplication_context.h30 virtual int32_t GetSystemPreferencesDir(const std::string &groupId, bool checkExist,
40 int32_t GetSystemPreferencesDir(const std::string &groupId, bool checkExist, std::string &preferencesDir) override;
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Ddevice_permission_verification.h28 std::string groupId; 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.h31 std::string groupId; member
36 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {} in GroupInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp70 const string FIELD_GROUP_ID = "groupId";
250 std::string groupId = GROUP_ID; in HWTEST_F() local
251 accountInfo.groupIdList.push_back(groupId); in HWTEST_F()
275 std::string groupId = GROUP_ID; in HWTEST_F() local
276 accountInfo.groupIdList.push_back(groupId); in HWTEST_F()
1197 std::string returnGroupStr = "[{\"groupName\":\"mockGroupName\",\"groupId\":\"mockGroupId\","; in HWTEST_F()
1265 std::string groupId = GROUP_ID; in HWTEST_F() local
1266 accountInfo.groupIdList.push_back(groupId); in HWTEST_F()
1289 std::string groupId = GROUP_ID; in HWTEST_F() local
1290 accountInfo.groupIdList.push_back(groupId); in HWTEST_F()
1313 std::string groupId = INVALID_GROUP_ID; HWTEST_F() local
1337 std::string groupId = GROUP_ID; HWTEST_F() local
1361 std::string groupId = GROUP_ID; HWTEST_F() local
1386 std::string groupId = GROUP_ID; HWTEST_F() local
1411 std::string groupId = GROUP_ID; HWTEST_F() local
1435 std::string groupId = GROUP_ID; HWTEST_F() local
1459 std::string groupId = GROUP_ID; HWTEST_F() local
1483 std::string groupId = INVALID_GROUP_ID; HWTEST_F() local
1507 std::string groupId = GROUP_ID; HWTEST_F() local
1531 std::string groupId = GROUP_ID; HWTEST_F() local
1556 std::string groupId = GROUP_ID; HWTEST_F() local
1581 std::string groupId = GROUP_ID; HWTEST_F() local
1691 std::string groupId = INVALID_GROUP_ID; HWTEST_F() local
1716 std::string groupId = INVALID_GROUP_ID; HWTEST_F() local
1745 std::string groupId = INVALID_GROUP_ID; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp61 int SoftBusWrapper::OpenSoftBusSession(const std::string &peerNetworkId, const std::string groupId) const in OpenSoftBusSession()
67 mySessionName_.c_str(), peerNetworkId.c_str(), groupId.c_str(), attribute_.dataType, in OpenSoftBusSession()
71 groupId.c_str(), &attribute_); in OpenSoftBusSession()
197 void SoftBusWrapper::SetGroupId(const std::string &groupId) in SetGroupId() argument
199 groupId_ = groupId; in SetGroupId()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp61 int SoftBusWrapper::OpenSoftBusSession(const std::string &peerNetworkId, const std::string groupId) const in OpenSoftBusSession()
67 mySessionName_.c_str(), peerNetworkId.c_str(), groupId.c_str(), attribute_.dataType, in OpenSoftBusSession()
71 groupId.c_str(), &attribute_); in OpenSoftBusSession()
197 void SoftBusWrapper::SetGroupId(const std::string &groupId) in SetGroupId() argument
199 groupId_ = groupId; in SetGroupId()
/foundation/communication/dsoftbus/tests/core/transmission/session/
H A Dtrans_session_service_test.cpp151 char groupId[] = {"ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF00ABCDEF00AB"}; in HWTEST_F() local
152 sessionPara.groupId = groupId; in HWTEST_F()
155 sessionPara.groupId = g_groupid; in HWTEST_F()
185 sessionPara.groupId = g_groupid; in HWTEST_F()

Completed in 14 milliseconds

123456789