Home
last modified time | relevance | path

Searched defs:SendQuery (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_trackers.cc249 bool MdnsRecordTracker::SendQuery() const { in SendQuery() function in openscreen::discovery::MdnsRecordTracker
361 bool MdnsQuestionTracker::SendQuery() const { in SendQuery() function in openscreen::discovery::MdnsQuestionTracker
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dpanid_query_client.cpp59 Error PanIdQueryClient::SendQuery(uint16_t aPanId, in SendQuery() function in ot::PanIdQueryClient
H A Denergy_scan_client.cpp61 Error EnergyScanClient::SendQuery(uint32_t aChannelMask, in SendQuery() function in ot::EnergyScanClient
/aosp_15_r20/external/openthread/src/core/utils/
H A Dmesh_diag.cpp168 Error MeshDiag::SendQuery(uint16_t aRloc16, const uint8_t *aTlvs, uint8_t aTlvsLength) in SendQuery() function in ot::Utils::MeshDiag
/aosp_15_r20/external/cronet/net/dns/
H A Dmdns_client_impl.cc258 bool MDnsClientImpl::Core::SendQuery(uint16_t rrtype, const std::string& name) { in SendQuery() function in net::MDnsClientImpl::Core
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_client.cpp1084 Error Client::SendQuery(Query &aQuery, QueryInfo &aInfo, bool aUpdateTimer) in SendQuery() function in ot::Dns::Client
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp1091 static void SendQuery(const char *aName, in SendQuery() function