Home
last modified time | relevance | path

Searched refs:mDohDispatcher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
DPrivateDnsConfiguration.cpp586 if (mDohDispatcher != nullptr) return; in initDohLocked()
587 mDohDispatcher = doh_dispatcher_new( in initDohLocked()
639 return doh_net_new(mDohDispatcher, netId, dohId.httpsTemplate.c_str(), dohId.host.c_str(), in setDoh()
646 if (mDohDispatcher != nullptr) doh_net_delete(mDohDispatcher, netId); in clearDoh()
671 if (mDohDispatcher == nullptr) return DOH_RESULT_CAN_NOT_SEND; in dohQuery()
673 return doh_query(mDohDispatcher, netId, query.base(), query.size(), answer.base(), in dohQuery()
DPrivateDnsConfiguration.h196 DohDispatcher* mDohDispatcher = nullptr; variable