Home
last modified time | relevance | path

Searched defs:aProxyName (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmf_download_data_source.h62 , OSCL_String &aProxyName in PVMFDownloadDataSourceHTTP()
118 … &aConfigFile, OSCL_wString &aDownloadFileName, uint32 aMaxSize, OSCL_String &aProxyName, int32 aP… in PVMFDownloadDataSourcePVX()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvdl_config_file.h85 void SetProxyName(OSCL_String &aProxyName) in SetProxyName()
Dpvmf_protocol_engine_node_download_common.cpp122 OSCL_EXPORT_REF bool DownloadContainer::getProxy(OSCL_String& aProxyName, uint32 &aProxyPort) in getProxy()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp772 OSCL_EXPORT_REF bool InterfacingObjectContainer::setStreamingProxy(OSCL_wString& aProxyName, const … in setStreamingProxy()
Dpvmf_protocol_engine_node_common.h1453 void getStreamingProxy(OSCL_String& aProxyName, uint32 &aProxyPort) in getStreamingProxy()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2403 OSCL_HeapString<OsclMemAllocator> aProxyName; in CheckUsingProxy() local
2410 bool PVMFProtocolEngineNode::getProxy(OSCL_String& aProxyName, uint32 &aProxyPort) in getProxy()