Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp391 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() argument
217 RemoveRloc(aRloc16, aMatchMode, flags); in RemoveBorderRouter()
339 bool Leader::RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode) in RlocMatch() argument
343 switch (aMatchMode) in RlocMatch()
1017 void Leader::RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags) in RemoveRloc() argument
1021 RemoveRloc(aRloc16, aMatchMode, excludeNetworkData, aChangedFlags); in RemoveRloc()
1025 MatchMode aMatchMode, in RemoveRloc() argument
1047 RemoveRlocInPrefix(*prefix, aRloc16, aMatchMode, excludePrefix, aChangedFlags); in RemoveRloc()
1069 RemoveRlocInService(*service, aRloc16, aMatchMode, excludeService, aChangedFlags); in RemoveRloc()
1090 MatchMode aMatchMode, in RemoveRlocInPrefix() argument
[all …]
/openthread-latest/tests/unit/
Dtest_array.cpp201 bool Matches(MatchMode aMatchMode) const in TestArrayCopyAndFindMatching()
205 switch (aMatchMode) in TestArrayCopyAndFindMatching()