Home
last modified time | relevance | path

Searched refs:TransProxyPipelineMsgType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_pipeline.h43 } TransProxyPipelineMsgType; typedef
49 int32_t TransProxyPipelineRegisterListener(TransProxyPipelineMsgType type, const ITransProxyPipelin…
53 int32_t channelId, const uint8_t *data, uint32_t dataLen, TransProxyPipelineMsgType type);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_p2p_test_mock.h37 virtual int32_t TransProxyPipelineRegisterListener(TransProxyPipelineMsgType type,
49 uint32_t dataLen, TransProxyPipelineMsgType type) = 0;
70 MOCK_METHOD2(TransProxyPipelineRegisterListener, int32_t (TransProxyPipelineMsgType type,
82 uint32_t dataLen, TransProxyPipelineMsgType type));
H A Dtrans_tcp_direct_p2p_test_mock.cpp64 int32_t TransProxyPipelineRegisterListener(TransProxyPipelineMsgType type, const ITransProxyPipelin… in TransProxyPipelineRegisterListener()
110 uint32_t dataLen, TransProxyPipelineMsgType type) in TransProxyPipelineSendMessage()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h98 virtual int32_t TransProxyPipelineRegisterListener(TransProxyPipelineMsgType type,
102 … int32_t channelId, const uint8_t *data, uint32_t dataLen, TransProxyPipelineMsgType type) = 0;
183 (TransProxyPipelineMsgType, const ITransProxyPipelineListener *), (override));
186 (int32_t, const uint8_t *, uint32_t, TransProxyPipelineMsgType), (override));
H A Dwifi_direct_mock.cpp253 int32_t TransProxyPipelineRegisterListener(TransProxyPipelineMsgType type, in TransProxyPipelineRegisterListener()
266 int32_t channelId, const uint8_t *data, uint32_t dataLen, TransProxyPipelineMsgType type) in TransProxyPipelineSendMessage()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c45 TransProxyPipelineMsgType type;
145 int32_t TransProxyPipelineRegisterListener(TransProxyPipelineMsgType type, const ITransProxyPipelin… in TransProxyPipelineRegisterListener()
231 int32_t channelId, const uint8_t *data, uint32_t dataLen, TransProxyPipelineMsgType type) in TransProxyPipelineSendMessage()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp284 TransProxyPipelineMsgType type = MSG_TYPE_CNT;