Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_util.h93 int32_t ConvertCharToInt32(const char *s);
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_util.c439 int32_t ConvertCharToInt32(const char *s) in ConvertCharToInt32() function
H A Dat_network.c1816 int32_t net = ConvertCharToInt32(netType); in ParseNetTypeStr()