Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_srp_client.cpp45 static otError CopyString(char *aDest, uint16_t aDestSize, const char *aSource) in CopyString() argument
53 VerifyOrExit(len + 1 <= aDestSize, error = OT_ERROR_INVALID_ARGS); in CopyString()