Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/api/
Dchild_supervision_api.cpp54 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval()
Dsrp_client_api.cpp111 void otSrpClientSetLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetLeaseInterval()
125 void otSrpClientSetKeyLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetKeyLeaseInterval()
Dchannel_manager_api.cpp97 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval()
/openthread-2.7.6/src/core/utils/
Dchild_supervision.cpp56 void ChildSupervisor::SetSupervisionInterval(uint16_t aInterval) in SetSupervisionInterval()
Dchannel_manager.cpp320 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval()
/openthread-2.7.6/src/core/net/
Dip6_mpl.cpp441 void Mpl::Metadata::GenerateNextTransmissionTime(TimeMilli aCurrentTime, uint8_t aInterval) in GenerateNextTransmissionTime()
Dsrp_client.hpp428 …void SetLeaseInterval(uint32_t aInterval) { mLeaseInterval = GetBoundedLeaseInterval(aInterval, kD… in SetLeaseInterval()
447 void SetKeyLeaseInterval(uint32_t aInterval) in SetKeyLeaseInterval()
Dsrp_client.cpp1560 uint32_t Client::GetBoundedLeaseInterval(uint32_t aInterval, uint32_t aDefaultInterval) const in GetBoundedLeaseInterval()
/openthread-2.7.6/src/cli/
Dcli.cpp300 otError Interpreter::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()