/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/ |
H A D | screen_source_trans_test.cpp | 82 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 D | av_receiver_engine_transport_test.cpp | 52 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 D | screen_sink_trans.cpp | 28 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 D | av_sender_engine_transport_test.cpp | 52 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 D | screen_sink_trans.h | 37 …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 D | iscreen_sink_trans.h | 30 virtual int32_t SetUp(const VideoParam &localParam, const VideoParam &remoteParam,
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/audiomanagertestutils/include/ |
H A D | audio_manager_test_utils.h | 41 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 D | screen_source_trans.h | 42 …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 D | iscreen_source_trans.h | 30 virtual int32_t SetUp(const VideoParam &localParam, const VideoParam &remoteParam,
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/ |
H A D | screen_source_trans.cpp | 33 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 D | image_source_processor_test.cpp | 39 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 D | av_sender_engine_transport.cpp | 46 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 D | av_receiver_engine_transport.cpp | 46 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 D | iaudio_data_transport.h | 30 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 D | daudio_test_utils.h | 31 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 D | image_sink_processor.cpp | 26 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 D | netfirewall_service_proxy_test.cpp | 76 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 D | av_sender_engine_transport.h | 51 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 D | av_receiver_engine_transport.h | 52 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 D | image_source_processor.cpp | 25 …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 D | iimage_sink_processor.h | 33 …irtual int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
|
H A D | image_sink_processor.h | 32 int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/ |
H A D | iimage_source_processor.h | 33 …irtual int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
|
H A D | image_source_processor.h | 31 int32_t ConfigureImageProcessor(const VideoParam &localParam, const VideoParam &remoteParam,
|