Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_dso.hpp746 explicit Timeout(uint32_t aInterval) in Timeout()
754 void SetInterval(uint32_t aInterval) { mInterval = LimitInterval(aInterval); } in SetInterval()
758 void SetRequestInterval(uint32_t aInterval) { mRequest = LimitInterval(aInterval); } in SetRequestInterval()
915 …void SetKeepAliveInterval(uint32_t aInterval) { mKeepAliveInterval = BigEndian::HostSwap32(aIn… in SetKeepAliveInterval()
H A Dsrp_client.hpp516 …void SetLeaseInterval(uint32_t aInterval) { mDefaultLease = DetermineLeaseInterval(aInterval, kDef… in SetLeaseInterval()
536 void SetKeyLeaseInterval(uint32_t aInterval) in SetKeyLeaseInterval()
H A Dip6_mpl.cpp468 void Mpl::Metadata::GenerateNextTransmissionTime(TimeMilli aCurrentTime, uint8_t aInterval) in GenerateNextTransmissionTime()
H A Dsrp_client.cpp2110 uint32_t Client::DetermineLeaseInterval(uint32_t aInterval, uint32_t aDefaultInterval) const in DetermineLeaseInterval()
/aosp_15_r20/external/openthread/src/core/api/
H A Dsrp_client_api.cpp93 void otSrpClientSetLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetLeaseInterval()
103 void otSrpClientSetKeyLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetKeyLeaseInterval()
H A Dchild_supervision_api.cpp48 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval()
H A Dchannel_manager_api.cpp107 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dble.cpp54 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_ping.cpp156 otError PingSender::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dchild_supervision.cpp158 void SupervisionListener::SetInterval(uint16_t aInterval) in SetInterval()
H A Dchild.hpp360 void SetSupervisionInterval(uint16_t aInterval) { mSupervisionInterval = aInterval; } in SetSupervisionInterval()
H A Dmle.cpp4704 Error Mle::TxMessage::AppendSupervisionIntervalTlv(uint16_t aInterval) in AppendSupervisionIntervalTlv()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dble.c115 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dchannel_manager.cpp449 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp770 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()