Home
last modified time | relevance | path

Searched refs:GET_TOTAL_CONSUME_TIME_BY_REQ_ID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dperformance_dumper.h73 #define GET_TOTAL_CONSUME_TIME_BY_REQ_ID(reqId) macro
84 #define GET_TOTAL_CONSUME_TIME_BY_REQ_ID(reqId) GetTotalConsumeTimeByReqId(reqId)
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/
H A Daccount_unrelated_group_auth.c252 eventData.executionTime = GET_TOTAL_CONSUME_TIME_BY_REQ_ID(requestId); in ReportV1UnrelatedAuthCallEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c249 eventData.executionTime = GET_TOTAL_CONSUME_TIME_BY_REQ_ID(impl->base.id); 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.c826 eventData.executionTime = GET_TOTAL_CONSUME_TIME_BY_REQ_ID(requestId); in ReportV1RelatedAuthCallEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c289 eventData.executionTime = GET_TOTAL_CONSUME_TIME_BY_REQ_ID(session->reqId); in ReportV1BindCallEvent()