Home
last modified time | relevance | path

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

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