Searched refs:ClientIpcOnChannelLinkDown (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_test.cpp | 194 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 D | trans_client_proxy.h | 41 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int…
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/ |
H A D | trans_client_proxy.c | 40 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 D | trans_client_proxy.cpp | 111 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 D | trans_channel_callback.c | 276 …if (ClientIpcOnChannelLinkDown(&data, info->networkId, info->peerIp, info->routeType) != SOFTBUS_O… in TransServerOnChannelLinkDown()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/ |
H A D | trans_client_proxy.c | 168 int32_t ClientIpcOnChannelLinkDown(ChannelMsg *data, const char *networkId, const char *peerIp, int… in ClientIpcOnChannelLinkDown() function
|