Home
last modified time | relevance | path

Searched defs:localParam (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp81 VideoParam localParam; variable
96 VideoParam localParam; variable
118 VideoParam localParam; variable
152 VideoParam localParam; variable
175 VideoParam localParam; variable
341 VideoParam localParam; variable
356 VideoParam localParam; variable
374 VideoParam localParam; variable
401 VideoParam localParam; variable
428 VideoParam localParam; variable
[all …]
/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()
67 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override in Restart()
98 int32_t SetUp(const AudioParam &localParam, const AudioParam &remoteParam, in SetUp()
124 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override in Restart()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/
H A Dav_receiver_engine_transport_test.cpp51 AudioParam localParam; variable
117 AudioParam localParam; variable
135 AudioParam localParam; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/senderengine/src/
H A Dav_sender_engine_transport_test.cpp51 AudioParam localParam; variable
117 AudioParam localParam; variable
137 AudioParam localParam; variable
/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()
181 int32_t ScreenSinkTrans::CheckTransParam(const VideoParam &localParam, const VideoParam &remotePara… in CheckTransParam()
203 int32_t ScreenSinkTrans::InitScreenTrans(const VideoParam &localParam, const VideoParam &remotePara… in InitScreenTrans()
249 int32_t ScreenSinkTrans::RegisterProcessorListener(const VideoParam &localParam, const VideoParam &… in RegisterProcessorListener()
/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()
57 int32_t Restart(const AudioParam &localParam, const AudioParam &remoteParam) override in Restart()
/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()
247 int32_t ScreenSourceTrans::CheckTransParam(const VideoParam &localParam, const VideoParam &remotePa… in CheckTransParam()
270 int32_t ScreenSourceTrans::InitScreenTrans(const VideoParam &localParam, const VideoParam &remotePa… in InitScreenTrans()
303 int32_t ScreenSourceTrans::RegisterProcessorListener(const VideoParam &localParam, const VideoParam… in RegisterProcessorListener()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_processor_test.cpp38 VideoParam localParam; variable
55 VideoParam localParam; variable
/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()
83 int32_t AVTransSenderTransport::Restart(const AudioParam &localParam, const AudioParam &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()
90 int32_t AVTransReceiverTransport::Restart(const AudioParam &localParam, const AudioParam &remotePar… in Restart()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp25 int32_t ImageSourceProcessor::ConfigureImageProcessor(const VideoParam &localParam, const VideoPara… in ConfigureImageProcessor()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/src/
H A Dimage_sink_processor.cpp26 const VideoParam &localParam, const VideoParam &remoteParam, in ConfigureImageProcessor()
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_rule_manager_test.cpp48 NetFirewallIpParam localParam; in GetNetFirewallRuleSptr() local
H A Dnetfirewall_service_proxy_test.cpp69 NetFirewallIpParam localParam; in GetNetFirewallRuleSptr() local
H A Dnetfirewall_client_test.cpp70 NetFirewallIpParam localParam; in GetIpList() local
H A Dnetfirewall_service_stub_test.cpp44 NetFirewallIpParam localParam; in GetIpList() local
H A Dnetfirewall_service_test.cpp74 NetFirewallIpParam localParam; in GetIpList() local
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c901 static CfResult ValidateOcspLocal(OcspLocalParam localParam, STACK_OF(X509) *x509CertChain, in ValidateOcspLocal()