Home
last modified time | relevance | path

Searched defs:IsDeleted (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dflash.hpp179 bool IsDeleted(void) const { return (mFlags & kFlagDelete) == 0; } in IsDeleted() function in ot::Flash::RecordHeader
/openthread-latest/src/core/net/
Dsrp_server.hpp209 bool IsDeleted(void) const { return mIsDeleted; } in IsDeleted() function in ot::Srp::Server::Service
482 bool IsDeleted(void) const { return (mLease == 0); } in IsDeleted() function in ot::Srp::Server::Host