Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/meshcop/
Ddataset_manager.cpp477 bool hasSessionId = false; in SendSetRequest() local
485 hasSessionId = true; in SendSetRequest()
490 if (!hasSessionId) in SendSetRequest()
/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader_ftd.cpp177 bool hasSessionId = false; in HandleTmf() local
218 hasSessionId = true; in HandleTmf()
229 VerifyOrExit(hasSessionId); in HandleTmf()