Lines Matching refs:UpdateProperty
550 template <typename UintType> void Core::RecordInfo::UpdateProperty(UintType &aProperty, UintType aV… in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo
573 void Core::RecordInfo::UpdateProperty(Heap::String &aStringProperty, const char *aString) in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo
583 void Core::RecordInfo::UpdateProperty(Heap::Data &aDataProperty, const uint8_t *aData, uint16_t aLe… in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo
593 void Core::RecordInfo::UpdateProperty(AddressArray &aAddrProperty, const Ip6::Address *aAddrs, uint… in UpdateProperty() function in ot::Dns::Multicast::Core::RecordInfo
608 void Core::RecordInfo::UpdateTtl(uint32_t aTtl) { return UpdateProperty(mTtl, aTtl); } in UpdateTtl()
999 mKeyRecord.UpdateProperty(mKeyData, aKey.mKeyData, aKey.mKeyDataLength); in Register()
1522 mAddrRecord.UpdateProperty(mAddresses, AsCoreTypePtr(aHost.mAddresses), aHost.mAddressesLength); in Register()
1981 mSrvRecord.UpdateProperty(mHostName, aService.mHostName); in Register()
1982 mSrvRecord.UpdateProperty(mPriority, aService.mPriority); in Register()
1983 mSrvRecord.UpdateProperty(mWeight, aService.mWeight); in Register()
1984 mSrvRecord.UpdateProperty(mPort, aService.mPort); in Register()
1992 mTxtRecord.UpdateProperty(mTxtData, kEmptyTxtData, sizeof(kEmptyTxtData)); in Register()
1996 mTxtRecord.UpdateProperty(mTxtData, aService.mTxtData, aService.mTxtDataLength); in Register()