Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base.hpp581 bool mAllowLocalServerDataChange; member in ot::Ncp::NcpBase
Dncp_base_mtd.cpp1067 return mEncoder.WriteBool(mAllowLocalServerDataChange); in HandlePropertyGet()
1079 shouldRegisterWithLeader = mAllowLocalServerDataChange && !value; in HandlePropertySet()
1081 mAllowLocalServerDataChange = value; in HandlePropertySet()
1101 VerifyOrExit(mAllowLocalServerDataChange, error = OT_ERROR_INVALID_STATE); in HandlePropertyInsert()
1135 VerifyOrExit(mAllowLocalServerDataChange, error = OT_ERROR_INVALID_STATE); in HandlePropertyRemove()
Dncp_base.cpp235 , mAllowLocalServerDataChange(false) in NcpBase()