Ejemplo n.º 1
0
void DviProtocolUpnpAdapterSpecificData::SsdpSearchAll(const Endpoint& aEndpoint, TUint aMx)
{
    IUpnpMsearchHandler* handler = Handler();
    if (handler != NULL) {
        handler->SsdpSearchAll(aEndpoint, aMx, iListener->Interface());
    }
}
Ejemplo n.º 2
0
void DviProtocolUpnpAdapterSpecificData::SsdpSearchAll(const Endpoint& aEndpoint, TUint aMx)
{
    if (!IsLocationReachable(aEndpoint)) {
        return;
    }
    IUpnpMsearchHandler* handler = Handler();
    if (handler != NULL) {
        handler->SsdpSearchAll(aEndpoint, aMx, iListener->Interface());
    }
}