Home
last modified time | relevance | path

Searched defs:GetNetworkKey (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/thread/
Dkey_manager.cpp524 void KeyManager::GetNetworkKey(NetworkKey &aNetworkKey) const in GetNetworkKey() function in ot::KeyManager
/external/openthread/src/core/meshcop/
Ddataset.hpp268 const NetworkKey &GetNetworkKey(void) const { return AsCoreType(&mNetworkKey); } in GetNetworkKey() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp619 const NetworkKey &GetNetworkKey(void) const { return mNetworkKey; } in GetNetworkKey() function in ot::MeshCoP::NetworkKeyTlv
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp521 ClientError ThreadApiDBus::GetNetworkKey(std::vector<uint8_t> &aNetworkKey) in GetNetworkKey() function in otbr::DBus::ThreadApiDBus