Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h34 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c68 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in ServerIpcCloseChannel() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/
H A Dclient_trans_auth_manager.c90 if (ServerIpcCloseChannel(NULL, channelId, CHANNEL_TYPE_AUTH) != SOFTBUS_OK) { in ClientTransAuthCloseChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp589 int32_t ret = ServerIpcCloseChannel(nullptr, channelId, chanType);
595 ret = ServerIpcCloseChannel(nullptr, -1, chanType);
598 ret = ServerIpcCloseChannel(nullptr, channelId, chanType);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp147 (void)ServerIpcCloseChannel(sessionName, channelId, channelType); in ServerIpcCloseChannelTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp187 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in ServerIpcCloseChannel() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c338 int32_t ServerIpcCloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) in ServerIpcCloseChannel() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_manager.c141 if (ServerIpcCloseChannel(NULL, channelId, CHANNEL_TYPE_TCP_DIRECT) != SOFTBUS_OK) { in TransTdcCloseChannel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c363 return ServerIpcCloseChannel(NULL, channelId, CHANNEL_TYPE_UDP); in ClosePeerUdpChannel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c907 if (ServerIpcCloseChannel(NULL, channelId, CHANNEL_TYPE_PROXY) != SOFTBUS_OK) { in ClientTransProxyCloseChannel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c1214 int32_t ret = ServerIpcCloseChannel(sessioName, socket, CHANNEL_TYPE_UNDEFINED); in ClientShutdown()