Home
last modified time | relevance | path

Searched refs:SetLongLivedOperation (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/unit/
Dtest_dso.cpp970 clientConn.SetLongLivedOperation(true); in TestDso()
971 serverConn.SetLongLivedOperation(true); in TestDso()
977 clientConn.SetLongLivedOperation(false); in TestDso()
/openthread-latest/src/core/net/
Ddns_dso.hpp619 void SetLongLivedOperation(bool aLongLivedOperation);
Ddns_dso.cpp289 void Dso::Connection::SetLongLivedOperation(bool aLongLivedOperation) in SetLongLivedOperation() function in ot::Dns::Dso::Connection