Searched refs:InitAndPushGMTask (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation.h | 72 int32_t InitAndPushGMTask(int32_t osAccountId, int32_t opCode, int64_t reqId, CJson *params, TaskFu…
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 502 …if (InitAndPushGMTask(osAccountId, GROUP_CREATE, requestId, params, DoCreateGroup) != HC_SUCCESS) { in CreateGroupInner() 583 …if (InitAndPushGMTask(osAccountId, GROUP_DISBAND, requestId, params, DoDeleteGroup) != HC_SUCCESS)… in DeleteGroupInner() 631 …if (InitAndPushGMTask(osAccountId, MEMBER_DELETE, requestId, params, DoDeleteMember) != HC_SUCCESS… in DeleteMemberFromGroupInner() 1275 int32_t InitAndPushGMTask(int32_t osAccountId, int32_t opCode, int64_t reqId, CJson *params, TaskFu… in InitAndPushGMTask() function
|