Searched refs:SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED (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 | 177 SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED, enumerator
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 529 SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED, TRANS_CTRL, "get pkgName failed, ret=%{public}d", ret); in ParseRequestAppInfo() 534 SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED, TRANS_CTRL, "get uid and pid failed, ret=%{public}d", ret); in ParseRequestAppInfo()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 893 return SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED; in TransProxyGetLocalInfo() 899 return SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED; in TransProxyGetLocalInfo() 1184 if ((ret == SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED || ret == SOFTBUS_TRANS_CHECK_ACL_FAILED) && in TransProxyProcessHandshakeMsg()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_nego_test.cpp | 842 EXPECT_EQ(ret, SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED); in HWTEST_F()
|
/foundation/communication/dsoftbus/interfaces/kits/common/ |
H A D | softbus_error_code.h | 244 SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED, enumerator
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 239 SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED, enumerator
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 863 errCode = SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED; in TransTdcFillAppInfoAndNotifyChannel()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_append_test.cpp | 1766 EXPECT_EQ(ret, SOFTBUS_TRANS_PEER_SESSION_NOT_CREATED); in HWTEST_F()
|
Completed in 20 milliseconds