Searched refs:IsAuthorized (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppauth.h | 36 virtual bool IsAuthorized() const { return true; } in IsAuthorized() function
|
D | prexmppauth.h | 61 virtual bool IsAuthorized() const = 0;
|
D | xmppclient.cc | 245 if (!d_->pre_auth_->IsAuthorized()) { in ProcessTokenLogin()
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 2385 mDNSlocal mDNSBool IsAuthorized( DaemonInfo * d, PktMsg * pkt, DomainAuthInfo ** key, mDNSu16 * rco… in IsAuthorized() function 2602 else if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) ) in RecvUDPMessage() 2744 if ( IsAuthorized( context->d, &context->pkt, &key, &rcode, &tcode ) ) in RecvTCPMessage()
|