Home
last modified time | relevance | path

Searched refs:remoteParam (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp82 VideoParam remoteParam; variable
97 VideoParam remoteParam; variable
125 VideoParam remoteParam; variable
153 VideoParam remoteParam; variable
176 VideoParam remoteParam; variable
359 VideoParam remoteParam; variable
380 VideoParam remoteParam; variable
407 VideoParam remoteParam; variable
434 VideoParam remoteParam; variable
462 VideoParam remoteParam; variable
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/
H A Dav_receiver_engine_transport_test.cpp52 AudioParam remoteParam; variable
55 …EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK));
57 EXPECT_EQ(DH_SUCCESS, receiverTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK));
118 AudioParam remoteParam; variable
122 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverTrans_->Restart(localParam, remoteParam));
136 AudioParam remoteParam; variable
142 EXPECT_EQ(DH_SUCCESS, receiverTrans_->Restart(localParam, remoteParam));
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp28 int32_t ScreenSinkTrans::SetUp(const VideoParam &localParam, const VideoParam &remoteParam, in SetUp() argument
32 int32_t ret = CheckTransParam(localParam, remoteParam, peerDevId); in SetUp()
38 ret = InitScreenTrans(localParam, remoteParam, peerDevId); in SetUp()
181 …t32_t ScreenSinkTrans::CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, in CheckTransParam() argument
195 ret = CheckVideoParam(remoteParam); in CheckTransParam()
203 …t32_t ScreenSinkTrans::InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, in InitScreenTrans() argument
219 ret = RegisterProcessorListener(localParam, remoteParam, peerDevId); in InitScreenTrans()
249 …enSinkTrans::RegisterProcessorListener(const VideoParam &localParam, const VideoParam &remoteParam, in RegisterProcessorListener() argument
263 int32_t ret = imageProcessor_->ConfigureImageProcessor(localParam, remoteParam, listener); in RegisterProcessorListener()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/senderengine/src/
H A Dav_sender_engine_transport_test.cpp52 AudioParam remoteParam; variable
55 … EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK));
57 EXPECT_EQ(DH_SUCCESS, senderTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK));
118 AudioParam remoteParam; variable
122 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderTrans_->Restart(localParam, remoteParam));
138 AudioParam remoteParam; variable
144 EXPECT_EQ(DH_SUCCESS, senderTrans_->Restart(localParam, remoteParam));
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/include/
H A Dscreen_sink_trans.h37 …int32_t SetUp(const VideoParam &localParam, const VideoParam &remoteParam, const std::string &peer…
52 …int32_t CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, const std::st…
53 …int32_t InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, const std::st…
55 int32_t RegisterProcessorListener(const VideoParam &localParam, const VideoParam &remoteParam,
H A Discreen_sink_trans.h30 virtual int32_t SetUp(const VideoParam &localParam, const VideoParam &remoteParam,
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/audiomanagertestutils/include/
H A Daudio_manager_test_utils.h41 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam, in SetUp() argument
67 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override in Restart() argument
98 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam, in SetUp() argument
124 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override in Restart() argument
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Dscreen_source_trans.h42 …int32_t SetUp(const VideoParam &localParam, const VideoParam &remoteParam, const std::string &peer…
60 …int32_t CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, const std::st…
61 …int32_t InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, const std::st…
63 int32_t RegisterProcessorListener(const VideoParam &localParam, const VideoParam &remoteParam);
H A Discreen_source_trans.h30 virtual int32_t SetUp(const VideoParam &localParam, const VideoParam &remoteParam,
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp33 int32_t ScreenSourceTrans::SetUp(const VideoParam &localParam, const VideoParam &remoteParam, in SetUp() argument
37 int32_t ret = CheckTransParam(localParam, remoteParam, peerDevId); in SetUp()
42 ret = InitScreenTrans(localParam, remoteParam, peerDevId); in SetUp()
247 …2_t ScreenSourceTrans::CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, in CheckTransParam() argument
262 ret = CheckVideoParam(remoteParam); in CheckTransParam()
270 …2_t ScreenSourceTrans::InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, in InitScreenTrans() argument
286 ret = RegisterProcessorListener(localParam, remoteParam); in InitScreenTrans()
303 …SourceTrans::RegisterProcessorListener(const VideoParam &localParam, const VideoParam &remoteParam) in RegisterProcessorListener() argument
316 int32_t ret = imageProcessor_->ConfigureImageProcessor(localParam, remoteParam, listener); in RegisterProcessorListener()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_processor_test.cpp39 VideoParam remoteParam; variable
42 int32_t actual = processor.ConfigureImageProcessor(localParam, remoteParam, listener);
56 VideoParam remoteParam; variable
62 int32_t actual = processor.ConfigureImageProcessor(localParam, remoteParam, listener);
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/
H A Dav_sender_engine_transport.cpp46 int32_t AVTransSenderTransport::SetUp(const AudioParam &localParam, const AudioParam &remoteParam, in SetUp() argument
49 (void)remoteParam; in SetUp()
83 int32_t AVTransSenderTransport::Restart(const AudioParam &localParam, const AudioParam &remoteParam) in Restart() argument
87 (void)remoteParam; in Restart()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/
H A Dav_receiver_engine_transport.cpp46 int32_t AVTransReceiverTransport::SetUp(const AudioParam &localParam, const AudioParam &remoteParam, in SetUp() argument
49 (void)remoteParam; in SetUp()
90 …32_t AVTransReceiverTransport::Restart(const AudioParam &localParam, const AudioParam &remoteParam) in Restart() argument
94 (void)remoteParam; in Restart()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/interface/
H A Diaudio_data_transport.h30 virtual int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam,
36 virtual int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) = 0;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/audioclienttestutils/include/
H A Ddaudio_test_utils.h31 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam, in SetUp() argument
57 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override in Restart() argument
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp26 const VideoParam &localParam, const VideoParam &remoteParam, in ConfigureImageProcessor() argument
31 remoteParam_ = remoteParam; in ConfigureImageProcessor()
34 imageJpeg_ = std::make_shared<JpegImageProcessor>(remoteParam); in ConfigureImageProcessor()
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_service_proxy_test.cpp76 NetFirewallIpParam remoteParam; in GetNetFirewallRuleSptr() local
77 remoteParam.family = FAMILY_IPV6; in GetNetFirewallRuleSptr()
78 remoteParam.type = 1; in GetNetFirewallRuleSptr()
80 remoteParam.mask = MASK; in GetNetFirewallRuleSptr()
81 rule->remoteIps.push_back(remoteParam); in GetNetFirewallRuleSptr()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/include/
H A Dav_sender_engine_transport.h51 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam,
57 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/include/
H A Dav_receiver_engine_transport.h52 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam,
58 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp25 …urceProcessor::ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam, in ConfigureImageProcessor() argument
37 remoteParam_ = remoteParam; in ConfigureImageProcessor()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Diimage_sink_processor.h33 …irtual int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
H A Dimage_sink_processor.h32 int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h33 …irtual int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
H A Dimage_source_processor.h31 int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,