Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Ddnssd_server.h211 void otDnssdQueryHandleDiscoveredServiceInstance(otInstance *aInstance,
/aosp_15_r20/external/openthread/src/core/api/
H A Ddns_server_api.cpp52 void otDnssdQueryHandleDiscoveredServiceInstance(otInstance *aInstance, in otDnssdQueryHandleDiscoveredServiceInstance() function
/aosp_15_r20/external/ot-br-posix/src/sdp_proxy/
H A Ddiscovery_proxy.cpp241otDnssdQueryHandleDiscoveredServiceInstance(mHost.GetInstance(), serviceFullName.c_str(), &instanc… in OnServiceDiscovered()