• 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:Element_GetChildValueByTag

261 const std::string CUPnPLib::Element_GetChildValueByTag(
340 m_ErrorCode (upnpLib.Element_GetChildValueByTag(m_root, "errorCode")),
341 m_ErrorDescription(upnpLib.Element_GetChildValueByTag(m_root, "errorDescription"))
353 m_name (upnpLib.Element_GetChildValueByTag(argument, "name")),
354 m_direction (upnpLib.Element_GetChildValueByTag(argument, "direction")),
356 m_relatedStateVariable(upnpLib.Element_GetChildValueByTag(argument, "relatedStateVariable"))
376 m_name(upnpLib.Element_GetChildValueByTag(action, "name"))
409 m_name (upnpLib.Element_GetChildValueByTag(stateVariable, "name")),
410 m_dataType (upnpLib.Element_GetChildValueByTag(stateVariable, "dataType")),
411 m_defaultValue(upnpLib.Element_GetChildValueByTag(stateVariable, "defaultValue")),
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")),
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"))
1212 Element_GetChildValueByTag(root, "URLBase");
1218 Element_GetChildValueByTag(rootDevice, "deviceType"));
1486 m_upnpLib.Element_GetChildValueByTag(rootDevice, "UDN"));