Searched defs:aInterval (Results 1 – 15 of 15) sorted by relevance
/openthread-3.6.0/src/core/api/ |
D | child_supervision_api.cpp | 48 void otChildSupervisionSetInterval(otInstance *aInstance, uint16_t aInterval) in otChildSupervisionSetInterval()
|
D | srp_client_api.cpp | 93 void otSrpClientSetLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetLeaseInterval() 103 void otSrpClientSetKeyLeaseInterval(otInstance *aInstance, uint32_t aInterval) in otSrpClientSetKeyLeaseInterval()
|
D | channel_manager_api.cpp | 83 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval()
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | ble.c | 43 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
|
/openthread-3.6.0/src/posix/platform/ |
D | ble.cpp | 43 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
|
/openthread-3.6.0/src/cli/ |
D | cli_ping.cpp | 156 otError PingSender::ParsePingInterval(const Arg &aArg, uint32_t &aInterval) in ParsePingInterval()
|
/openthread-3.6.0/src/core/net/ |
D | dns_dso.hpp | 746 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()
|
D | ip6_mpl.cpp | 475 void Mpl::Metadata::GenerateNextTransmissionTime(TimeMilli aCurrentTime, uint8_t aInterval) in GenerateNextTransmissionTime()
|
D | srp_client.hpp | 512 …void SetLeaseInterval(uint32_t aInterval) { mDefaultLease = DetermineLeaseInterval(aInterval, kDef… in SetLeaseInterval() 532 void SetKeyLeaseInterval(uint32_t aInterval) in SetKeyLeaseInterval()
|
D | srp_client.cpp | 1910 uint32_t Client::DetermineLeaseInterval(uint32_t aInterval, uint32_t aDefaultInterval) const in DetermineLeaseInterval()
|
/openthread-3.6.0/src/core/thread/ |
D | child_supervision.cpp | 158 void SupervisionListener::SetInterval(uint16_t aInterval) in SetInterval()
|
D | child.hpp | 419 void SetSupervisionInterval(uint16_t aInterval) { mSupervisionInterval = aInterval; } in SetSupervisionInterval()
|
D | mle.cpp | 4750 Error Mle::TxMessage::AppendSupervisionIntervalTlv(uint16_t aInterval) in AppendSupervisionIntervalTlv()
|
/openthread-3.6.0/src/core/utils/ |
D | channel_manager.cpp | 315 Error ChannelManager::SetAutoChannelSelectionInterval(uint32_t aInterval) in SetAutoChannelSelectionInterval()
|
/openthread-3.6.0/tests/unit/ |
D | test_platform.cpp | 706 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart()
|