Searched refs:groupIdList (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event.cpp | 319 const auto groupIdListSize = static_cast<int32_t>(accountInfo_.groupIdList.size()); in MarshalAccountInfo() 320 cJSON *groupIdList = cJSON_CreateArray(); in MarshalAccountInfo() local 321 if (groupIdList == nullptr) { in MarshalAccountInfo() 326 cJSON *groupId = cJSON_CreateString(accountInfo_.groupIdList[i].c_str()); in MarshalAccountInfo() 329 cJSON_Delete(groupIdList); in MarshalAccountInfo() 332 cJSON_AddItemToArray(groupIdList, groupId); in MarshalAccountInfo() 334 cJSON_AddItemToObject(accountInfoJson, "GroupIdList", groupIdList); in MarshalAccountInfo() 578 std::vector<std::string> groupIdList; in UnmarshalAccountInfo() local 586 groupIdList.push_back(groupId->valuestring); in UnmarshalAccountInfo() 588 accountInfo_.groupIdList = groupIdList; in UnmarshalAccountInfo()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 251 accountInfo.groupIdList.push_back(groupId); 276 accountInfo.groupIdList.push_back(groupId); 1266 accountInfo.groupIdList.push_back(groupId); 1290 accountInfo.groupIdList.push_back(groupId); 1314 accountInfo.groupIdList.push_back(groupId); 1338 accountInfo.groupIdList.push_back(groupId); 1362 accountInfo.groupIdList.push_back(groupId); 1387 accountInfo.groupIdList.push_back(groupId); 1412 accountInfo.groupIdList.push_back(groupId); 1436 accountInfo.groupIdList.push_back(groupId); [all …]
|
H A D | distributed_sched_stub_test.cpp | 108 data.WriteStringVector(accountInfo.groupIdList); in FreeInstallInfoMarshalling() 379 data.WriteStringVector(accountInfo.groupIdList); 957 data.WriteStringVector(accountInfo.groupIdList); 1640 data.WriteStringVector(accountInfo.groupIdList); 1651 data.WriteStringVector(accountInfo.groupIdList); 1685 data.WriteStringVector(accountInfo.groupIdList);
|
H A D | distributed_sched_service_second_test.cpp | 490 accountInfo.groupIdList.push_back("123456"); 1023 accountInfo.groupIdList.push_back("123456"); 1061 accountInfo.groupIdList.push_back("123456");
|
H A D | distributed_sched_continuation_test.cpp | 1277 accountInfo.groupIdList.push_back("123456"); 1762 accountInfo.groupIdList.push_back("123456"); 1794 accountInfo.groupIdList.push_back("123456");
|
H A D | distributed_sched_service_first_test.cpp | 570 accountInfo.groupIdList.push_back("123456"); 1348 accountInfo.groupIdList.push_back("123456");
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 89 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StartAbilityFromRemote() 124 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in SendResultFromRemote() 348 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in ConnectAbilityFromRemote() 828 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StartAbilityByCallFromRemote() 933 PARCEL_WRITE_HELPER(data, StringVector, info.accountInfo.groupIdList); in StartFreeInstallFromRemote() 1128 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StopExtensionAbilityFromRemote()
|
H A D | distributed_sched_stub.cpp | 311 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in GetStartAbilityFromRemoteExParam() 474 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in SendResultFromRemoteInner() 782 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in ReadDataForConnect() 1299 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in StartAbilityByCallFromRemoteInner() 1471 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in ReadDataForFreeInstall() 1606 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in StopExtensionAbilityFromRemoteInner()
|
H A D | distributed_sched_permission.cpp | 281 accountInfo.groupIdList.push_back(groupInfo.groupId); in GetRelatedGroups() 288 if (accountInfo.groupIdList.empty()) { in GetRelatedGroups()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 47 std::vector<std::string> groupIdList; member
|