Home
last modified time | relevance | path

Searched defs:OnChannelClosed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.h34 typedef void (*OnChannelClosed)(void); typedef
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h33 int32_t (*OnChannelClosed)( member
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp46 int32_t ISoftBusClient::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp140 int32_t SoftBusClientStub::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageT… in OnChannelClosed() function in OHOS::SoftBusClientStub
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp39 int32_t BusCenterClientProxy::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messa… in OnChannelClosed() function in OHOS::BusCenterClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp248 int32_t TransClientProxy::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageTy… in OnChannelClosed() function in OHOS::TransClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c476 static void OnChannelClosed(int32_t channelId) in OnChannelClosed() function