Home
last modified time | relevance | path

Searched refs:EVENT_STAGE_RESULT_FAILED (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c228 extra.result = EVENT_STAGE_RESULT_FAILED; in TdcOnConnectEvent()
237 extra.result = EVENT_STAGE_RESULT_FAILED; in TdcOnConnectEvent()
247 extra.result = EVENT_STAGE_RESULT_FAILED; in TdcOnConnectEvent()
282 .result = EVENT_STAGE_RESULT_FAILED in TransProcDataRes()
335 .result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED in ProcessSocketOutEvent()
H A Dtrans_tcp_direct_manager.c63 .result = EVENT_STAGE_RESULT_FAILED in OnSessionOpenFailProc()
317 .result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED in TransOpenDirectChannel()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_service.c122 .result = ret == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED in TransCreateSessionServer()
148 .result = ret == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED in TransRemoveSessionServer()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Devent_form_enum.h27 EVENT_STAGE_RESULT_FAILED = 2, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c131 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordCoapEnd()
171 extra.result = EVENT_STAGE_RESULT_FAILED; in DfxRecordRegisterEnd()
182 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordSetFilterEnd()
544 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordCoapInitEnd()
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c155 extra.result = EVENT_STAGE_RESULT_FAILED; in DfxRecordSdkJoinLnnEnd()
174 extra.result = EVENT_STAGE_RESULT_FAILED; in DfxRecordSdkLeaveLnnEnd()
210 extra.result = EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnDiscServerEnd()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c165 .result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED in OnProxyChannelOpened()
172 if (extra.result == EVENT_STAGE_RESULT_FAILED) { in OnProxyChannelOpened()
284 .result = EVENT_STAGE_RESULT_FAILED in TransProxyReportOpenChannelFailEvent()
H A Dsoftbus_proxychannel_control.c317 extra.result = EVENT_STAGE_RESULT_FAILED; in TransProxyResetPeer()
H A Dsoftbus_proxychannel_manager.c773 .result = EVENT_STAGE_RESULT_FAILED in TransProxyHandshakeUnpackErrMsg()
1216 extra.result = EVENT_STAGE_RESULT_FAILED; in TransProxyProcessHandshakeMsg()
1534 .result = EVENT_STAGE_RESULT_FAILED in TransProxyNegoSessionKeySucc()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_discovery_interface.c36 extra.result = EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnDiscServiceEnd()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp43 .result = EVENT_STAGE_RESULT_FAILED, in DfxRecord()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c118 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnExchangekeyEnd()
141 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnEndHichainEnd()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c221 .result = EVENT_STAGE_RESULT_FAILED in NotifyUdpChannelOpenFailed()
715 ReportUdpRequestHandShakeReplyEvent(&info, &extra, EVENT_STAGE_RESULT_FAILED, ret); in TransOnExchangeUdpInfoRequest()
829 extra.result = EVENT_STAGE_RESULT_FAILED; in UdpOnAuthConnOpened()
862 .result = EVENT_STAGE_RESULT_FAILED in UdpOnAuthConnOpenFailed()
986 extra.result = EVENT_STAGE_RESULT_FAILED; in OpenAuthConnForUdpNegotiation()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c377 if (stageRes == EVENT_STAGE_RESULT_FAILED) { in OnQueryConn()
416 …ne == EVENT_SCENE_JOIN_LNN && stage == EVENT_STAGE_AUTH && stageRes == EVENT_STAGE_RESULT_FAILED) { in LnnStats()
538 && stageRes == EVENT_STAGE_RESULT_FAILED) { in TransStats()
549 …VENT_SCENE_ACTIVATION && stage == SOFTBUS_DEFAULT_STAGE && stageRes == EVENT_STAGE_RESULT_FAILED) { in TransStats()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/dispatcher/src/
H A Ddisc_ble_dispatcher.c188 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordBleInitEnd()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c94 extra->result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in BuildTransCloseChannelEventExtra()
502 extra->result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in TransBuildTransOpenChannelEndEvent()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c935 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordAdevertiserEnd()
1051 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordScanEnd()
1293 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordBleProcessEnd()
1650 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordAddRecvMsgEnd()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c432 extra.result = EVENT_STAGE_RESULT_FAILED; in NotifyUpdateConnectionRc()
437 extra.result = extra.errcode == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in NotifyUpdateConnectionRc()
H A Dsoftbus_conn_br_manager.c131 .result = EVENT_STAGE_RESULT_FAILED }; in DfxRecordBrConnectFail()
393 .result = status == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED }; in ConnectDeviceDirectly()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c85 .result = res == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED in DfxReportAdapterSocket()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c433 extra->result = err == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in FillConnEventExtra()
538 extra.result = status == SOFTBUS_OK ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in StopBaseListener()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.cpp159 extra.result = (ret == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in ConnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c400 extra->result = EVENT_STAGE_RESULT_FAILED; in TransHandleErrorAndCloseChannel()
524 extra->result = EVENT_STAGE_RESULT_FAILED; in FillExtraByAuthChannelErrorEnd()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c457 extra.result = EVENT_STAGE_RESULT_FAILED; in TransOpenAuthChannel()
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c90 .result = EVENT_STAGE_RESULT_FAILED in DfxRecordTcpConnectFail()

12