Searched refs:MEMBER_DELETE (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/ |
H A D | peer_to_peer_group.c | 358 ProcessFinishCallback(requestId, MEMBER_DELETE, returnDataStr, callback); in HandleLocalUnbind() 410 ((result = CheckPermForGroup(osAccountId, MEMBER_DELETE, appId, groupId)) != HC_SUCCESS) || in CheckDeletePeerStatus() 477 ProcessErrorCallback(requestId, MEMBER_DELETE, result, NULL, callback); in DeleteMemberFromGroup() 481 ProcessErrorCallback(requestId, MEMBER_DELETE, HC_ERR_INVALID_PARAMS, NULL, callback); in DeleteMemberFromGroup() 486 ProcessErrorCallback(requestId, MEMBER_DELETE, result, NULL, callback); in DeleteMemberFromGroup()
|
/base/security/device_auth/interfaces/inner_api/ |
H A D | device_auth.h | 135 MEMBER_DELETE = 4, enumerator
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 610 int32_t result = AddBindParamsToJson(MEMBER_DELETE, requestId, appId, params); in DeleteMemberFromGroupInner() 615 if (InitAndPushGMTask(osAccountId, MEMBER_DELETE, requestId, params, DoDeleteMember) != HC_SUCCESS) { in DeleteMemberFromGroupInner()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/ |
H A D | identical_account_group.c | 599 case MEMBER_DELETE: in UpdateTrustedDeviceForMetaNode()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 1129 ((actionType == MEMBER_DELETE) && (CheckGroupEditAllowed(osAccountId, groupId, callerPkgName) == HC_SUCCESS))) { in CheckPermForGroup()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 1003 (void)AddIntToJson(jsonParams, FIELD_GROUP_OP, MEMBER_DELETE); in HWTEST_F()
|
Completed in 10 milliseconds