Searched refs:otbrLogResult (Results 1 – 6 of 6) sorted by relevance
/external/ot-br-posix/src/backbone_router/ |
D | nd_proxy.cpp | 91 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() 529 …otbrLogResult(error, "NdProxyManager: %s (nfq_set_verdict id %d, ret %d verdict %d)", __FUNCTION_… in HandleNetfilterQueue() 547 …otbrLogResult(error, "NdProxyManager: JoinSolicitedNodeMulticastGroup of %s: %s", aTarget.ToString… in JoinSolicitedNodeMulticastGroup() 563 …otbrLogResult(error, "NdProxyManager: LeaveSolicitedNodeMulticastGroup of %s: %s", aTarget.ToStrin… in LeaveSolicitedNodeMulticastGroup()
|
D | dua_routing_manager.cpp | 55 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/ |
D | advertising_proxy.cpp | 252 … otbrLogResult(aError, "Handle publish SRP service '%s'", fullServiceName.c_str()); in PublishHostAndItsServices() 266 … otbrLogResult(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/ |
D | border_agent.cpp | 152 otbrLogResult(error, "Start Thread Border Agent"); in Start() 335 … otbrLogResult(aError, "Result of publish meshcop service %s.%s.local", in PublishMeshCopService() 355 …otbrLogResult(aError, "Result of unpublish meshcop service %s.%s.local", mServiceInstanceName.c_st… in UnpublishMeshCopService()
|
/external/ot-br-posix/src/common/ |
D | logging.hpp | 160 #define otbrLogResult(aError, aFormat, ...) … macro
|
/external/ot-br-posix/tests/mdns/ |
D | main.cpp | 216 [](otbrError aError) { otbrLogResult(aError, "UpdateService._meshcop._udp"); }); in PublishUpdateServices()
|