Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c1654 static int32_t IntToNetTypeCmd(int32_t value, char *dst, int32_t dstMaxSize) in IntToNetTypeCmd() argument
1662 if ((value > MAX_PREFERRED_NET_ENUM) || (value < 0) || (dstMaxSize < MIN_CHAR_ARRAY_SIZE)) { in IntToNetTypeCmd()