Home
last modified time | relevance | path

Searched refs:OTBR_ERROR_INVALID_ARGS (Results 1 – 8 of 8) sorted by relevance

/external/ot-br-posix/src/common/
Ddns_utils.cpp105 VerifyOrExit(nameInfo.IsServiceInstance(), error = OTBR_ERROR_INVALID_ARGS); in SplitFullServiceInstanceName()
120 VerifyOrExit(nameInfo.IsService(), error = OTBR_ERROR_INVALID_ARGS); in SplitFullServiceName()
134 VerifyOrExit(nameInfo.IsHost(), error = OTBR_ERROR_INVALID_ARGS); in SplitFullHostName()
Dtypes.cpp95 return ret == 1 ? OTBR_ERROR_NONE : OTBR_ERROR_INVALID_ARGS; in FromString()
Dtypes.hpp83 OTBR_ERROR_INVALID_ARGS = -10, ///< Invalid arguments error. enumerator
Dlogging.cpp231 case OTBR_ERROR_INVALID_ARGS: in otbrErrorString()
/external/ot-br-posix/src/mdns/
Dmdns.cpp94 VerifyOrExit(entryLength <= kMaxTextEntrySize, error = OTBR_ERROR_INVALID_ARGS); in EncodeTxtData()
450 case OTBR_ERROR_INVALID_ARGS: in UpdateMdnsResponseCounters()
Dmdns_avahi.cpp141 error = OTBR_ERROR_INVALID_ARGS; in DnsErrorToOtbrError()
733 …erifyOrExit(aAddress.size() == sizeof(address.data.ipv6.address), error = OTBR_ERROR_INVALID_ARGS); in PublishHostImpl()
802 VerifyOrExit(used + needed <= aBufferSize, error = OTBR_ERROR_INVALID_ARGS); in TxtListToAvahiStringList()
Dmdns_mdnssd.cpp80 error = OTBR_ERROR_INVALID_ARGS; in DNSErrorToOtbrError()
554 VerifyOrExit(aAddress.size() == OTBR_IP6_ADDRESS_SIZE, error = OTBR_ERROR_INVALID_ARGS); in PublishHostImpl()
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp76 case OTBR_ERROR_INVALID_ARGS: in OtbrErrorToOtError()