Home
last modified time | relevance | path

Searched refs:mIsDelayPresent (Results 1 – 4 of 4) sorted by relevance

/openthread-3.5.0/src/core/meshcop/
Ddataset.hpp139 bool IsDelayPresent(void) const { return mIsDelayPresent; } in IsDelayPresent()
396 bool IsDelayPresent(void) const { return mComponents.mIsDelayPresent; } in IsDelayPresent()
418 mComponents.mIsDelayPresent = true; in SetDelay()
/openthread-3.5.0/include/openthread/
Ddataset.h210 bool mIsDelayPresent; ///< TRUE if Delay Timer is present, FALSE otherwise. member
/openthread-3.5.0/src/cli/
Dcli_dataset.cpp73 &Components::mIsDelayPresent, in LookupMapper()
79 &Components::mIsDelayPresent, in LookupMapper()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp1288 if (aDataset.mComponents.mIsDelayPresent) in EncodeOperationalDataset()
1497 aDataset.mComponents.mIsDelayPresent = true; in DecodeOperationalDataset()