Searched refs:UpdateProperty (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/src/core/net/ |
D | mdns.cpp | 529 template <typename UintType> void Core::RecordInfo::UpdateProperty(UintType &aProperty, UintType aV… in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo 552 void Core::RecordInfo::UpdateProperty(Heap::String &aStringProperty, const char *aString) in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo 562 void Core::RecordInfo::UpdateProperty(Heap::Data &aDataProperty, const uint8_t *aData, uint16_t aLe… in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo 572 void Core::RecordInfo::UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint… in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo 582 void Core::RecordInfo::UpdateTtl(uint32_t aTtl) { return UpdateProperty(mTtl, aTtl); } in UpdateTtl() 896 mKeyRecord.UpdateProperty(mKeyData, aKey.mKeyData, aKey.mKeyDataLength); in Register() 1397 mAddrRecord.UpdateProperty(mAddresses, AsCoreTypePtr(aHost.mAddresses), aHost.mAddressesLength); in Register() 1842 mSrvRecord.UpdateProperty(mHostName, aService.mHostName); in Register() 1843 mSrvRecord.UpdateProperty(mPriority, aService.mPriority); in Register() 1844 mSrvRecord.UpdateProperty(mWeight, aService.mWeight); in Register() [all …]
|
D | mdns.hpp | 904 template <typename UintType> void UpdateProperty(UintType &aProperty, UintType aValue); 905 … void UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint16_t aNumAddrs); 906 void UpdateProperty(Heap::String &aStringProperty, const char *aString); 907 void UpdateProperty(Heap::Data &aDataProperty, const uint8_t *aData, uint16_t aLength);
|