Home
last modified time | relevance | path

Searched refs:ClientIpcOnChannelOpenFailed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_test.cpp160 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 Dtrans_client_proxy.h40 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/mini/
H A Dtrans_client_proxy.c35 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp89 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_callback.c176 if (ClientIpcOnChannelOpenFailed(&data, errCode) != SOFTBUS_OK) { in TransServerOnChannelOpenFailed()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c139 int32_t ClientIpcOnChannelOpenFailed(ChannelMsg *data, int32_t errCode) in ClientIpcOnChannelOpenFailed() function
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c306 (void)ClientIpcOnChannelOpenFailed(&data, errCode); in CallbackOpenChannelFailed()