Home
last modified time | relevance | path

Searched refs:GROUP_TYPE_INVALID (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h154 #define GROUP_TYPE_INVALID (-1) macro
/base/security/device_auth/services/group_auth/src/group_auth_manager/
Dgroup_auth_data_operation.c275 groupType = GROUP_TYPE_INVALID; in AuthFormToGroupType()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c567 int32_t groupType = GROUP_TYPE_INVALID; in RequestAddMultiMembersToGroup()
607 int32_t groupType = GROUP_TYPE_INVALID; in RequestDelMultiMembersFromGroup()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c367 if (groupType == GROUP_TYPE_INVALID) { in QueryAuthGroupForServer()
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_standard_test.cpp1723 …int32_t ret = gm->getJoinedGroups(DEFAULT_OS_ACCOUNT, TEST_APP_ID, GROUP_TYPE_INVALID, &returnData…