Home
last modified time | relevance | path

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

12

/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
Dgroup_auth_data_operation.c172 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe… in GaIsDeviceInGroup()
225 int32_t groupType; in AuthFormToGroupType() local
244 int32_t GroupTypeToAuthForm(int32_t groupType) in GroupTypeToAuthForm()
/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/frameworks/src/hiview_adapter/
Dhisysevent_adapter.cpp84 void DevAuthReportUeCallEvent(int32_t osAccountId, int32_t groupType, const char *appId, const char… in DevAuthReportUeCallEvent()
100 int32_t groupType = GROUP_TYPE_INVALID; in DevAuthReportUeCallEventByParams() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
Dgroup_operation.c39 static bool IsGroupTypeSupported(int groupType) in IsGroupTypeSupported()
177 static bool IsQueryParamsValid(int groupType, const char *groupId, const char *groupName, const cha… in IsQueryParamsValid()
376 static BaseGroup *GetGroupInstance(int32_t groupType) in GetGroupInstance()
394 int32_t groupType = PEER_TO_PEER_GROUP; in CreateGroup() local
412 uint32_t groupType = PEER_TO_PEER_GROUP; in DeleteGroup() local
536 int32_t groupType = DEFAULT_GROUP_TYPE; in GetGroupTypeFromParams() local
674 int32_t groupType = GROUP_TYPE_INVALID; in AddMultiMembersToGroupInner() local
751 int32_t groupType = GROUP_TYPE_INVALID; in DelMultiMembersFromGroupInner() local
938 int32_t groupType = ALL_GROUP; in GetAccessibleGroupInfo() local
971 static int32_t GetAccessibleJoinedGroups(int32_t osAccountId, const char *appId, int groupType, in GetAccessibleJoinedGroups()
/base/security/device_auth/services/frameworks/inc/hiview_adapter/
Dhisysevent_adapter.h71 #define DEV_AUTH_REPORT_UE_CALL_EVENT(osAccountId, groupType, appId, funcName) argument
81 #define DEV_AUTH_REPORT_UE_CALL_EVENT(osAccountId, groupType, appId, funcName) \ argument
97 int32_t groupType; member
/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/fuzztest/device_auth_service/devauthservregdatachangelistener_fuzzer/
Ddevauthservregdatachangelistener_fuzzer.cpp33 static void OnLastGroupDeleted(const char *peerUdid, int groupType) {} in OnLastGroupDeleted()
/base/security/device_auth/test/unittest/deviceauth/source/
Dgroup_operation_common_test.cpp373 uint32_t groupType; variable
386 uint32_t groupType; variable
Ddeviceauth_interface_test.cpp778 static void OnLastGroupDeleted(const char *peerUdid, int groupType) in OnLastGroupDeleted()
939 int32_t groupType = AuthFormToGroupType(AUTH_FORM_ACCOUNT_UNRELATED); variable
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
Dgroup_operation_common.c175 int32_t CheckGroupNumLimit(int32_t osAccountId, int32_t groupType, const char *appId) in CheckGroupNumLimit()
283 int32_t GetJoinedGroups(int32_t osAccountId, int groupType, GroupEntryVec *returnGroupEntryVec) in GetJoinedGroups()
349 bool IsAccountRelatedGroup(int groupType) in IsAccountRelatedGroup()
529 int32_t AddGroupTypeToParams(uint32_t groupType, TrustedGroupEntry *groupParams) in AddGroupTypeToParams()
/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/
Dbroadcast_manager.c126 static void PostOnLastGroupDeleted(const char *peerUdid, int groupType) in PostOnLastGroupDeleted()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c114 static int32_t AddGeneralParams(const char *groupId, int32_t groupType, const TrustedDeviceEntry *l… in AddGeneralParams()
149 int32_t groupType = groupInfo->type; in ExtractAndAddParams() local
/base/security/device_auth/services/data_manager/inc/
Ddata_manager.h67 uint32_t groupType; member
/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/
Dgroupoperationcommon_fuzzer.cpp302 uint32_t groupType; in GroupOperationTest45() local
313 uint32_t groupType; in GroupOperationTest47() local
/base/security/device_auth/services/legacy/group_manager/src/
Dgroup_manager.c103 int32_t GetJoinedGroupsImpl(int32_t osAccountId, const char *appId, int groupType, in GetJoinedGroupsImpl()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
Daccount_unrelated_group_auth.c301 uint32_t groupType = entry->type; in AddNonAccountPkgName() local
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c383 int32_t groupType = AuthFormToGroupType(authForm); in QueryAuthGroupForServer() local
499 int32_t groupType = AuthFormToGroupType(authForm); in QueryGroupForAccountPlugin() local
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session.c51 uint32_t groupType = PEER_TO_PEER_GROUP; in CheckInvitePeer() local
65 int32_t groupType = PEER_TO_PEER_GROUP; in CheckJoinPeer() local
Dcompatible_bind_sub_session_common.c83 int32_t groupType = PEER_TO_PEER_GROUP; in AddGroupTypeIfValid() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c405 uint32_t groupType = PEER_TO_PEER_GROUP; in CheckDeletePeerStatus() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c345 uint32_t groupType; in CheckChangeParams() local
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c441 uint32_t groupType; in CheckChangeParams() local
/base/security/device_auth/frameworks/src/lite/
Dipc_adapt.c618 int32_t groupType = 0; in OnDelLastGroupStub() local
1215 void IpcOnLastGroupDeleted(const char *peerUdid, int32_t groupType) in IpcOnLastGroupDeleted()
/base/security/device_auth/frameworks/src/standard/
Dipc_adapt.cpp609 int32_t groupType = 0; in OnDelLastGroupStub() local
1128 void IpcOnLastGroupDeleted(const char *peerUdid, int32_t groupType) in IpcOnLastGroupDeleted()
/base/security/device_auth/services/identity_manager/src/
Didentity_group.c96 int32_t osAccountId, int32_t groupType, const char *deviceId, const char *groupId, bool isUdid) in IsDeviceInGroup()

12