Searched refs:OTBR_ERROR_INVALID_ARGS (Results 1 – 8 of 8) sorted by relevance
105 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()
95 return ret == 1 ? OTBR_ERROR_NONE : OTBR_ERROR_INVALID_ARGS; in FromString()
83 OTBR_ERROR_INVALID_ARGS = -10, ///< Invalid arguments error. enumerator
231 case OTBR_ERROR_INVALID_ARGS: in otbrErrorString()
94 VerifyOrExit(entryLength <= kMaxTextEntrySize, error = OTBR_ERROR_INVALID_ARGS); in EncodeTxtData()450 case OTBR_ERROR_INVALID_ARGS: in UpdateMdnsResponseCounters()
141 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()
80 error = OTBR_ERROR_INVALID_ARGS; in DNSErrorToOtbrError()554 VerifyOrExit(aAddress.size() == OTBR_IP6_ADDRESS_SIZE, error = OTBR_ERROR_INVALID_ARGS); in PublishHostImpl()
76 case OTBR_ERROR_INVALID_ARGS: in OtbrErrorToOtError()