Home
last modified time | relevance | path

Searched defs:aNetworkKey (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dkey_manager.cpp267 void KeyManager::SetNetworkKey(const NetworkKey &aNetworkKey) in SetNetworkKey()
580 void KeyManager::StoreNetworkKey(const NetworkKey &aNetworkKey, bool aOverWriteExisting) in StoreNetworkKey()
/aosp_15_r20/external/ot-br-posix/src/web/web-service/
H A Dwpan_service.cpp596 const std::string &aNetworkKey, in joinActiveDataset()
613 const std::string &aNetworkKey, in formActiveDataset()
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.cpp239 const std::vector<uint8_t> &aNetworkKey, in Attach()
537 ClientError ThreadApiDBus::GetNetworkKey(std::vector<uint8_t> &aNetworkKey) in GetNetworkKey()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp105 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey()
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.cpp509 const std::vector<uint8_t> &aNetworkKey, in Attach()