Home
last modified time | relevance | path

Searched refs:ProcessStep (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_connreporter.h48 } ProcessStep; typedef
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_connreporter.c311 SoftBusConnType connType, ProcessStep step) in SetDevProcStepMsgParamValue()
355 …32_t SoftBusCreateProcStepMsg(SoftBusEvtReportMsg *msg, SoftBusConnType connType, ProcessStep step) in SoftBusCreateProcStepMsg()
448 for (ProcessStep step = NEGOTIATION_STEP; step < STEP_BUTT; step++) { in SoftBusReportProcessStepRecordEvt()
593 for (ProcessStep i = NEGOTIATION_STEP; i < STEP_BUTT; i++) { in SoftbusRecordProccessDuration()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c668 static int32_t ProcessStep(ProtocolStep step, SpekeSession *spekeSession, CJson *inParams, KeyAgree… in ProcessStep() function
734 return ProcessStep(spekeSession->step, spekeSession, inParams, out); in ProcessSpekeSession()