Searched refs:TransProxyPipelineMsgType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_pipeline.h | 43 } 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 D | trans_tcp_direct_p2p_test_mock.h | 37 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 D | trans_tcp_direct_p2p_test_mock.cpp | 64 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 D | wifi_direct_mock.h | 98 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 D | wifi_direct_mock.cpp | 253 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 D | softbus_proxychannel_pipeline.c | 45 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 D | softbus_proxychannel_pipeline_test.cpp | 284 TransProxyPipelineMsgType type = MSG_TYPE_CNT;
|