Home
last modified time | relevance | path

Searched refs:managers (Results 1 - 10 of 10) sorted by relevance

/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c59 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GaDeepCopyGroupEntry()
63 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GaDeepCopyGroupEntry()
85 if (returnEntry->managers.pushBack(&returnEntry->managers, &ownerName) == NULL) { in GaDeepCopyGroupEntry()
86 LOGE("[GA]: Failed to push groupOwner to managers!"); in GaDeepCopyGroupEntry()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c44 TlvBuffer managers; member
93 TLV_MEMBER(TlvBuffer, managers, 0x4008)
229 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GenerateGroupEntryFromEntry()
233 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GenerateGroupEntryFromEntry()
260 if (returnEntry->managers.pushBack(&returnEntry->managers, &ownerName) == NULL) { in GenerateGroupEntryFromEntry()
261 LOGE("[DB]: Failed to push groupOwner to managers!"); in GenerateGroupEntryFromEntry()
317 if (!LoadStringVectorFromParcel(&entry->managers, &group->managers.data)) { in GenerateGroupEntryFromTlv()
318 LOGE("[DB]: Failed to load managers fro in GenerateGroupEntryFromTlv()
[all...]
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c279 if ((entry->managers).size(&(entry->managers)) == 0) { in AddNonAccountPkgName()
283 HcString ownerName = (entry->managers).get(&(entry->managers), 0); in AddNonAccountPkgName()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c595 CJson *managers = CreateJsonArray(); in GenerateCompatibleInfo() local
596 if (managers == NULL) { in GenerateCompatibleInfo()
597 LOGE("Failed to allocate managers memory!"); in GenerateCompatibleInfo()
600 if (AddObjToJson(groupInfo, FIELD_GROUP_MANAGERS, managers) != HC_SUCCESS) { in GenerateCompatibleInfo()
602 FreeJson(managers); in GenerateCompatibleInfo()
605 FreeJson(managers); in GenerateCompatibleInfo()
H A Dcompatible_bind_sub_session.c336 if (groupParams->managers.pushBackT(&groupParams->managers, ownerName) == NULL) { in SetGroupOwner()
/base/security/device_auth/services/data_manager/inc/
H A Ddata_manager.h39 StringVector managers; /* group manager vector, group manager can add and delete members, index 0 is the owner */ member
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c67 FOR_EACH_HC_VECTOR(entry->managers, index, manager) { in IsGroupManager()
118 HcString entryManager = HC_VECTOR_GET(&groupEntry->managers, 0); in CheckAndRemoveUpgradeGroupEntry()
250 HcString entryManager = HC_VECTOR_GET(&entry->managers, 0); in IsGroupOwner()
568 if (groupParams->managers.pushBackT(&groupParams->managers, ownerName) == NULL) { in AddGroupOwnerToParams()
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/
H A Dsavetrustedinfo_fuzzer.cpp101 if (groupParams->managers.pushBackT(&groupParams->managers, ownerName) == NULL) { in GenerateGroupParams()
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c282 if (groupParams->managers.pushBackT(&groupParams->managers, ownerName) == NULL) { in GenerateGroupParams()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp105 if (groupParams->managers.pushBackT(&groupParams->managers, ownerName) == NULL) { in GenerateGroupParams()

Completed in 13 milliseconds