Searched refs:timediff (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 78 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 D | softbus_proxychannel_listener.c | 266 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 D | trans_udp_negotiation.c | 205 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 D | softbus_server_stub.cpp | 587 int64_t timediff = 0; in OpenSessionInner() local 610 timediff = GetSoftbusRecordTimeMillis() - timeStart; in OpenSessionInner() 613 SoftbusRecordOpenSession(isSucc, static_cast<uint32_t>(timediff)); in OpenSessionInner()
|