Searched refs:BuildCallEventData (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 511 static DevAuthCallEvent BuildCallEventData(const char *appId, const char *funcName, const int32_t o… in BuildCallEventData() function 552 DevAuthCallEvent eventData = BuildCallEventData(appId, CREATE_GROUP_EVENT, osAccountId, in RequestCreateGroup() 600 DevAuthCallEvent eventData = BuildCallEventData(appId, DELETE_GROUP_EVENT, osAccountId, in RequestDeleteGroup() 649 DevAuthCallEvent eventData = BuildCallEventData(appId, DEL_MEMBER_EVENT, osAccountId, in RequestDeleteMemberFromGroup()
|