Home
last modified time | relevance | path

Searched refs:SOFTBUS_TRANS_INVALID_CHANNEL_ID (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_manager_test.cpp220 EXPECT_EQ(SOFTBUS_TRANS_INVALID_CHANNEL_ID, ret);
224 EXPECT_EQ(SOFTBUS_TRANS_INVALID_CHANNEL_ID, ret);
228 EXPECT_EQ(SOFTBUS_TRANS_INVALID_CHANNEL_ID, ret);
232 EXPECT_EQ(SOFTBUS_TRANS_INVALID_CHANNEL_ID, ret);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp228 return SOFTBUS_TRANS_INVALID_CHANNEL_ID; in ServerIpcReleaseResources()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c227 ret = SOFTBUS_TRANS_INVALID_CHANNEL_ID; in TdcOnConnectEvent()
H A Dtrans_tcp_direct_sessionconn.c672 return SOFTBUS_TRANS_INVALID_CHANNEL_ID; in TransGetPidByChanId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp461 EXPECT_EQ(SOFTBUS_TRANS_INVALID_CHANNEL_ID, ret);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp791 EXPECT_EQ(SOFTBUS_TRANS_INVALID_CHANNEL_ID, ret);
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h250 SOFTBUS_TRANS_INVALID_CHANNEL_ID, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_lane_manager.c853 return SOFTBUS_TRANS_INVALID_CHANNEL_ID; in TransGetConnectTypeByChannelId()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c798 return SOFTBUS_TRANS_INVALID_CHANNEL_ID; in TransProxyOpenConnChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp699 EXPECT_NE(ret, SOFTBUS_TRANS_INVALID_CHANNEL_ID);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c700 return SOFTBUS_TRANS_INVALID_CHANNEL_ID; in AddAuthChannelInfo()