Home
last modified time | relevance | path

Searched refs:otLogResultPlat (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/posix/platform/
Dmulticast_routing.cpp100 otLogResultPlat(OT_ERROR_NONE, "MulticastRoutingManager: %s", __FUNCTION__); in Enable()
109 otLogResultPlat(OT_ERROR_NONE, "MulticastRoutingManager: %s", __FUNCTION__); in Disable()
117otLogResultPlat(OT_ERROR_NONE, "MulticastRoutingManager: %s: %s", __FUNCTION__, aAddress.ToString(… in Add()
130otLogResultPlat(error, "MulticastRoutingManager: %s: %s", __FUNCTION__, aAddress.ToString().AsCStr… in Remove()
249 otLogResultPlat(error, "MulticastRoutingManager: %s", __FUNCTION__); in ProcessMulticastRouterMessages()
304otLogResultPlat(error, "MulticastRoutingManager: %s: add dynamic route: %s %s => %s %s", __FUNCTIO… in AddMulticastForwardingCache()
341otLogResultPlat(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToStri… in UnblockInboundMulticastForwardingCache()
569otLogResultPlat(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToStri… in RemoveMulticastForwardingCache()
/openthread-2.7.6/src/core/common/
Dlogging.hpp2775 #define otLogResultPlat(aError, ...) _otLogResult(Plat, aError, __VA_ARGS__) macro