Lines Matching refs:Core
85 class Core : public InstanceLocator, private NonCopyable class
98 explicit Core(Instance &aInstance);
1410 using MultiPacketTimer = TimerMilliIn<Core, &Core::HandleMultiPacketTimer>;
1449 using TxMsgHistoryTimer = TimerMilliIn<Core, &Core::HandleTxMessageHistoryTimer>;
1975 using EntryTimer = TimerMilliIn<Core, &Core::HandleEntryTimer>;
1976 using CacheTimer = TimerMilliIn<Core, &Core::HandleCacheTimer>;
1977 using EntryTask = TaskletIn<Core, &Core::HandleEntryTask>;
1978 using CacheTask = TaskletIn<Core, &Core::HandleCacheTask>;
2012 template <> inline OwningList<Core::HostEntry> &Core::GetEntryList<Core::HostEntry>(void) { return … in GetEntryList()
2014 template <> inline OwningList<Core::ServiceEntry> &Core::GetEntryList<Core::ServiceEntry>(void) in GetEntryList()
2021 template <> inline OwningList<Core::BrowseCache> &Core::GetCacheList<Core::BrowseCache>(void) in GetCacheList()
2026 template <> inline OwningList<Core::SrvCache> &Core::GetCacheList<Core::SrvCache>(void) { return mS… in GetCacheList()
2028 template <> inline OwningList<Core::TxtCache> &Core::GetCacheList<Core::TxtCache>(void) { return mT… in GetCacheList()
2030 template <> inline OwningList<Core::Ip6AddrCache> &Core::GetCacheList<Core::Ip6AddrCache>(void) in GetCacheList()
2035 template <> inline OwningList<Core::Ip4AddrCache> &Core::GetCacheList<Core::Ip4AddrCache>(void) in GetCacheList()
2043 DefineCoreType(otPlatMdnsAddressInfo, Dns::Multicast::Core::AddressInfo);