Home
last modified time | relevance | path

Searched refs:mTmfSecureAgent (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/core/instance/
Dinstance.hpp589 Tmf::SecureAgent mTmfSecureAgent; member in ot::Instance
880 template <> inline Tmf::SecureAgent &Instance::Get(void) { return mTmfSecureAgent; } in Get()
Dinstance.cpp171 , mTmfSecureAgent(*this) in Instance()