Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c71 #define TIME_COST_2S (2000) macro
413 if (time > TIME_COST_1S && time <= TIME_COST_2S) { in SoftbusRecordOpenSessionKpi()
415 } else if (time > TIME_COST_2S && time <= TIME_COST_4S) { in SoftbusRecordOpenSessionKpi()
465 } else if (time < TIME_COST_2S) { in SoftbusRecordOpenSession()