Home
last modified time | relevance | path

Searched refs:StrToLL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/security_guard/frameworks/common/utils/src/
H A Dsecurity_guard_utils.cpp43 bool isOK = StrToLL(str, tmp, DEC_RADIX); in StrToI64()
53 isOK = StrToLL(str, tmp, HEX_RADIX); in StrToI64Hex()
55 isOK = StrToLL(str, tmp, DEC_RADIX); in StrToI64Hex()
61 bool SecurityGuardUtils::StrToLL(const std::string &str, long long &value, int32_t base) in StrToLL() function in OHOS::Security::SecurityGuard::SecurityGuardUtils
/ohos5.0/base/security/security_guard/frameworks/common/utils/include/
H A Dsecurity_guard_utils.h26 static bool StrToLL(const std::string &str, long long &value, int32_t base);