Searched refs:SdpDb (Results 1 – 3 of 3) sorted by relevance
28 SdpDb::SdpDb(unsigned int max_records) : max_records_(max_records) { in SdpDb() function in SdpDb33 SdpDb::~SdpDb() { free(db_); } in ~SdpDb()35 tSDP_DISCOVERY_DB* SdpDb::RawPointer() { return db_; } in RawPointer()37 uint32_t SdpDb::Length() const { in Length()41 void SdpDb::Print(FILE* filep) const { in Print()
28 class SdpDb {30 SdpDb(unsigned int max_records);31 ~SdpDb();
83 SdpDb sdp_discovery_db(kMaxDiscoveryRecords); in sdp_query_uuid()