Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp498 if (service.mIsDeleted) in CommitSrpUpdate()
538 existingService->mIsDeleted = true; in CommitSrpUpdate()
1074 service->mIsDeleted = isDelete; in ProcessServiceDiscoveryInstructions()
1091 if (service.mIsDeleted) in ProcessServiceDiscoveryInstructions()
1188 if (!service.mIsDeleted) in ProcessServiceDescriptionInstructions()
1238 service.mIsDeleted = true; in ProcessAdditionalSection()
1241 service.mLease = service.mIsDeleted ? 0 : leaseOption.GetLeaseInterval(); in ProcessAdditionalSection()
1360 if (existingService.mIsDeleted || aHost.HasService(existingService.GetInstanceName())) in HandleUpdate()
1370 service->mIsDeleted = true; in HandleUpdate()
1622 OT_ASSERT(service->mIsDeleted); in HandleLeaseTimer()
[all …]
Dsrp_server.hpp202 bool IsDeleted(void) const { return mIsDeleted; } in IsDeleted()
411 bool mIsDeleted : 1; member in ot::Srp::Server::Service
Dsrp_advertising_proxy.cpp220 if (!service.mIsDeleted) in AdvertiseRemovalOf()
222 service.mIsDeleted = true; in AdvertiseRemovalOf()