Home
last modified time | relevance | path

Searched refs:ISoftBusClient (Results 1 - 6 of 6) sorted by relevance

/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()
27 int32_t ISoftBusClient::OnChannelOpenFailed(int32_t channelId, int32_t channelType, int32_t errCode) in OnChannelOpenFailed()
33 int32_t ISoftBusClient::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown()
39 int32_t ISoftBusClient::OnChannelMsgReceived(int32_t channelId, int32_t channelType, const void *data, in OnChannelMsgReceived()
46 int32_t ISoftBusClient::OnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType) in OnChannelClosed()
52 int32_t ISoftBusClient::OnChannelQosEvent(int32_t channelId, int32_t channelType, int32_t eventId, int32_t tvCount, in OnChannelQosEvent()
59 int32_t ISoftBusClient::SetChannelInfo(const char *sessionName, int32_t sessionId, in SetChannelInfo()
66 int32_t ISoftBusClient::OnJoinLNNResult(void *addr, uint32_t addrTypeLen, const char *networkId, int retCode) in OnJoinLNNResult()
72 int32_t ISoftBusClient::OnJoinMetaNodeResult(void *addr, uint32_t addrTypeLen, void *metaInfo, uint32_t infoLen, in OnJoinMetaNodeResult()
79 int32_t ISoftBusClient
[all...]
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h28 class ISoftBusClient : public IRemoteBroker { class
30 ~ISoftBusClient() override = default;
83 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.ISoftBusClient");
H A Dsoftbus_client_stub.h33 class SoftBusClientStub : public IRemoteStub<ISoftBusClient> {
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h22 class BusCenterClientProxy : public IRemoteProxy<ISoftBusClient> {
25 : IRemoteProxy<ISoftBusClient>(impl) {} in BusCenterClientProxy()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h22 class TransClientProxy : public IRemoteProxy<ISoftBusClient> {
25 : IRemoteProxy<ISoftBusClient>(impl) {} in TransClientProxy()
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dremote_object_mock.cpp59 if (descriptor_ != ISoftBusClient::GetDescriptor()) { in GetResult()

Completed in 4 milliseconds