Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Ddataset_manager.cpp521 bool hasSessionId = false; in SendSetRequest() local
529 hasSessionId = true; in SendSetRequest()
534 if (!hasSessionId) in SendSetRequest()
/openthread-2.7.6/src/core/thread/
Dnetwork_data_leader_ftd.cpp187 bool hasSessionId = false; in HandleCommissioningSet() local
227 hasSessionId = true; in HandleCommissioningSet()
238 VerifyOrExit(hasSessionId); in HandleCommissioningSet()