Searched refs:otLogResultPlat (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/posix/platform/ |
D | multicast_routing.cpp | 100 otLogResultPlat(OT_ERROR_NONE, "MulticastRoutingManager: %s", __FUNCTION__); in Enable() 109 otLogResultPlat(OT_ERROR_NONE, "MulticastRoutingManager: %s", __FUNCTION__); in Disable() 117 …otLogResultPlat(OT_ERROR_NONE, "MulticastRoutingManager: %s: %s", __FUNCTION__, aAddress.ToString(… in Add() 130 …otLogResultPlat(error, "MulticastRoutingManager: %s: %s", __FUNCTION__, aAddress.ToString().AsCStr… in Remove() 249 otLogResultPlat(error, "MulticastRoutingManager: %s", __FUNCTION__); in ProcessMulticastRouterMessages() 304 …otLogResultPlat(error, "MulticastRoutingManager: %s: add dynamic route: %s %s => %s %s", __FUNCTIO… in AddMulticastForwardingCache() 341 …otLogResultPlat(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToStri… in UnblockInboundMulticastForwardingCache() 569 …otLogResultPlat(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToStri… in RemoveMulticastForwardingCache()
|
/openthread-2.7.6/src/core/common/ |
D | logging.hpp | 2775 #define otLogResultPlat(aError, ...) _otLogResult(Plat, aError, __VA_ARGS__) macro
|