Searched refs:TransProxyPipelineGenRequestId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_deps_mock.cpp | 70 int32_t TransProxyPipelineGenRequestId(void) in TransProxyPipelineGenRequestId() function 72 return GetLaneLinkDepsInterface()->TransProxyPipelineGenRequestId(); in TransProxyPipelineGenRequestId()
|
H A D | lnn_lane_link_deps_mock.h | 32 virtual int32_t TransProxyPipelineGenRequestId(void) = 0; 62 MOCK_METHOD0(TransProxyPipelineGenRequestId, int32_t (void));
|
H A D | lnn_lane_link_test.cpp | 420 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 469 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 516 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 835 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 889 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 942 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 996 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 1199 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 1252 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); 1304 EXPECT_CALL(laneLinkMock, TransProxyPipelineGenRequestId).WillRepeatedly(Return(requestId)); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_pipeline.h | 48 int32_t TransProxyPipelineGenRequestId(void);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_pipeline_test.cpp | 268 int32_t ret = TransProxyPipelineGenRequestId();
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 135 int32_t TransProxyPipelineGenRequestId(void) in TransProxyPipelineGenRequestId() function
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 1688 int32_t channelRequestId = TransProxyPipelineGenRequestId(); in OpenProxyChannelToConnP2p()
|