Home
last modified time | relevance | path

Searched defs:ConvertStringToInt64 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_util.cpp257 bool FormUtil::ConvertStringToInt64(const std::string &strInfo, int64_t &int64Value) in ConvertStringToInt64() function in OHOS::AppExecFwk::FormUtil
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
H A Dnapi_form_util.cpp244 bool ConvertStringToInt64(const std::string &strInfo, int64_t &int64Value) in ConvertStringToInt64() function