Home
last modified time | relevance | path

Searched defs:OnChannelOpened (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.h33 typedef int (*OnChannelOpened)(int64_t requestId, int result); typedef
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h32 …int32_t (*OnChannelOpened)(const char *pkgName, int32_t pid, const char *sessionName, const Channe… member
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp21 int32_t ISoftBusClient::OnChannelOpened(const char *sessionName, const ChannelInfo *channel) in OnChannelOpened() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp122 int32_t SoftBusClientStub::OnChannelOpened(const char *sessionName, const ChannelInfo *info) in OnChannelOpened() function in OHOS::SoftBusClientStub
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp24 int32_t BusCenterClientProxy::OnChannelOpened(const char *sessionName, const ChannelInfo *info) in OnChannelOpened() function in OHOS::BusCenterClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp142 int32_t TransClientProxy::OnChannelOpened(const char *sessionName, const ChannelInfo *channel) in OnChannelOpened() function in OHOS::TransClientProxy
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c383 static int32_t OnChannelOpened(int32_t channelId, const char *peerUuid, unsigned char isServer) in OnChannelOpened() function