Home
last modified time | relevance | path

Searched refs:TransProxyPipelineGetUuidByChannelId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_pipeline.h55 int32_t TransProxyPipelineGetUuidByChannelId(int32_t channelId, char *uuid, uint32_t uuidLen);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dproxy_negotiate_channel.cpp80 if (TransProxyPipelineGetUuidByChannelId(channelId, remoteUuid, UUID_BUF_LEN) != SOFTBUS_OK) { in CoCProxyNegotiateChannel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.h100 …virtual int32_t TransProxyPipelineGetUuidByChannelId(int32_t channelId, char *uuid, uint32_t uuidL…
184 …MOCK_METHOD(int32_t, TransProxyPipelineGetUuidByChannelId, (int32_t, char *, uint32_t), (override)…
H A Dwifi_direct_mock.cpp259 int32_t TransProxyPipelineGetUuidByChannelId(int32_t channelId, char *uuid, uint32_t uuidLen) in TransProxyPipelineGetUuidByChannelId() function
261 …return OHOS::SoftBus::WifiDirectInterfaceMock::GetMock()->TransProxyPipelineGetUuidByChannelId(cha… in TransProxyPipelineGetUuidByChannelId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_proxychannel_pipeline_test.cpp151 int32_t ret = TransProxyPipelineGetUuidByChannelId(channelId, uuid, SESSIONKEYSIZE);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c282 int32_t TransProxyPipelineGetUuidByChannelId(int32_t channelId, char *uuid, uint32_t uuidLen) in TransProxyPipelineGetUuidByChannelId() function