Home
last modified time | relevance | path

Searched refs:SOFTBUS_INVALID_NUM (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/tests/core/transmission/session/
H A Dsoftbus_scenario_manager_test.cpp70 EXPECT_EQ(SOFTBUS_INVALID_NUM, ret); in HWTEST_F()
72 EXPECT_EQ(SOFTBUS_INVALID_NUM, ret); in HWTEST_F()
96 EXPECT_EQ(SOFTBUS_INVALID_NUM, ret); in HWTEST_F()
98 EXPECT_EQ(SOFTBUS_INVALID_NUM, ret); in HWTEST_F()
H A Dtrans_session_manager_test.cpp401 EXPECT_EQ(ret, SOFTBUS_INVALID_NUM); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp583 * @tc.desc: Should return SOFTBUS_INVALID_NUM when TransOpenUdpChannel return SOFTBUS_INVALID_NUM
584 * @tc.desc: Should return SOFTBUS_INVALID_NUM when TransProxyOpenProxyChannel return SOFTBUS_INVALID_NUM
585 * @tc.desc: Should return SOFTBUS_INVALID_NUM when TransOpenDirectChannel return SOFTBUS_INVALID_NUM
602 EXPECT_CALL(TransLaneCommonMock, TransOpenUdpChannel).WillOnce(Return(SOFTBUS_INVALID_NUM)); in HWTEST_F()
605 EXPECT_EQ(ret, SOFTBUS_INVALID_NUM); in HWTEST_F()
607 EXPECT_CALL(TransLaneCommonMock, TransProxyOpenProxyChannel).WillOnce(Return(SOFTBUS_INVALID_NUM)); in HWTEST_F()
610 EXPECT_EQ(ret, SOFTBUS_INVALID_NUM); in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsoftbus_error_code.h76 SOFTBUS_INVALID_NUM, enumerator
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp107 return SOFTBUS_INVALID_NUM; in OnInterfaceLinkStateChanged()
/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dsoftbus_scenario_manager.c567 return SOFTBUS_INVALID_NUM; in UpdateOriginalScenario()
571 return SOFTBUS_INVALID_NUM; in UpdateOriginalScenario()
H A Dtrans_session_manager.c140 return SOFTBUS_INVALID_NUM; in TransSessionServerAddItem()
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_discreporter.c534 return SOFTBUS_INVALID_NUM; in SoftbusRecordDiscBleRssi()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c171 return SOFTBUS_INVALID_NUM; in PackReadFileData()
H A Dclient_trans_proxy_file_manager.c1431 return SOFTBUS_INVALID_NUM; in ProcessFileFrameSequence()
1436 return SOFTBUS_INVALID_NUM; in ProcessFileFrameSequence()
H A Dclient_trans_proxy_manager.c1002 return SOFTBUS_INVALID_NUM; in TransProxyPackAndSendData()
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h101 SOFTBUS_INVALID_NUM, enumerator
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h107 SOFTBUS_INVALID_NUM, enumerator
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c86 return SOFTBUS_INVALID_NUM; in CheckGattsStatus()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c391 return SOFTBUS_INVALID_NUM; in ClientAddSessionServer()
1403 return SOFTBUS_INVALID_NUM; in ClientAddSocketServer()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c1235 status = SOFTBUS_INVALID_NUM; in StartSelectThread()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp302 EXPECT_EQ(ret, SOFTBUS_INVALID_NUM); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2300 CONN_CHECK_AND_RETURN_RET_LOGW(listenerId >= 0, SOFTBUS_INVALID_NUM, CONN_INIT, in InitBleManager()

Completed in 34 milliseconds