Home
last modified time | relevance | path

Searched refs:STEP_BUTT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_connreporter.c136 static ProcessStepRecord g_processStep[SOFTBUS_HISYSEVT_CONN_TYPE_BUTT][STEP_BUTT] = {0};
177 for (int32_t j = NEGOTIATION_STEP; j < STEP_BUTT; j++) { in ClearProcessStep()
448 for (ProcessStep step = NEGOTIATION_STEP; step < STEP_BUTT; step++) { in SoftBusReportProcessStepRecordEvt()
593 for (ProcessStep i = NEGOTIATION_STEP; i < STEP_BUTT; i++) { in SoftbusRecordProccessDuration()
605 case STEP_BUTT: in SoftbusRecordProccessDuration()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_sql_statistic.h38 STEP_BUTT, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_connreporter.h47 STEP_BUTT = 3, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp212 STEP_BUTT = 4 in GetMeasuredFrameRate() enumerator
215 for (size_t index = 0; index < hdiVideoCap.measuredFrameRate.size(); index += STEP_BUTT) { in GetMeasuredFrameRate()