Home
last modified time | relevance | path

Searched defs:GetPeriod (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/thread/
Dannounce_sender.hpp116 uint32_t GetPeriod(void) const { return mPeriod; } in GetPeriod() function in ot::AnnounceSenderBase
/external/cronet/components/metrics/
Dpsi_memory_parser_linux.cc58 uint32_t PSIMemoryParser::GetPeriod() const { in GetPeriod() function in metrics::PSIMemoryParser
Dpsi_memory_parser_linux_unittest.cc39 uint32_t GetPeriod() { return cit_->GetPeriod(); } in GetPeriod() function in metrics::PSIMemoryParserTest
/external/openthread/src/core/mac/
Dmac_frame.hpp1642 uint16_t GetPeriod(void) const { return HostSwap16(mPeriod); } in GetPeriod() function in ot::Mac::CslIe