Home
last modified time | relevance | path

Searched defs:txtRecord (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceInfo.java101 DnsSdTxtRecord txtRecord = new DnsSdTxtRecord(); in newInstance() local
153 DnsSdTxtRecord txtRecord) { in createTxtServiceQuery()
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DMDnsManager.java82 @NonNull String registrationType, int port, @NonNull byte[] txtRecord, in registerService()
DNsdServiceInfo.java451 System.arraycopy(key.getBytes(StandardCharsets.US_ASCII), 0, txtRecord, ptr, in getTxtRecord() local
/packages/modules/adb/daemon/
Dmdns.cpp83 std::vector<char> txtRecord; in register_mdns_service() local
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java193 public final RecordInfo<MdnsTextRecord> txtRecord; field in MdnsRecordRepository.ServiceRegistration