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 D | softbus_error_code.h | 234 SOFTBUS_CONN_FAIL, enumerator
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_reliability.c | 263 item->cb.onLaneLinkFail(item->laneReqId, SOFTBUS_CONN_FAIL, item->link.type); in NotifyWlanDetectResult()
|
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/ |
H A D | softbus_conn_common_test.cpp | 165 EXPECT_EQ(SOFTBUS_CONN_FAIL, AddTrigger(static_cast<ListenerModule>(module), in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 641 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 D | trans_channel_manager_test.cpp | 499 ret = IsLaneModuleError(SOFTBUS_CONN_FAIL); in HWTEST_F()
|
/foundation/communication/dsoftbus/interfaces/kits/common/ |
H A D | softbus_error_code.h | 615 SOFTBUS_CONN_FAIL = SOFTBUS_CONN_ERR_BASE + 1, enumerator
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 564 SOFTBUS_CONN_FAIL = SOFTBUS_CONN_ERR_BASE + 1, enumerator
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 411 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