Home
last modified time | relevance | path

Searched defs:OnChannelOpenFailed (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h35 int32_t (*OnChannelOpenFailed)( member
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp27 int32_t ISoftBusClient::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp130 int32_t SoftBusClientStub::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errC… in OnChannelOpenFailed() function in OHOS::SoftBusClientStub
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp29 int32_t BusCenterClientProxy::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t e… in OnChannelOpenFailed() function in OHOS::BusCenterClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp195 int32_t TransClientProxy::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCo… in OnChannelOpenFailed() function in OHOS::TransClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c447 static void OnChannelOpenFailed(int32_t channelId, const char *peerUuid) in OnChannelOpenFailed() function