Searched defs:StringToInt (Results 1 – 4 of 4) sorted by relevance
40 bool StringToInt(const std::string& str, T min, T max, T& out) in StringToInt() function
104 bool StringToInt(const std::string& str, T min, T max, T& out) in StringToInt() function
462 int StringToInt(const char *str, int defaultValue) in StringToInt() function
976 int32_t NotificationPreferencesDatabase::StringToInt(const std::string &str) const in StringToInt() function in OHOS::Notification::NotificationPreferencesDatabase