Searched refs:groupIdList (Results 1 - 10 of 10) sorted by relevance
/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 579 cJSON *groupIdListStr = cJSON_GetObjectItemCaseSensitive(rootValue, "groupIdList"); in UnmarshalAccountInfo() 586 groupIdList in UnmarshalAccountInfo() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_permission_test.cpp | 251 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 276 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1266 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1290 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1314 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1338 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1362 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1387 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1412 accountInfo.groupIdList.push_back(groupId);
in HWTEST_F() 1436 accountInfo.groupIdList in HWTEST_F() [all...] |
H A D | distributed_sched_stub_test.cpp | 108 data.WriteStringVector(accountInfo.groupIdList); in FreeInstallInfoMarshalling() 372 data.WriteStringVector(accountInfo.groupIdList); in HWTEST_F() 950 data.WriteStringVector(accountInfo.groupIdList); in HWTEST_F() 1633 data.WriteStringVector(accountInfo.groupIdList); in HWTEST_F() 1644 data.WriteStringVector(accountInfo.groupIdList); in HWTEST_F() 1678 data.WriteStringVector(accountInfo.groupIdList); in HWTEST_F()
|
H A D | distributed_sched_service_second_test.cpp | 486 accountInfo.groupIdList.push_back("123456"); in HWTEST_F() 1009 accountInfo.groupIdList.push_back("123456"); in HWTEST_F() 1047 accountInfo.groupIdList.push_back("123456"); in HWTEST_F()
|
H A D | distributed_sched_continuation_test.cpp | 1267 accountInfo.groupIdList.push_back("123456");
in HWTEST_F() 1744 accountInfo.groupIdList.push_back("123456");
in HWTEST_F() 1774 accountInfo.groupIdList.push_back("123456");
in HWTEST_F()
|
H A D | distributed_sched_service_first_test.cpp | 560 accountInfo.groupIdList.push_back("123456"); in HWTEST_F() 1336 accountInfo.groupIdList.push_back("123456"); in HWTEST_F()
|
/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() 832 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StartAbilityByCallFromRemote() 937 PARCEL_WRITE_HELPER(data, StringVector, info.accountInfo.groupIdList); in StartFreeInstallFromRemote() 1132 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StopExtensionAbilityFromRemote()
|
H A D | distributed_sched_stub.cpp | 319 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in GetStartAbilityFromRemoteExParam() 499 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in SendResultFromRemoteInner() 807 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in ReadDataForConnect() 1346 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in StartAbilityByCallFromRemoteInner() 1518 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in ReadDataForFreeInstall() 1653 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() 289 HILOGE("groupIdList is empty");
in GetRelatedGroups()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 47 std::vector<std::string> groupIdList; member
|
Completed in 25 milliseconds