Lines Matching defs:Get

752 template <> inline Instance &Instance::Get(void) { return *this; }  in Get()  function in ot::Instance
754 template <> inline Radio &Instance::Get(void) { return mRadio; } in Get() function in ot::Instance
756 template <> inline Radio::Callbacks &Instance::Get(void) { return mRadio.mCallbacks; } in Get() function in ot::Instance
759 template <> inline Radio::Statistics &Instance::Get(void) { return mRadio.mStatistics; } in Get() function in ot::Instance
763 template <> inline Uptime &Instance::Get(void) { return mUptime; } in Get() function in ot::Instance
767 template <> inline Notifier &Instance::Get(void) { return mNotifier; } in Get() function in ot::Instance
769 template <> inline TimeTicker &Instance::Get(void) { return mTimeTicker; } in Get() function in ot::Instance
771 template <> inline Settings &Instance::Get(void) { return mSettings; } in Get() function in ot::Instance
773 template <> inline SettingsDriver &Instance::Get(void) { return mSettingsDriver; } in Get() function in ot::Instance
775 template <> inline MeshForwarder &Instance::Get(void) { return mMeshForwarder; } in Get() function in ot::Instance
778 template <> inline Crypto::Storage::KeyRefManager &Instance::Get(void) { return mCryptoStorageKeyRe… in Get() function in ot::Instance
782 template <> inline RadioSelector &Instance::Get(void) { return mRadioSelector; } in Get() function in ot::Instance
785 template <> inline Mle::Mle &Instance::Get(void) { return mMleRouter; } in Get() function in ot::Instance
788 template <> inline Mle::MleRouter &Instance::Get(void) { return mMleRouter; } in Get() function in ot::Instance
791 template <> inline Mle::DiscoverScanner &Instance::Get(void) { return mDiscoverScanner; } in Get() function in ot::Instance
793 template <> inline NeighborTable &Instance::Get(void) { return mMleRouter.mNeighborTable; } in Get() function in ot::Instance
796 template <> inline ChildTable &Instance::Get(void) { return mMleRouter.mChildTable; } in Get() function in ot::Instance
798 template <> inline RouterTable &Instance::Get(void) { return mMleRouter.mRouterTable; } in Get() function in ot::Instance
802 template <> inline WakeupTxScheduler &Instance::Get(void) { return mMleRouter.mWakeupTxScheduler; } in Get() function in ot::Instance
805 template <> inline Ip6::Netif &Instance::Get(void) { return mThreadNetif; } in Get() function in ot::Instance
807 template <> inline ThreadNetif &Instance::Get(void) { return mThreadNetif; } in Get() function in ot::Instance
809 template <> inline Ip6::Ip6 &Instance::Get(void) { return mIp6; } in Get() function in ot::Instance
811 template <> inline Mac::Mac &Instance::Get(void) { return mMac; } in Get() function in ot::Instance
813 template <> inline Mac::SubMac &Instance::Get(void) { return mMac.mLinks.mSubMac; } in Get() function in ot::Instance
816 template <> inline Trel::Link &Instance::Get(void) { return mMac.mLinks.mTrel; } in Get() function in ot::Instance
818 template <> inline Trel::Interface &Instance::Get(void) { return mMac.mLinks.mTrel.mInterface; } in Get() function in ot::Instance
822 template <> inline Mac::Filter &Instance::Get(void) { return mMac.mFilter; } in Get() function in ot::Instance
825 template <> inline Lowpan::Lowpan &Instance::Get(void) { return mLowpan; } in Get() function in ot::Instance
827 template <> inline KeyManager &Instance::Get(void) { return mKeyManager; } in Get() function in ot::Instance
829 template <> inline Ip6::Filter &Instance::Get(void) { return mIp6Filter; } in Get() function in ot::Instance
831 template <> inline AddressResolver &Instance::Get(void) { return mAddressResolver; } in Get() function in ot::Instance
834 template <> inline IndirectSender &Instance::Get(void) { return mMeshForwarder.mIndirectSender; } in Get() function in ot::Instance
838 template <> inline CslTxScheduler &Instance::Get(void) { return mMeshForwarder.mIndirectSender.mCsl… in Get() function in ot::Instance
843 template <> inline SourceMatchController &Instance::Get(void) in Get() function in ot::Instance
848 template <> inline DataPollHandler &Instance::Get(void) { return mMeshForwarder.mIndirectSender.mDa… in Get() function in ot::Instance
850 template <> inline MeshCoP::Leader &Instance::Get(void) { return mLeader; } in Get() function in ot::Instance
852 template <> inline MeshCoP::JoinerRouter &Instance::Get(void) { return mJoinerRouter; } in Get() function in ot::Instance
855 template <> inline AnnounceBeginServer &Instance::Get(void) { return mAnnounceBegin; } in Get() function in ot::Instance
857 template <> inline DataPollSender &Instance::Get(void) { return mMeshForwarder.mDataPollSender; } in Get() function in ot::Instance
859 template <> inline EnergyScanServer &Instance::Get(void) { return mEnergyScan; } in Get() function in ot::Instance
861 template <> inline PanIdQueryServer &Instance::Get(void) { return mPanIdQuery; } in Get() function in ot::Instance
864 template <> inline AnycastLocator &Instance::Get(void) { return mAnycastLocator; } in Get() function in ot::Instance
868 template <> inline NetworkData::Local &Instance::Get(void) { return mNetworkDataLocal; } in Get() function in ot::Instance
871 template <> inline NetworkData::Leader &Instance::Get(void) { return mNetworkDataLeader; } in Get() function in ot::Instance
874 template <> inline NetworkData::Notifier &Instance::Get(void) { return mNetworkDataNotifier; } in Get() function in ot::Instance
878 template <> inline NetworkData::Publisher &Instance::Get(void) { return mNetworkDataPublisher; } in Get() function in ot::Instance
881 template <> inline NetworkData::Service::Manager &Instance::Get(void) { return mNetworkDataServiceM… in Get() function in ot::Instance
884 template <> inline Ip6::Tcp &Instance::Get(void) { return mIp6.mTcp; } in Get() function in ot::Instance
887 template <> inline Ip6::Udp &Instance::Get(void) { return mIp6.mUdp; } in Get() function in ot::Instance
889 template <> inline Ip6::Icmp &Instance::Get(void) { return mIp6.mIcmp; } in Get() function in ot::Instance
891 template <> inline Ip6::Mpl &Instance::Get(void) { return mIp6.mMpl; } in Get() function in ot::Instance
893 template <> inline Tmf::Agent &Instance::Get(void) { return mTmfAgent; } in Get() function in ot::Instance
896 template <> inline Tmf::SecureAgent &Instance::Get(void) { return mTmfSecureAgent; } in Get() function in ot::Instance
899 template <> inline MeshCoP::ExtendedPanIdManager &Instance::Get(void) { return mExtendedPanIdManage… in Get() function in ot::Instance
901 template <> inline MeshCoP::NetworkNameManager &Instance::Get(void) { return mNetworkNameManager; } in Get() function in ot::Instance
903 template <> inline MeshCoP::ActiveDatasetManager &Instance::Get(void) { return mActiveDataset; } in Get() function in ot::Instance
905 template <> inline MeshCoP::PendingDatasetManager &Instance::Get(void) { return mPendingDataset; } in Get() function in ot::Instance
908 template <> inline TimeSync &Instance::Get(void) { return mTimeSync; } in Get() function in ot::Instance
912 template <> inline MeshCoP::Commissioner &Instance::Get(void) { return mCommissioner; } in Get() function in ot::Instance
914 template <> inline AnnounceBeginClient &Instance::Get(void) { return mCommissioner.GetAnnounceBegin… in Get() function in ot::Instance
916 template <> inline EnergyScanClient &Instance::Get(void) { return mCommissioner.GetEnergyScanClient… in Get() function in ot::Instance
918 template <> inline PanIdQueryClient &Instance::Get(void) { return mCommissioner.GetPanIdQueryClient… in Get() function in ot::Instance
922 template <> inline Dnssd &Instance::Get(void) { return mDnssd; } in Get() function in ot::Instance
926 template <> inline MeshCoP::Joiner &Instance::Get(void) { return mJoiner; } in Get() function in ot::Instance
930 template <> inline Dns::Client &Instance::Get(void) { return mDnsClient; } in Get() function in ot::Instance
934 template <> inline Srp::Client &Instance::Get(void) { return mSrpClient; } in Get() function in ot::Instance
938 template <> inline Utils::SrpClientBuffers &Instance::Get(void) { return mSrpClientBuffers; } in Get() function in ot::Instance
942 template <> inline Dns::ServiceDiscovery::Server &Instance::Get(void) { return mDnssdServer; } in Get() function in ot::Instance
946 template <> inline Dns::Dso &Instance::Get(void) { return mDnsDso; } in Get() function in ot::Instance
950 template <> inline Dns::Multicast::Core &Instance::Get(void) { return mMdnsCore; } in Get() function in ot::Instance
953 template <> inline NetworkDiagnostic::Server &Instance::Get(void) { return mNetworkDiagnosticServer… in Get() function in ot::Instance
956 template <> inline NetworkDiagnostic::Client &Instance::Get(void) { return mNetworkDiagnosticClient… in Get() function in ot::Instance
960 template <> inline Dhcp6::Client &Instance::Get(void) { return mDhcp6Client; } in Get() function in ot::Instance
964 template <> inline Dhcp6::Server &Instance::Get(void) { return mDhcp6Server; } in Get() function in ot::Instance
968 template <> inline NeighborDiscovery::Agent &Instance::Get(void) { return mNeighborDiscoveryAgent; } in Get() function in ot::Instance
972 template <> inline Utils::Slaac &Instance::Get(void) { return mSlaac; } in Get() function in ot::Instance
976 template <> inline Utils::JamDetector &Instance::Get(void) { return mJamDetector; } in Get() function in ot::Instance
980 template <> inline Sntp::Client &Instance::Get(void) { return mSntpClient; } in Get() function in ot::Instance
984 template <> inline ChildSupervisor &Instance::Get(void) { return mChildSupervisor; } in Get() function in ot::Instance
986 template <> inline SupervisionListener &Instance::Get(void) { return mSupervisionListener; } in Get() function in ot::Instance
989 template <> inline Utils::PingSender &Instance::Get(void) { return mPingSender; } in Get() function in ot::Instance
993 template <> inline Utils::ChannelMonitor &Instance::Get(void) { return mChannelMonitor; } in Get() function in ot::Instance
998 template <> inline Utils::ChannelManager &Instance::Get(void) { return mChannelManager; } in Get() function in ot::Instance
1002 template <> inline Utils::MeshDiag &Instance::Get(void) { return mMeshDiag; } in Get() function in ot::Instance
1006 template <> inline Utils::HistoryTracker &Instance::Get(void) { return mHistoryTracker; } in Get() function in ot::Instance
1010 template <> inline Utils::LinkMetricsManager &Instance::Get(void) { return mLinkMetricsManager; } in Get() function in ot::Instance
1014 template <> inline MeshCoP::DatasetUpdater &Instance::Get(void) { return mDatasetUpdater; } in Get() function in ot::Instance
1018 template <> inline MeshCoP::BorderAgent &Instance::Get(void) { return mBorderAgent; } in Get() function in ot::Instance
1022 template <> inline AnnounceSender &Instance::Get(void) { return mAnnounceSender; } in Get() function in ot::Instance
1025 template <> inline MessagePool &Instance::Get(void) { return mMessagePool; } in Get() function in ot::Instance
1029 template <> inline BackboneRouter::Leader &Instance::Get(void) { return mBackboneRouterLeader; } in Get() function in ot::Instance
1032 template <> inline BackboneRouter::Local &Instance::Get(void) { return mBackboneRouterLocal; } in Get() function in ot::Instance
1033 template <> inline BackboneRouter::Manager &Instance::Get(void) { return mBackboneRouterManager; } in Get() function in ot::Instance
1036 template <> inline BackboneRouter::MulticastListenersTable &Instance::Get(void) in Get() function in ot::Instance
1043 template <> inline BackboneRouter::NdProxyTable &Instance::Get(void) in Get() function in ot::Instance
1049 template <> inline BackboneRouter::BackboneTmfAgent &Instance::Get(void) in Get() function in ot::Instance
1056 template <> inline MlrManager &Instance::Get(void) { return mMlrManager; } in Get() function in ot::Instance
1060 template <> inline DuaManager &Instance::Get(void) { return mDuaManager; } in Get() function in ot::Instance
1064 template <> inline LinkMetrics::Initiator &Instance::Get(void) { return mInitiator; } in Get() function in ot::Instance
1068 template <> inline LinkMetrics::Subject &Instance::Get(void) { return mSubject; } in Get() function in ot::Instance
1074 template <> inline Utils::Otns &Instance::Get(void) { return mOtns; } in Get() function in ot::Instance
1078 template <> inline BorderRouter::RoutingManager &Instance::Get(void) { return mRoutingManager; } in Get() function in ot::Instance
1080 template <> inline BorderRouter::InfraIf &Instance::Get(void) { return mRoutingManager.mInfraIf; } in Get() function in ot::Instance
1084 template <> inline Nat64::Translator &Instance::Get(void) { return mNat64Translator; } in Get() function in ot::Instance
1088 template <> inline Srp::Server &Instance::Get(void) { return mSrpServer; } in Get() function in ot::Instance
1090 template <> inline Srp::AdvertisingProxy &Instance::Get(void) { return mSrpAdvertisingProxy; } in Get() function in ot::Instance
1095 template <> inline Ble::BleSecure &Instance::Get(void) { return mApplicationBleSecure; } in Get() function in ot::Instance
1101 template <> inline Mac::LinkRaw &Instance::Get(void) { return mLinkRaw; } in Get() function in ot::Instance
1104 template <> inline Mac::SubMac &Instance::Get(void) { return mLinkRaw.mSubMac; } in Get() function in ot::Instance
1109 template <> inline Tasklet::Scheduler &Instance::Get(void) { return mTaskletScheduler; } in Get() function in ot::Instance
1111 template <> inline TimerMilli::Scheduler &Instance::Get(void) { return mTimerMilliScheduler; } in Get() function in ot::Instance
1114 template <> inline TimerMicro::Scheduler &Instance::Get(void) { return mTimerMicroScheduler; } in Get() function in ot::Instance
1118 template <> inline Extension::ExtensionBase &Instance::Get(void) { return mExtension; } in Get() function in ot::Instance
1122 template <> inline FactoryDiags::Diags &Instance::Get(void) { return mDiags; } in Get() function in ot::Instance
1126 template <> inline Utils::PowerCalibration &Instance::Get(void) { return mPowerCalibration; } in Get() function in ot::Instance
1133 inline Type &GetProvider<InstanceGetProvider>::Get(void) const in Get() function in ot::GetProvider