Home
last modified time | relevance | path

Searched refs:GetNetworkKey (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/meshcop/
Ddataset_manager_ftd.cpp110 Get<KeyManager>().GetNetworkKey(localNetworkKey); in ProcessSetOrReplaceRequest()
316 Get<KeyManager>().GetNetworkKey(networkKey); in GenerateLocal()
Ddataset_manager.cpp984 Get<KeyManager>().GetNetworkKey(currentKey); in HandleDelayTimer()
/external/openthread/src/core/thread/
Dkey_manager.cpp267 GetNetworkKey(networkKey); in SetNetworkKey()
570 void KeyManager::GetNetworkKey(NetworkKey &aNetworkKey) const in GetNetworkKey() function in ot::KeyManager
Dkey_manager.hpp246 void GetNetworkKey(NetworkKey &aNetworkKey) const;
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.hpp447 ClientError GetNetworkKey(std::vector<uint8_t> &aNetworkKey);
Dthread_api_dbus.cpp537 ClientError ThreadApiDBus::GetNetworkKey(std::vector<uint8_t> &aNetworkKey) in GetNetworkKey() function in otbr::DBus::ThreadApiDBus
/external/openthread/src/core/api/
Dthread_api.cpp101 AsCoreType(aInstance).Get<KeyManager>().GetNetworkKey(AsCoreType(aNetworkKey)); in otThreadGetNetworkKey()