Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp172 if (service.mKeyAdvId != kInvalidRequestId) in UpdateAdvIdRangeOn()
174 aHost.mAdvIdRange.Add(service.mKeyAdvId); in UpdateAdvIdRangeOn()
183 if (aHost.mKeyAdvId != kInvalidRequestId) in UpdateAdvIdRangeOn()
185 aHost.mAdvIdRange.Add(aHost.mKeyAdvId); in UpdateAdvIdRangeOn()
269 advService.mKeyAdvId = kInvalidRequestId; in AdvertiseRemovalOf()
279 advHost.mKeyAdvId = kInvalidRequestId; in AdvertiseRemovalOf()
438 return (aEntry.mIsKeyRegistered || (aEntry.mKeyAdvId != kInvalidRequestId)); in IsKeyRegisteredOrRegistering()
454 aEntry.mKeyAdvId = AllocateNextRequestId(); in DecideToAdvertise()
655 aEntry.mKeyAdvId = aExistingEntry.mKeyAdvId; in UpdateKeyRegistrationStatus()
1072 LogInfo("Registering key for host '%s', id:%lu", hostName, ToUlong(aHost.mKeyAdvId)); in RegisterKey()
[all …]
Dsrp_server.hpp423 Dnssd::RequestId mKeyAdvId; member in ot::Srp::Server::Service
590 Dnssd::RequestId mKeyAdvId; member in ot::Srp::Server::Host
Dsrp_server.cpp1816 mKeyAdvId = kInvalidRequestId; in Init()
2007 , mKeyAdvId(kInvalidRequestId) in Host()