Home
last modified time | relevance | path

Searched defs:StringToInt (Results 1 – 4 of 4) sorted by relevance

/base/startup/init/interfaces/innerkits/syspara/
Dparam_wrapper.cpp40 bool StringToInt(const std::string& str, T min, T max, T& out) in StringToInt() function
/base/startup/syspara_lite/adapter/native/syspara/src/
Dparameters.cpp104 bool StringToInt(const std::string& str, T min, T max, T& out) in StringToInt() function
/base/startup/init/services/utils/
Dinit_utils.c462 int StringToInt(const char *str, int defaultValue) in StringToInt() function
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp976 int32_t NotificationPreferencesDatabase::StringToInt(const std::string &str) const in StringToInt() function in OHOS::Notification::NotificationPreferencesDatabase