Searched refs:PreferenceToString (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_br.cpp | 236 OutputLine(" prf:%s", PreferenceToString(preference)); in Process() 381 OutputLine(" prf:%s", PreferenceToString(preference)); in Process() 518 OutputFormat("route-prf:%s, ", PreferenceToString(entry.mRoutePreference)); in Process() 740 …OutputLine("%s", PreferenceToString(otBorderRoutingGetRouteInfoOptionPreference(GetInstancePtr()))… in Process() 793 OutputLine("%s", PreferenceToString(otBorderRoutingGetRoutePreference(GetInstancePtr()))); in Process()
|
H A D | cli_network_data.cpp | 120 OutputLine(" %s %04x", PreferenceToString(aConfig.mPreference), aConfig.mRloc16); in OutputPrefix() 158 OutputLine(" %s %04x", PreferenceToString(aConfig.mPreference), aConfig.mRloc16); in OutputRoute()
|
H A D | cli_history.cpp | 1344 PreferenceToString(info->mPrefix.mPreference), info->mPrefix.mRloc16); in Process() 1433 PreferenceToString(info->mRoute.mPreference), info->mRoute.mRloc16); in Process()
|
H A D | cli_utils.hpp | 673 static const char *PreferenceToString(signed int aPreference);
|
H A D | cli_utils.cpp | 564 const char *Utils::PreferenceToString(signed int aPreference) in PreferenceToString() function in ot::Cli::Utils
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_routing_manager.cpp | 237 const char *PreferenceToString(int8_t aPreference); 601 PreferenceToString(raMsg.GetHeader().GetDefaultRouterPreference())); in LogRouterAdvert() 628 PreferenceToString(rio.GetPreference()), rio.GetRouteLifetime()); in LogRouterAdvert() 654 const char *PreferenceToString(int8_t aPreference) in PreferenceToString() function 813 PreferenceToString(routeConfig.mPreference)); in VerifyNat64PrefixInNetData() 1080 …PreferenceToString(entry.mRoutePreference), AsCoreType(&entry.mRouter.mAddress).ToString().AsCStri… in VerifyPrefixTable()
|