Home
last modified time | relevance | path

Searched defs:StrToInt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp58 bool StrToInt(const std::string_view& str, T& value) in StrToInt() function
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp111 bool StrToInt(const string& str, int& value) in StrToInt() function
130 int StrToInt(const string& str) in StrToInt() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp118 bool StrToInt(const string& str, int& value) in StrToInt() function
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp99 static int StrToInt(std::string tempstr) in StrToInt() function
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp402 int32_t StrToInt(const std::string &value, int32_t defaultErr) in StrToInt() function