Home
last modified time | relevance | path

Searched defs:aInterval (Results 1 – 10 of 10) sorted by relevance

/external/openthread/src/core/api/
Dchild_supervision_api.cpp52 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval()
Dsrp_client_api.cpp102 void otSrpClientSetLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetLeaseInterval()
112 void otSrpClientSetKeyLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetKeyLeaseInterval()
Dchannel_manager_api.cpp83 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval()
/external/openthread/src/core/net/
Ddns_dso.hpp748 explicit Timeout(uint32_t aInterval) in Timeout()
756 void SetInterval(uint32_t aInterval) { mInterval = LimitInterval(aInterval); } in SetInterval()
760 void SetRequestInterval(uint32_t aInterval) { mRequest = LimitInterval(aInterval); } in SetRequestInterval()
917 … void SetKeepAliveInterval(uint32_t aInterval) { mKeepAliveInterval = HostSwap32(aInterval); } in SetKeepAliveInterval()
Dip6_mpl.cpp433 void Mpl::Metadata::GenerateNextTransmissionTime(TimeMilli aCurrentTime, uint8_t aInterval) in GenerateNextTransmissionTime()
Dsrp_client.hpp468 …void SetLeaseInterval(uint32_t aInterval) { mLeaseInterval = GetBoundedLeaseInterval(aInterval, kD… in SetLeaseInterval()
488 void SetKeyLeaseInterval(uint32_t aInterval) in SetKeyLeaseInterval()
Dsrp_client.cpp1722 uint32_t Client::GetBoundedLeaseInterval(uint32_t aInterval, uint32_t aDefaultInterval) const in GetBoundedLeaseInterval()
/external/openthread/src/core/utils/
Dchild_supervision.cpp58 void ChildSupervisor::SetSupervisionInterval(uint16_t aInterval) in SetSupervisionInterval()
Dchannel_manager.cpp320 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval()
/external/openthread/src/cli/
Dcli.cpp355 otError Interpreter::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()