• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching defs:upnpLib

336 	const CUPnPLib &upnpLib,
339 m_root (upnpLib.Element_GetRootElement(errorDoc)),
340 m_ErrorCode (upnpLib.Element_GetChildValueByTag(m_root, "errorCode")),
341 m_ErrorDescription(upnpLib.Element_GetChildValueByTag(m_root, "errorDescription"))
348 CUPnPLib &upnpLib,
353 m_name (upnpLib.Element_GetChildValueByTag(argument, "name")),
354 m_direction (upnpLib.Element_GetChildValueByTag(argument, "direction")),
355 m_retval (upnpLib.Element_GetFirstChildByTag(argument, "retval")),
356 m_relatedStateVariable(upnpLib.Element_GetChildValueByTag(argument, "relatedStateVariable"))
370 CUPnPLib &upnpLib,
375 m_ArgumentList(upnpControlPoint, upnpLib, action, SCPDURL),
376 m_name(upnpLib.Element_GetChildValueByTag(action, "name"))
387 CUPnPLib &upnpLib,
392 m_allowedValue(upnpLib.Element_GetTextValue(allowedValue))
403 CUPnPLib &upnpLib,
408 m_AllowedValueList(upnpControlPoint, upnpLib, stateVariable, SCPDURL),
409 m_name (upnpLib.Element_GetChildValueByTag(stateVariable, "name")),
410 m_dataType (upnpLib.Element_GetChildValueByTag(stateVariable, "dataType")),
411 m_defaultValue(upnpLib.Element_GetChildValueByTag(stateVariable, "defaultValue")),
412 m_sendEvents (upnpLib.Element_GetAttributeByTag (stateVariable, "sendEvents"))
426 CUPnPLib &upnpLib,
431 m_ActionList(upnpControlPoint, upnpLib, scpd, SCPDURL),
432 m_ServiceStateTable(upnpControlPoint, upnpLib, scpd, SCPDURL),
457 CUPnPLib &upnpLib,
462 m_upnpLib(upnpLib),
463 m_serviceType(upnpLib.Element_GetChildValueByTag(service, "serviceType")),
464 m_serviceId (upnpLib.Element_GetChildValueByTag(service, "serviceId")),
465 m_SCPDURL (upnpLib.Element_GetChildValueByTag(service, "SCPDURL")),
466 m_controlURL (upnpLib.Element_GetChildValueByTag(service, "controlURL")),
467 m_eventSubURL(upnpLib.Element_GetChildValueByTag(service, "eventSubURL")),
532 if (m_serviceType == upnpLib.UPNP_SERVICE_WAN_IP_CONNECTION ||
533 m_serviceType == upnpLib.UPNP_SERVICE_WAN_PPP_CONNECTION) {
535 m_serviceType == upnpLib.UPNP_SERVICE_WAN_PPP_CONNECTION ||
536 m_serviceType == upnpLib.UPNP_SERVICE_WAN_COMMON_INTERFACE_CONFIG ||
537 m_serviceType == upnpLib.UPNP_SERVICE_LAYER3_FORWARDING) {
541 if (!upnpLib.m_ctrlPoint.WanServiceDetected()) {
546 upnpLib.m_ctrlPoint.SetWanService(this);
553 upnpLib.m_ctrlPoint.Subscribe(*this);
760 CUPnPLib &upnpLib,
765 m_DeviceList(upnpControlPoint, upnpLib, device, URLBase),
766 m_ServiceList(upnpControlPoint, upnpLib, device, URLBase),
767 m_deviceType (upnpLib.Element_GetChildValueByTag(device, "deviceType")),
768 m_friendlyName (upnpLib.Element_GetChildValueByTag(device, "friendlyName")),
769 m_manufacturer (upnpLib.Element_GetChildValueByTag(device, "manufacturer")),
770 m_manufacturerURL (upnpLib.Element_GetChildValueByTag(device, "manufacturerURL")),
771 m_modelDescription (upnpLib.Element_GetChildValueByTag(device, "modelDescription")),
772 m_modelName (upnpLib.Element_GetChildValueByTag(device, "modelName")),
773 m_modelNumber (upnpLib.Element_GetChildValueByTag(device, "modelNumber")),
774 m_modelURL (upnpLib.Element_GetChildValueByTag(device, "modelURL")),
775 m_serialNumber (upnpLib.Element_GetChildValueByTag(device, "serialNumber")),
776 m_UDN (upnpLib.Element_GetChildValueByTag(device, "UDN")),
777 m_UPC (upnpLib.Element_GetChildValueByTag(device, "UPC")),
778 m_presentationURL (upnpLib.Element_GetChildValueByTag(device, "presentationURL"))
818 CUPnPLib &upnpLib,
825 CUPnPDevice(upnpControlPoint, upnpLib, rootDevice, FixedURLBase),