Lines Matching refs:Register
134 Error Core::Register(const ItemInfo &aItemInfo, RequestId aRequestId, RegisterCallback aCallback) in Register() function in ot::Dns::Multicast::Core
150 entry->Register(aItemInfo, Callback(aRequestId, aCallback)); in Register()
176 return Register<HostEntry>(aHost, aRequestId, aCallback); in RegisterHost()
183 return Register<ServiceEntry>(aService, aRequestId, aCallback); in RegisterService()
190 return IsKeyForService(aKey) ? Register<ServiceEntry>(aKey, aRequestId, aCallback) in RegisterKey()
191 : Register<HostEntry>(aKey, aRequestId, aCallback); in RegisterKey()
991 void Core::Entry::Register(const Key &aKey, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::Entry
1494 void Core::HostEntry::Register(const Host &aHost, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::HostEntry
1531 void Core::HostEntry::Register(const Key &aKey, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::HostEntry
1533 Entry::Register(aKey, aCallback); in Register()
1933 void Core::ServiceEntry::Register(const Service &aService, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::ServiceEntry
2005 void Core::ServiceEntry::Register(const Key &aKey, const Callback &aCallback) in Register() function in ot::Dns::Multicast::Core::ServiceEntry
2007 Entry::Register(aKey, aCallback); in Register()