Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_callback.h41 int32_t (*OnChannelBind)(int32_t channelId, int32_t channelType); member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_callback.h42 …int32_t (*OnChannelBind)(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType); member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/manager/
H A Dclient_trans_channel_callback_test.cpp69 static int32_t OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp169 int32_t ISoftBusClient::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp703 int32_t SoftBusClientStub::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function in OHOS::SoftBusClientStub
/ohos5.0/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy_standard.cpp169 int32_t TransClientProxy::OnChannelBind(int32_t channelId, int32_t channelType) in OnChannelBind() function in OHOS::TransClientProxy