Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_connreporter.c583 ProcessStepTime *stepTime, int32_t errCode) in SoftbusRecordProccessDuration() argument
586 …if (stepTime == NULL || connType >= SOFTBUS_HISYSEVT_CONN_TYPE_BUTT || connType < SOFTBUS_HISYSEVT… in SoftbusRecordProccessDuration()
590 SoftbusRecordConnResult(pId, connType, status, stepTime->totalTime, errCode); in SoftbusRecordProccessDuration()
594 uint64_t costTime = stepTime->connGroupTime; in SoftbusRecordProccessDuration()
597 costTime = stepTime->negotiationTime; in SoftbusRecordProccessDuration()
600 costTime = stepTime->groupCreateTime; in SoftbusRecordProccessDuration()
603 costTime = stepTime->connGroupTime; in SoftbusRecordProccessDuration()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_connreporter.h91 ProcessStepTime *stepTime, int32_t errCode);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_simulate_test.cpp563 int64_t stepTime = GetSysClockTime(); variable
568 item.SetDownTime(stepTime);
575 pointerEvent->SetActionTime(stepTime);