Home
last modified time | relevance | path

Searched refs:DevAuthCallEvent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dhisysevent_adapter.h100 } DevAuthCallEvent; typedef
111 void DevAuthReportCallEvent(const DevAuthCallEvent eventData);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c511 static DevAuthCallEvent BuildCallEventData(const char *appId, const char *funcName, const int32_t o… in BuildCallEventData()
514 DevAuthCallEvent eventData; in BuildCallEventData()
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()
704 DevAuthCallEvent eventData; in DevAuthReportCallEventWithResult()
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dhisysevent_adapter.cpp43 void DevAuthReportCallEvent(const DevAuthCallEvent eventData) in DevAuthReportCallEvent()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c243 DevAuthCallEvent eventData; in ReportV1UnrelatedAuthCallEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c232 DevAuthCallEvent eventData; in ReportBindAndAuthCallEvent()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c817 DevAuthCallEvent eventData; in ReportV1RelatedAuthCallEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c281 DevAuthCallEvent eventData; in ReportV1BindCallEvent()