Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac_wed.cpp51 void SubMac::UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aC… in UpdateWakeupListening()
Dmac_links.hpp514 … void UpdateWakeupListening(bool aEnable, uint32_t aInterval, uint32_t aDuration, uint8_t aChannel) in UpdateWakeupListening()
Dmac.cpp2589 void Mac::GetWakeupListenParameters(uint32_t &aInterval, uint32_t &aDuration) const in GetWakeupListenParameters()
2595 Error Mac::SetWakeupListenParameters(uint32_t aInterval, uint32_t aDuration) in SetWakeupListenParameters()
/openthread-latest/src/core/api/
Dchild_supervision_api.cpp45 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval()
Dsrp_client_api.cpp90 void otSrpClientSetLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetLeaseInterval()
100 void otSrpClientSetKeyLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetKeyLeaseInterval()
Dchannel_manager_api.cpp103 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval()
Dlink_api.cpp524 void otLinkGetWakeupListenParameters(otInstance *aInstance, uint32_t *aInterval, uint32_t *aDuratio… in otLinkGetWakeupListenParameters()
529 otError otLinkSetWakeupListenParameters(otInstance *aInstance, uint32_t aInterval, uint32_t aDurati… in otLinkSetWakeupListenParameters()
/openthread-latest/src/posix/platform/
Dble.cpp54 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
/openthread-latest/src/core/net/
Ddns_dso.hpp701 explicit Timeout(uint32_t aInterval) in Timeout()
709 void SetInterval(uint32_t aInterval) { mInterval = LimitInterval(aInterval); } in SetInterval()
713 void SetRequestInterval(uint32_t aInterval) { mRequest = LimitInterval(aInterval); } in SetRequestInterval()
864 …void SetKeepAliveInterval(uint32_t aInterval) { mKeepAliveInterval = BigEndian::HostSwap32(aIn… in SetKeepAliveInterval()
Dip6_mpl.cpp449 void Mpl::Metadata::GenerateNextTransmissionTime(TimeMilli aCurrentTime, uint8_t aInterval) in GenerateNextTransmissionTime()
Dsrp_client.hpp476 …void SetLeaseInterval(uint32_t aInterval) { mDefaultLease = DetermineLeaseInterval(aInterval, kDef… in SetLeaseInterval()
494 void SetKeyLeaseInterval(uint32_t aInterval) in SetKeyLeaseInterval()
Dsrp_client.cpp2127 uint32_t Client::DetermineLeaseInterval(uint32_t aInterval, uint32_t aDefaultInterval) const in DetermineLeaseInterval()
/openthread-latest/src/cli/
Dcli_ping.cpp156 otError PingSender::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()
/openthread-latest/src/core/thread/
Dchild_supervision.cpp153 void SupervisionListener::SetInterval(uint16_t aInterval) in SetInterval()
Dchild.hpp320 void SetSupervisionInterval(uint16_t aInterval) { mSupervisionInterval = aInterval; } in SetSupervisionInterval()
Dmle.cpp5097 Error Mle::TxMessage::AppendSupervisionIntervalTlv(uint16_t aInterval) in AppendSupervisionIntervalTlv()
/openthread-latest/examples/platforms/simulation/
Dble.c117 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp441 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval()
/openthread-latest/tests/unit/
Dtest_platform.cpp772 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()