Home
last modified time | relevance | path

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 Dlnn_lane_link_deps_mock.cpp70 int32_t TransProxyPipelineGenRequestId(void) in TransProxyPipelineGenRequestId() function
72 return GetLaneLinkDepsInterface()->TransProxyPipelineGenRequestId(); in TransProxyPipelineGenRequestId()
H A Dlnn_lane_link_deps_mock.h32 virtual int32_t TransProxyPipelineGenRequestId(void) = 0;
62 MOCK_METHOD0(TransProxyPipelineGenRequestId, int32_t (void));
H A Dlnn_lane_link_test.cpp420 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 Dsoftbus_proxychannel_pipeline.h48 int32_t TransProxyPipelineGenRequestId(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp268 int32_t ret = TransProxyPipelineGenRequestId();
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c135 int32_t TransProxyPipelineGenRequestId(void) in TransProxyPipelineGenRequestId() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c1688 int32_t channelRequestId = TransProxyPipelineGenRequestId(); in OpenProxyChannelToConnP2p()