Searched refs:ClientIpcOnChannelOpenFailed (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_test.cpp | 160 ret = ClientIpcOnChannelOpenFailed(&data, TEST_ERR_CODE); 173 ret = ClientIpcOnChannelOpenFailed(&msg, TEST_ERR_CODE); 342 int32_t ret = ClientIpcOnChannelOpenFailed(data, errCode); 348 ret = ClientIpcOnChannelOpenFailed(data, errCode);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/include/ |
H A D | trans_client_proxy.h | 40 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/ |
H A D | trans_client_proxy.c | 35 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() function
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/ |
H A D | trans_client_proxy.cpp | 89 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() function
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_callback.c | 176 if (ClientIpcOnChannelOpenFailed(&data, errCode) != SOFTBUS_OK) { in TransServerOnChannelOpenFailed()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/ |
H A D | trans_client_proxy.c | 139 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() function
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 306 (void)ClientIpcOnChannelOpenFailed(&data, errCode); in CallbackOpenChannelFailed()
|