Searched refs:fullNameUTF8 (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DNSSDService.cpp | 646 std::string fullNameUTF8; in QueryRecord() local 668 ok = BSTRToUTF8( fullname, fullNameUTF8 ); in QueryRecord() 700 …eryRecord( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, fullNameUTF8.c_str(), ( uint… in QueryRecord() 748 std::string fullNameUTF8; in RegisterRecord() local 774 ok = BSTRToUTF8( fullName, fullNameUTF8 ); in RegisterRecord() 812 …err = DNSServiceRegisterRecord( m_primary, &rref, flags, ifIndex, fullNameUTF8.c_str(), rrtype, rr… in RegisterRecord() 954 std::string fullNameUTF8; in ReconfirmRecord() local 970 ok = BSTRToUTF8( fullName, fullNameUTF8 ); in ReconfirmRecord() 984 …err = DNSServiceReconfirmRecord( flags, ifIndex, fullNameUTF8.c_str(), rrtype, rrclass, ( uint16_t… in ReconfirmRecord() 1533 const char *fullNameUTF8, in ResolveReply() argument [all …]
|
D | DNSSD.cpp | 251 std::string fullNameUTF8; in QueryRecord() local 260 ok = BSTRToUTF8( fullname, fullNameUTF8 ); in QueryRecord() 277 …err = DNSServiceQueryRecord( &sref, flags, ifIndex, fullNameUTF8.c_str(), ( uint16_t ) rrtype, ( u… in QueryRecord() 598 const char *fullNameUTF8, in ResolveReply() argument 628 ok = UTF8ToBSTR( fullNameUTF8, fullName ); in ResolveReply() 728 const char *fullNameUTF8, in QueryRecordReply() argument 756 ok = UTF8ToBSTR( fullNameUTF8, fullName ); in QueryRecordReply()
|