Searched refs:DEV_AUTH_REPORT_CALL_EVENT (Results 1 – 3 of 3) sorted by relevance
/base/security/device_auth/services/frameworks/inc/hiview_adapter/ |
D | hisysevent_adapter.h | 21 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) macro 35 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) DevAuthReportCallEvent(a, b, c, d) macro
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation.c | 479 DEV_AUTH_REPORT_CALL_EVENT(CREATE_GROUP_EVENT, osAccountId, requestId, appId); in RequestCreateGroup() 506 DEV_AUTH_REPORT_CALL_EVENT(DELETE_GROUP_EVENT, osAccountId, requestId, appId); in RequestDeleteGroup() 534 DEV_AUTH_REPORT_CALL_EVENT(DEL_MEMBER_EVENT, osAccountId, requestId, appId); in RequestDeleteMemberFromGroup() 561 DEV_AUTH_REPORT_CALL_EVENT(ADD_MULTI_MEMBER_EVENT, osAccountId, DEFAULT_REQUEST_ID, appId); in RequestAddMultiMembersToGroup() 601 DEV_AUTH_REPORT_CALL_EVENT(DEL_MULTI_MEMBER_EVENT, osAccountId, DEFAULT_REQUEST_ID, appId); in RequestDelMultiMembersFromGroup()
|
/base/security/device_auth/services/ |
D | device_auth.c | 501 DEV_AUTH_REPORT_CALL_EVENT(ADD_MEMBER_EVENT, osAccountId, requestId, appId); in AddMemberToGroup()
|