Home
last modified time | relevance | path

Searched refs:TransReleaseUdpResources (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_stub_test_mock.cpp97 int32_t TransReleaseUdpResources(int32_t channelId) in TransReleaseUdpResources() function
99 return GetSoftbusServerStubTestInterface()->TransReleaseUdpResources(channelId); in TransReleaseUdpResources()
H A Dsoftbus_server_stub_test_mock.h53 virtual int32_t TransReleaseUdpResources(int32_t channelId) = 0;
77 MOCK_METHOD1(TransReleaseUdpResources, int32_t (int32_t channelId));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/include/
H A Dtrans_channel_manager.h47 int32_t TransReleaseUdpResources(int32_t channelId);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c86 return TransReleaseUdpResources(channelId); in ServerIpcReleaseResources()
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dtrans_server_stub.c373 int32_t ret = TransReleaseUdpResources(channelId); in ServerReleaseResources()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp163 return TransReleaseUdpResources(channelId); in ReleaseResources()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp546 int32_t ret = TransReleaseUdpResources(1);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c595 int32_t TransReleaseUdpResources(int32_t channelId) in TransReleaseUdpResources() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp480 EXPECT_CALL(softbusServerStubMock, TransReleaseUdpResources).WillRepeatedly(Return(SOFTBUS_OK));