Home
last modified time | relevance | path

Searched refs:EVENT_STAGE_RESULT_CANCELED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Devent_form_enum.h28 EVENT_STAGE_RESULT_CANCELED = 3, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c102 extra.result = EVENT_STAGE_RESULT_CANCELED; in TransServerOnChannelOpened()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c514 extra->result = EVENT_STAGE_RESULT_CANCELED; in TransBuildTransOpenChannelCancelEvent()
H A Dtrans_lane_pending_ctl.c295 …extra->result = (ret == SOFTBUS_TRANS_STOP_BIND_BY_CANCEL) ? EVENT_STAGE_RESULT_CANCELED : extra->… in BuildTransEventExtra()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp806 EXPECT_EQ(extra.result, EVENT_STAGE_RESULT_CANCELED);