Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp453 aEntry.mShouldRegisterKey = true; in DecideToAdvertise()
498 else if (aHost.mShouldRegisterKey) in Advertise()
518 else if (service.mShouldRegisterKey) in Advertise()
1068 aHost.mShouldRegisterKey = false; in RegisterKey()
1081 aService.mShouldRegisterKey = false; in RegisterKey()
Dsrp_server.hpp421 bool mShouldRegisterKey : 1; member in ot::Srp::Server::Service
588 bool mShouldRegisterKey : 1; member in ot::Srp::Server::Host
Dsrp_server.cpp1814 mShouldRegisterKey = false; in Init()
2005 , mShouldRegisterKey(false) in Host()