Home
last modified time | relevance | path

Searched defs:groupType (Results 1 – 24 of 24) sorted by relevance

/base/security/device_auth/test/fuzztest/group_manage/getjoinedgroups_fuzzer/
Dgetjoinedgroups_fuzzer.cpp32 const int *groupType = reinterpret_cast<const int *>(data); in FuzzDoGetJoinedGroups() local
/base/security/device_auth/services/group_auth/src/group_auth_manager/
Dgroup_auth_data_operation.c209 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe… in GaIsDeviceInGroup()
262 int32_t groupType; in AuthFormToGroupType() local
281 int32_t GroupTypeToAuthForm(int32_t groupType) in GroupTypeToAuthForm()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c39 static bool IsGroupTypeSupported(int groupType) in IsGroupTypeSupported()
173 static bool IsQueryParamsValid(int groupType, const char *groupId, const char *groupName, const cha… in IsQueryParamsValid()
371 static BaseGroup *GetGroupInstance(int32_t groupType) in GetGroupInstance()
389 int32_t groupType = PEER_TO_PEER_GROUP; in CreateGroup() local
407 int32_t groupType = PEER_TO_PEER_GROUP; in DeleteGroup() local
567 int32_t groupType = GROUP_TYPE_INVALID; in RequestAddMultiMembersToGroup() local
607 int32_t groupType = GROUP_TYPE_INVALID; in RequestDelMultiMembersFromGroup() local
767 int32_t groupType = ALL_GROUP; in GetAccessibleGroupInfo() local
800 static int32_t GetAccessibleJoinedGroups(int32_t osAccountId, const char *appId, int groupType, in GetAccessibleJoinedGroups()
Dgroup_operation_common.c139 int32_t CheckGroupNumLimit(int32_t osAccountId, int32_t groupType, const char *appId) in CheckGroupNumLimit()
246 int32_t GetJoinedGroups(int32_t osAccountId, int groupType, GroupEntryVec *returnGroupEntryVec) in GetJoinedGroups()
357 int32_t groupType = groupInfo->type; in AddGroupTypeToReturn() local
443 bool IsAccountRelatedGroup(int groupType) in IsAccountRelatedGroup()
649 int32_t AddGroupTypeToParams(int groupType, TrustedGroupEntry *groupParams) in AddGroupTypeToParams()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregdatachangelistener_fuzzer/
Ddevauthservregdatachangelistener_fuzzer.cpp33 static void OnLastGroupDeleted(const char *peerUdid, int groupType) {} in OnLastGroupDeleted()
/base/security/device_auth/test/fuzztest/group_manage/registerdatachangelistener_fuzzer/
Dregisterdatachangelistener_fuzzer.cpp29 void onLastGroupDeleted(const char *peerUdid, int groupType) {} in onLastGroupDeleted()
/base/security/device_auth/test/unittest/deviceauth/source/
Dgroup_operation_common_test.cpp372 int32_t groupType; variable
385 int32_t groupType; variable
Ddevice_auth_ipc_test.cpp213 static void OnLastGroupDeleted(const char *peerUdid, int groupType) in OnLastGroupDeleted()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c91 static int32_t AddGeneralParams(const char *groupId, int32_t groupType, const TrustedDeviceEntry *l… in AddGeneralParams()
126 int32_t groupType = groupInfo->type; in ExtractAndAddParams() local
/base/security/device_auth/services/data_manager/inc/
Ddata_manager.h64 int32_t groupType; member
/base/security/device_auth/services/group_manager/src/broadcast_manager/
Dbroadcast_manager.c168 static void PostOnLastGroupDeleted(const char *peerUdid, int groupType) in PostOnLastGroupDeleted()
/base/security/device_auth/services/group_manager/src/
Dgroup_manager.c103 int32_t GetJoinedGroupsImpl(int32_t osAccountId, const char *appId, int groupType, in GetJoinedGroupsImpl()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/
Daccount_unrelated_group_auth.c264 int32_t groupType = entry->type; in AddNonAccountPkgName() local
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session.c48 int32_t groupType = PEER_TO_PEER_GROUP; in CheckInvitePeer() local
62 int32_t groupType = PEER_TO_PEER_GROUP; in CheckJoinPeer() local
Dcompatible_bind_sub_session_common.c71 int32_t groupType = PEER_TO_PEER_GROUP; in AddGroupTypeIfValid() local
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c402 int32_t groupType = PEER_TO_PEER_GROUP; in CheckDeletePeerStatus() local
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c434 int32_t groupType; in CheckChangeParams() local
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c349 int32_t groupType; in CheckChangeParams() local
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c366 int32_t groupType = AuthFormToGroupType(authForm); in QueryAuthGroupForServer() local
/base/security/device_auth/frameworks/src/lite/
Dipc_adapt.c597 int32_t groupType = 0; in OnDelLastGroupStub() local
1193 void IpcOnLastGroupDeleted(const char *peerUdid, int32_t groupType) in IpcOnLastGroupDeleted()
/base/security/device_auth/frameworks/src/standard/
Dipc_adapt.cpp598 int32_t groupType = 0; in OnDelLastGroupStub() local
1121 void IpcOnLastGroupDeleted(const char *peerUdid, int32_t groupType) in IpcOnLastGroupDeleted()
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c131 static bool IsDeviceInGroup(int32_t osAccountId, int32_t groupType, const char *deviceId, const cha… in IsDeviceInGroup()
/base/security/device_auth/frameworks/src/
Dipc_service.c667 int32_t groupType = 0; in IpcServiceGmGetJoinedGroups() local
Dipc_sdk.c1016 static int32_t IpcGmGetJoinedGroups(int32_t osAccountId, const char *appId, int32_t groupType, in IpcGmGetJoinedGroups()