Home
last modified time | relevance | path

Searched refs:aDNS (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
Doscl_dns_gethostbyname.h34 OsclDNSI *aDNS,
50 void ConstructL(OsclDNSI* aDNS,
63 OsclDNSI *aDNS,
74 void ConstructL(OsclDNSI *aDNS, in ConstructL() argument
77 OsclDNSRequestAO::ConstructL(aDNS, aMethod); in ConstructL()
Doscl_dns_gethostbyname.cpp29 OsclDNSI *aDNS, in NewL() argument
38 self->ConstructL(aDNS, aObserver, aId); in NewL()
44 OsclDNSI *aDNS, in ConstructL() argument
48 iGetHostByNameRequest = OsclGetHostByNameRequest::NewL(aDNS, this); in ConstructL()
75 OsclDNSI *aDNS, in NewL() argument
83 self->ConstructL(aDNS, aMethod); in NewL()
Doscl_dns_method.h91 OsclDNSI *aDNS, in ConstructL() argument
98 if (!aDNS) in ConstructL()
100 iDNSI = aDNS; in ConstructL()