Home
last modified time | relevance | path

Searched refs:StrToLL (Results 1 - 3 of 3) sorted by relevance

/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
/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);
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp510 EXPECT_FALSE(SecurityGuardUtils::StrToLL(test, value, dec)); in HWTEST_F()
512 EXPECT_FALSE(SecurityGuardUtils::StrToLL(test, value, dec)); in HWTEST_F()
514 EXPECT_FALSE(SecurityGuardUtils::StrToLL(test, value, dec)); in HWTEST_F()
516 EXPECT_FALSE(SecurityGuardUtils::StrToLL(test, value, dec)); in HWTEST_F()
518 EXPECT_FALSE(SecurityGuardUtils::StrToLL(test, value, dec)); in HWTEST_F()
520 EXPECT_TRUE(SecurityGuardUtils::StrToLL(test, value, dec)); in HWTEST_F()
528 EXPECT_FALSE(SecurityGuardUtils::StrToLL(test, value, hec)); in HWTEST_F()

Completed in 2 milliseconds