Searched refs:aMatchMode (Results 1 – 3 of 3) sorted by relevance
/openthread-3.4.0/src/core/thread/ |
D | network_data_leader_ftd.hpp | 148 void RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode); 280 void RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags); 282 MatchMode aMatchMode, 287 MatchMode aMatchMode, 292 MatchMode aMatchMode, 298 MatchMode aMatchMode, 304 MatchMode aMatchMode, 308 static bool RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode);
|
D | network_data_leader_ftd.cpp | 122 void Leader::RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode) in RemoveBorderRouter() argument 126 RemoveRloc(aRloc16, aMatchMode, flags); in RemoveBorderRouter() 361 bool Leader::RlocMatch(uint16_t aFirstRloc16, uint16_t aSecondRloc16, MatchMode aMatchMode) in RlocMatch() argument 365 switch (aMatchMode) in RlocMatch() 976 void Leader::RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags) in RemoveRloc() argument 980 RemoveRloc(aRloc16, aMatchMode, excludeNetworkData, aChangedFlags); in RemoveRloc() 984 MatchMode aMatchMode, in RemoveRloc() argument 1006 RemoveRlocInPrefix(*prefix, aRloc16, aMatchMode, excludePrefix, aChangedFlags); in RemoveRloc() 1028 RemoveRlocInService(*service, aRloc16, aMatchMode, excludeService, aChangedFlags); in RemoveRloc() 1049 MatchMode aMatchMode, in RemoveRlocInPrefix() argument [all …]
|
/openthread-3.4.0/tests/unit/ |
D | test_array.cpp | 201 bool Matches(MatchMode aMatchMode) const in TestArrayCopyAndFindMatching() 205 switch (aMatchMode) in TestArrayCopyAndFindMatching()
|