Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp82 VideoParam remoteParam; in HWTEST_F() local
83 int32_t actual = trans->RegisterProcessorListener(localParam, remoteParam); in HWTEST_F()
97 VideoParam remoteParam; in HWTEST_F() local
100 int32_t actual = trans->SetUp(localParam, remoteParam, peerDevId); in HWTEST_F()
125 VideoParam remoteParam; in HWTEST_F() local
126 remoteParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264); in HWTEST_F()
127 remoteParam.SetVideoFormat(VIDEO_DATA_FORMAT_YUVI420); in HWTEST_F()
128 remoteParam.SetVideoHeight(VIDEO_DATA_NUM); in HWTEST_F()
129 remoteParam.SetVideoWidth(VIDEO_DATA_NUM); in HWTEST_F()
130 remoteParam in HWTEST_F()
153 VideoParam remoteParam; HWTEST_F() local
176 VideoParam remoteParam; HWTEST_F() local
359 VideoParam remoteParam; HWTEST_F() local
380 VideoParam remoteParam; HWTEST_F() local
407 VideoParam remoteParam; HWTEST_F() local
434 VideoParam remoteParam; HWTEST_F() local
462 VideoParam remoteParam; HWTEST_F() local
490 VideoParam remoteParam; HWTEST_F() local
609 VideoParam remoteParam; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/
H A Dav_receiver_engine_transport_test.cpp52 AudioParam remoteParam; in HWTEST_F() local
55 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK)); in HWTEST_F()
57 EXPECT_EQ(DH_SUCCESS, receiverTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK)); in HWTEST_F()
118 AudioParam remoteParam; in HWTEST_F() local
122 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, receiverTrans_->Restart(localParam, remoteParam)); in HWTEST_F()
136 AudioParam remoteParam; in HWTEST_F() local
142 EXPECT_EQ(DH_SUCCESS, receiverTrans_->Restart(localParam, remoteParam)); in HWTEST_F()
/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 &peerDevId) override;
52 int32_t CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, const std::string &peerDevId);
53 int32_t InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, const std::string &peerDevId);
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,
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/senderengine/src/
H A Dav_sender_engine_transport_test.cpp52 AudioParam remoteParam; in HWTEST_F() local
55 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK)); in HWTEST_F()
57 EXPECT_EQ(DH_SUCCESS, senderTrans_->SetUp(localParam, remoteParam, callback, CAP_SPK)); in HWTEST_F()
118 AudioParam remoteParam; in HWTEST_F() local
122 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, senderTrans_->Restart(localParam, remoteParam)); in HWTEST_F()
138 AudioParam remoteParam; in HWTEST_F() local
144 EXPECT_EQ(DH_SUCCESS, senderTrans_->Restart(localParam, remoteParam)); in HWTEST_F()
/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 int32_t ScreenSinkTrans::CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, in CheckTransParam() argument
195 ret = CheckVideoParam(remoteParam); in CheckTransParam()
197 DHLOGE("%{public}s: check remoteParam param failed.", DSCREEN_LOG_TAG); in CheckTransParam()
203 int32_t ScreenSinkTrans::InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, in InitScreenTrans() argument
219 ret = RegisterProcessorListener(localParam, remoteParam, peerDevId); in InitScreenTrans()
249 int32_t ScreenSinkTrans::RegisterProcessorListener(const VideoParam &localParam, const VideoParam &remoteParam, in RegisterProcessorListener() argument
263 int32_t ret = imageProcessor_->ConfigureImageProcessor(localParam, remoteParam, listene in RegisterProcessorListener()
[all...]
/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,
67 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override
98 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam,
124 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_processor_test.cpp39 VideoParam remoteParam; in HWTEST_F() local
42 int32_t actual = processor.ConfigureImageProcessor(localParam, remoteParam, listener); in HWTEST_F()
56 VideoParam remoteParam; in HWTEST_F() local
62 int32_t actual = processor.ConfigureImageProcessor(localParam, remoteParam, listener); in HWTEST_F()
/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 &peerDevId) override;
60 int32_t CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, const std::string &peerDevId);
61 int32_t InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, const std::string &peerDevId);
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,
/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;
/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,
57 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override
/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 int32_t AVTransReceiverTransport::Restart(const AudioParam &localParam, const AudioParam &remoteParam) in Restart() argument
94 (void)remoteParam; in Restart()
/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()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp34 int32_t ScreenSourceTrans::SetUp(const VideoParam &localParam, const VideoParam &remoteParam, in SetUp() argument
38 int32_t ret = CheckTransParam(localParam, remoteParam, peerDevId); in SetUp()
43 ret = InitScreenTrans(localParam, remoteParam, peerDevId); in SetUp()
248 int32_t ScreenSourceTrans::CheckTransParam(const VideoParam &localParam, const VideoParam &remoteParam, in CheckTransParam() argument
263 ret = CheckVideoParam(remoteParam); in CheckTransParam()
265 DHLOGE("%{public}s: check remoteParam param failed.", DSCREEN_LOG_TAG); in CheckTransParam()
271 int32_t ScreenSourceTrans::InitScreenTrans(const VideoParam &localParam, const VideoParam &remoteParam, in InitScreenTrans() argument
287 ret = RegisterProcessorListener(localParam, remoteParam); in InitScreenTrans()
304 int32_t ScreenSourceTrans::RegisterProcessorListener(const VideoParam &localParam, const VideoParam &remoteParam) in RegisterProcessorListener() argument
317 int32_t ret = imageProcessor_->ConfigureImageProcessor(localParam, remoteParam, listene in RegisterProcessorListener()
[all...]
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp26 const VideoParam &localParam, const VideoParam &remoteParam, in ConfigureImageProcessor()
31 remoteParam_ = remoteParam; in ConfigureImageProcessor()
34 imageJpeg_ = std::make_shared<JpegImageProcessor>(remoteParam); in ConfigureImageProcessor()
25 ConfigureImageProcessor( const VideoParam &localParam, const VideoParam &remoteParam, const std::shared_ptr<IImageSinkProcessorListener> &imageListener) ConfigureImageProcessor() argument
/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;
/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;
/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()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp25 int32_t ImageSourceProcessor::ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam, in ConfigureImageProcessor() argument
37 remoteParam_ = remoteParam; in ConfigureImageProcessor()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/include/
H A Dimage_sink_processor.h32 int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
H A Diimage_sink_processor.h33 virtual int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h33 virtual int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
H A Dimage_source_processor.h31 int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,

Completed in 9 milliseconds