Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/net/
Dsrp_client.hpp267 void SetLeaseRenewTime(TimeMilli aTime) { mData = aTime.GetValue(); } in SetLeaseRenewTime() function in ot::Srp::Client::Service
Dsrp_client.cpp1317 service.SetLeaseRenewTime(mLeaseRenewTime); in ProcessResponse()