Home
last modified time | relevance | path

Searched refs:otbrLogResult (Results 1 – 6 of 6) sorted by relevance

/external/ot-br-posix/src/backbone_router/
Dnd_proxy.cpp91 otbrLogResult(error, "NdProxyManager: %s", __FUNCTION__); in Enable()
111 otbrLogResult(error, "NdProxyManager: %s", __FUNCTION__); in Disable()
246 otbrLogResult(error, "NdProxyManager: %s", __FUNCTION__); in ProcessMulticastNeighborSolicition()
261 otbrLogResult(error, "NdProxyManager: %s", __FUNCTION__); in ProcessUnicastNeighborSolicition()
345 otbrLogResult(error, "NdProxyManager: %s", __FUNCTION__); in SendNeighborAdvertisement()
364 otbrLogResult(error, "NdProxyManager: UpdateMacAddress to %s", mMacAddress.ToString().c_str()); in UpdateMacAddress()
435 otbrLogResult(error, "NdProxyManager: %s", __FUNCTION__); in InitNetfilterQueue()
529otbrLogResult(error, "NdProxyManager: %s (nfq_set_verdict id %d, ret %d verdict %d)", __FUNCTION_… in HandleNetfilterQueue()
547otbrLogResult(error, "NdProxyManager: JoinSolicitedNodeMulticastGroup of %s: %s", aTarget.ToString… in JoinSolicitedNodeMulticastGroup()
563otbrLogResult(error, "NdProxyManager: LeaveSolicitedNodeMulticastGroup of %s: %s", aTarget.ToStrin… in LeaveSolicitedNodeMulticastGroup()
Ddua_routing_manager.cpp55 otbrLogResult(OTBR_ERROR_NONE, "DuaRoutingManager: %s", __FUNCTION__); in Enable()
67 otbrLogResult(OTBR_ERROR_NONE, "DuaRoutingManager: %s", __FUNCTION__); in Disable()
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp252otbrLogResult(aError, "Handle publish SRP service '%s'", fullServiceName.c_str()); in PublishHostAndItsServices()
266otbrLogResult(aError, "Handle unpublish SRP service '%s'", fullServiceName.c_str()); in PublishHostAndItsServices()
285 otbrLogResult(aError, "Handle publish SRP host '%s'", fullHostName.c_str()); in PublishHostAndItsServices()
298 otbrLogResult(aError, "Handle unpublish SRP host '%s'", fullHostName.c_str()); in PublishHostAndItsServices()
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp152 otbrLogResult(error, "Start Thread Border Agent"); in Start()
335otbrLogResult(aError, "Result of publish meshcop service %s.%s.local", in PublishMeshCopService()
355otbrLogResult(aError, "Result of unpublish meshcop service %s.%s.local", mServiceInstanceName.c_st… in UnpublishMeshCopService()
/external/ot-br-posix/src/common/
Dlogging.hpp160 #define otbrLogResult(aError, aFormat, ...) … macro
/external/ot-br-posix/tests/mdns/
Dmain.cpp216 [](otbrError aError) { otbrLogResult(aError, "UpdateService._meshcop._udp"); }); in PublishUpdateServices()