Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
Dform_util.cpp257 bool FormUtil::ConvertStringToInt64(const std::string &strInfo, int64_t &int64Value) in ConvertStringToInt64() function in OHOS::AppExecFwk::FormUtil
/foundation/ability/form_fwk/frameworks/js/napi/formUtil/
Dnapi_form_util.cpp244 bool ConvertStringToInt64(const std::string &strInfo, int64_t &int64Value) in ConvertStringToInt64() function
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
Dnapi_accessibility_utils.cpp2141 bool ConvertStringToInt64(std::string &str, int64_t &value) in ConvertStringToInt64() function