Home
last modified time | relevance | path

Searched refs:ClientIpcOnChannelLinkDown (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp194 ret = ClientIpcOnChannelLinkDown(&data, networkId, NULL, TEST_REMOTE_TYPE);
211 ret = ClientIpcOnChannelLinkDown(&msg, networkId, NULL, TEST_REMOTE_TYPE);
363 int32_t ret = ClientIpcOnChannelLinkDown(nullptr, nullptr, peerIp, routeType);
369 ret = ClientIpcOnChannelLinkDown(data, networkId, peerIp, routeType);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/include/
H A Dtrans_client_proxy.h41 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int…
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/
H A Dtrans_client_proxy.c40 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp111 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c276 …if (ClientIpcOnChannelLinkDown(&data, info->networkId, info->peerIp, info->routeType) != SOFTBUS_O… in TransServerOnChannelLinkDown()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c168 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() function