Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c78 int64_t timediff = GetSoftbusRecordTimeMillis() - timeStart; in TransServerOnChannelOpened() local
84 .costTime = (int32_t)timediff, in TransServerOnChannelOpened()
113 … SoftbusRecordOpenSessionKpi(pkgName, channel->linkType, SOFTBUS_EVT_OPEN_SESSION_SUCC, timediff); in TransServerOnChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c266 int64_t timediff = GetSoftbusRecordTimeMillis() - timeStart; in TransProxyReportOpenChannelFailEvent() local
277 .costTime = timediff, in TransProxyReportOpenChannelFailEvent()
295 …penSessionKpi(appInfo->myData.pkgName, appInfo->linkType, SOFTBUS_EVT_OPEN_SESSION_FAIL, timediff); in TransProxyReportOpenChannelFailEvent()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c205 int64_t timediff = GetSoftbusRecordTimeMillis() - timeStart; in NotifyUdpChannelOpenFailed() local
215 .costTime = timediff, in NotifyUdpChannelOpenFailed()
241 …ecordOpenSessionKpi(info->myData.pkgName, info->linkType, SOFTBUS_EVT_OPEN_SESSION_FAIL, timediff); in NotifyUdpChannelOpenFailed()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp587 int64_t timediff = 0; in OpenSessionInner() local
610 timediff = GetSoftbusRecordTimeMillis() - timeStart; in OpenSessionInner()
613 SoftbusRecordOpenSession(isSucc, static_cast<uint32_t>(timediff)); in OpenSessionInner()