Home
last modified time | relevance | path

Searched refs:otbrLogWarning (Results 1 – 16 of 16) sorted by relevance

/external/ot-br-posix/src/dbus/server/
Ddbus_agent.cpp62 otbrLogWarning("Failed to setup DBus connection, will retry after 1 second"); in Init()
89otbrLogWarning("Failed to get DBus connection: %s: %s", dbusError.name, dbusError.message)); in PrepareDBusConnection()
97otbrLogWarning("Failed to request DBus name: %s: %s", dbusError.name, dbusError.message); in PrepareDBusConnection()
Ddbus_object.cpp178 otbrLogWarning("GetProperty %s.%s error:%s", interfaceName.c_str(), propertyName.c_str(), in GetPropertyMethodHandler()
248 otbrLogWarning("SetProperty %s.%s error:%s", interfaceName.c_str(), propertyName.c_str(), in SetPropertyMethodHandler()
/external/ot-br-posix/src/utils/
Dinfra_link_selector.cpp197otbrLogWarning("Infra link switched from %s to %s", prevInfraLink, mCurrentInfraLink); in SelectGeneric()
266 otbrLogWarning("Failed to receive netlink message: %s", strerror(errno)); in ReceiveNetLinkMessage()
286otbrLogWarning("netlink NLMSG_ERROR response: seq=%u, error=%d", header->nlmsg_seq, errMsg->error); in ReceiveNetLinkMessage()
Dsystem_utils.cpp70 otbrLogWarning("$?=%-3d: %s", exitCode, cmd); in ExecuteCommand()
Dthread_helper.cpp147 otbrLogWarning("Error handling active dataset change: %s", otThreadErrorToString(error)); in ActiveDatasetChangedCallback()
377 …VerifyOrExit(channelMask != 0, otbrLogWarning("Invalid channel mask"), error = OT_ERROR_INVALID_AR… in Attach()
483 otbrLogWarning("Failed to join Thread network: %s", otThreadErrorToString(aError)); in JoinerCallback()
523 otbrLogWarning("%s: %s", aAction, otThreadErrorToString(aError)); in LogOpenThreadResult()
/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp349 otbrLogWarning("Need to reconnect to mdnsd"); in Process()
381otbrLogWarning("Failed to send goodbye message for host %s: %s", MakeFullHostName(mName).c_str(), in ~DnssdHostRegistration()
637otbrLogWarning("Failed to register host %s for mdnssd error: %s", hostName.c_str(), DNSErrorToStri… in HandleRegisterHostResult()
705otbrLogWarning("Resolve service %s.%s failed: code=%" PRId32, aInstanceName.c_str(), aType.c_str()… in OnServiceResolveFailedImpl()
710 otbrLogWarning("Resolve host %s failed: code=%" PRId32, aHostName.c_str(), aErrorCode); in OnHostResolveFailedImpl()
969 otbrLogWarning("Failed to resolve service instance %s", aFullName); in HandleResolveResult()
993 otbrLogWarning("DNSServiceGetAddrInfo failed: %s", DNSErrorToString(dnsError)); in GetAddrInfo()
Dmdns_avahi.cpp552 otbrLogWarning("No registered service or host matches avahi group @%p", aGroup); in CallHostOrServiceCallback()
908 otbrLogWarning("Resolve service %s.%s failed: %s", aInstanceName.c_str(), aType.c_str(), in OnServiceResolveFailedImpl()
914 otbrLogWarning("Resolve host %s failed: %s", aHostName.c_str(), avahi_strerror(aErrorCode)); in OnHostResolveFailedImpl()
982 otbrLogWarning("Failed to browse service %s: %s", mType.c_str(), in Browse()
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.cpp302otbrLogWarning("Peer %s does not have any IPv6 address, ignored", aInstanceInfo.mName.c_str()); in OnTrelServiceInstanceAdded()
315 … VerifyOrExit(peer.mValid, otbrLogWarning("Peer %s is invalid", aInstanceInfo.mName.c_str())); in OnTrelServiceInstanceAdded()
408otbrLogWarning("Netif %s is not ready (%s), will retry after %d seconds", mTrelNetif.c_str(), in CheckTrelNetifReady()
/external/ot-br-posix/src/common/
Dlogging.hpp243 #define otbrLogWarning(...) otbrLog(OTBR_LOG_WARNING, OTBR_LOG_TAG, __VA_ARGS__) macro
Dtask_runner.cpp159 otbrLogWarning("Failed to write fd %d: %s", mEventFd[kWrite], strerror(errno)); in PushTask()
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp194 otbrLogWarning("mDNS publisher not available!"); in HandleMdnsState()
259 otbrLogWarning("Failed to get active dataset: %s", otThreadErrorToString(error)); in PublishMeshCopService()
/external/ot-br-posix/src/agent/
Dapplication.cpp139 otbrLogWarning("Failed to notify Upstart."); in Run()
/external/ot-br-posix/src/rest/
Drest_web_server.cpp112 otbrLogWarning("Failed to accept new connection: %s", otbrErrorString(error)); in UpdateConnections()
Dresource.cpp586 otbrLogWarning("Failed to get diagnostic data: %s", otThreadErrorToString(aError)); in DiagnosticResponseHandler()
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp356otbrLogWarning("Failed to retrieve subtype of SRP service: %s", otSrpServerServiceGetFullName(aSrp… in MakeSubTypeList()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1408 otbrLogWarning("Failed to receive diagnostic response: %s", otThreadErrorToString(aError)); in HandleDiagnosticGetResponse()