Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hitrace_virtual.c18 void SoftbusHitraceStart(uint32_t flags, uint64_t chainId) in SoftbusHitraceStart() function
H A Dsoftbus_adapter_hitrace.c21 void SoftbusHitraceStart(uint32_t flags, uint64_t chainId) in SoftbusHitraceStart() function
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hitrace.h31 void SoftbusHitraceStart(uint32_t flags, uint64_t chainId);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_wifi.c132 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(newConn->channelId + ID_OFFSET)); in OpenTcpDirectChannel()
H A Dtrans_tcp_direct_listener.c377 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(conn->channelId + ID_OFFSET)); in TdcOnDataEvent()
H A Dtrans_tcp_direct_p2p.c750 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(conn->channelId + ID_OFFSET)); in OnVerifyP2pReply()
1034SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(conn->channelId + (uint64_t)ID_OFFSET)); in OpenP2pDirectChannel()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c491 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)authFsm->authSeq); in CompleteAuthSession()
649 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)authFsm->authSeq); in SyncDevIdStateEnter()
1009 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)authFsm->authSeq); in SyncNegotiationStateProcess()
1036 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)authFsm->authSeq); in SyncDevIdStateProcess()
1253 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)authFsm->authSeq); in DeviceAuthStateProcess()
1371 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)authFsm->authSeq); in SyncDevInfoStateProcess()
H A Dauth_device.c536 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)traceId); in VerifyDevice()
H A Dauth_manager.c1133 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)request.traceId); in OnConnectResult()
1471 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)head->seq); in OnDataReceived()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c669 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(chanNewId + ID_OFFSET)); in TransProxyConnExistProc()
728 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(channelId + ID_OFFSET)); in TransProxyOpenNewConnChannel()
H A Dsoftbus_proxychannel_manager.c160 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(item->channelId + ID_OFFSET)); in TransProxyUpdateAckInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c599SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(channel.info.myData.channelId + ID_OFFSET… in TransOnExchangeUdpInfoReply()
1070 SoftbusHitraceStart(SOFTBUS_HITRACE_ID_VALID, (uint64_t)(id + ID_OFFSET)); in TransOpenUdpChannel()