Home
last modified time | relevance | path

Searched refs:otLogNotePlat (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/include/openthread/
Dlogging.h113 void otLogNotePlat(const char *aFormat, ...) OT_TOOL_PRINTF_STYLE_FORMAT_ARG_CHECK(1, 2);
/openthread-3.6.0/src/posix/platform/
Dspi_interface.cpp156 otLogNotePlat("SPI interface enters polling mode."); in Init()
317 otLogNotePlat("Triggered hardware reset"); in TriggerReset()
535 otLogNotePlat("Slave did reset (%" PRIu64 " resets so far)", mSlaveResetCount); in PushPullSpi()
Dinfra_if.cpp757 otLogNotePlat("getaddrinfo_a failed: %s", gai_strerror(status)); in DiscoverNat64Prefix()
Dnetif.cpp546 otLogNotePlat("[netif] Changing interface state to %s%s.", aState ? "up" : "down", in SetLinkState()
1529 otLogNotePlat( in processNetifAddrEvent()
/openthread-3.6.0/src/core/api/
Dlogging_api.cpp89 void otLogNotePlat(const char *aFormat, ...) in otLogNotePlat() function