Home
last modified time | relevance | path

Searched refs:SOFTBUS_CONN_FAIL (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsoftbus_error_code.h234 SOFTBUS_CONN_FAIL, enumerator
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c263 item->cb.onLaneLinkFail(item->laneReqId, SOFTBUS_CONN_FAIL, item->link.type); in NotifyWlanDetectResult()
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp165 EXPECT_EQ(SOFTBUS_CONN_FAIL, AddTrigger(static_cast<ListenerModule>(module), in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c641 status = SOFTBUS_CONN_FAIL; in AddTrigger()
649 status = SOFTBUS_CONN_FAIL; in AddTrigger()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp499 ret = IsLaneModuleError(SOFTBUS_CONN_FAIL); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h615 SOFTBUS_CONN_FAIL = SOFTBUS_CONN_ERR_BASE + 1, enumerator
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h564 SOFTBUS_CONN_FAIL = SOFTBUS_CONN_ERR_BASE + 1, enumerator
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp411 EXPECT_CALL(mock, ConnOpenClientSocket).WillRepeatedly(Return(SOFTBUS_CONN_FAIL)); in HWTEST_F()
2360 EXPECT_CALL(mock, AddTrigger).WillOnce(Return(SOFTBUS_CONN_FAIL)) in HWTEST_F()
2369 EXPECT_EQ(ret, SOFTBUS_CONN_FAIL); in HWTEST_F()
3212 EXPECT_CALL(mock, ConnOpenClientSocket).WillRepeatedly(Return(SOFTBUS_CONN_FAIL)); in HWTEST_F()

Completed in 25 milliseconds