Searched refs:ISoftBusClient (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 21 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 D | if_softbus_client.h | 28 class ISoftBusClient : public IRemoteBroker { class 30 ~ISoftBusClient() override = default; 83 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.ISoftBusClient");
|
H A D | softbus_client_stub.h | 33 class SoftBusClientStub : public IRemoteStub<ISoftBusClient> {
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 22 class BusCenterClientProxy : public IRemoteProxy<ISoftBusClient> { 25 : IRemoteProxy<ISoftBusClient>(impl) {} in BusCenterClientProxy()
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 22 class TransClientProxy : public IRemoteProxy<ISoftBusClient> { 25 : IRemoteProxy<ISoftBusClient>(impl) {} in TransClientProxy()
|
/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
H A D | remote_object_mock.cpp | 59 if (descriptor_ != ISoftBusClient::GetDescriptor()) { in GetResult()
|
Completed in 4 milliseconds