Home
last modified time | relevance | path

Searched refs:MatchMode (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp329 enum MatchMode : uint8_t enum in ot::NetworkData::Leader
391 void RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode);
572 void RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags);
574 MatchMode aMatchMode,
579 MatchMode aMatchMode,
584 MatchMode aMatchMode,
590 MatchMode aMatchMode,
596 MatchMode aMatchMode,
600 static bool RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode);
Dnetwork_data_leader_ftd.cpp213 void Leader::RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode) in RemoveBorderRouter()
339 bool Leader::RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode) in RlocMatch()
1017 void Leader::RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags) in RemoveRloc()
1025 MatchMode aMatchMode, in RemoveRloc()
1090 MatchMode aMatchMode, in RemoveRlocInPrefix()
1153 MatchMode aMatchMode, in RemoveRlocInService()
1182 MatchMode aMatchMode, in RemoveRlocInHasRoute()
1211 MatchMode aMatchMode, in RemoveRlocInBorderRouter()
/openthread-latest/tests/unit/
Dtest_array.cpp179 enum MatchMode : uint8_t in TestArrayCopyAndFindMatching() enum
201 bool Matches(MatchMode aMatchMode) const in TestArrayCopyAndFindMatching()
228 static const MatchMode kMatchModes[] = {kMatchAll, kMatchNone, kMatchEvenYear, kMatchOddYear}; in TestArrayCopyAndFindMatching()
379 for (MatchMode matchMode : kMatchModes) in TestArrayCopyAndFindMatching()