Home
last modified time | relevance | path

Searched refs:StrToULL (Results 1 - 4 of 4) sorted by relevance

/base/security/security_guard/frameworks/common/utils/include/
H A Dsecurity_guard_utils.h27 static bool StrToULL(const std::string &str, unsigned long long &value);
/base/security/security_guard/frameworks/common/utils/src/
H A Dsecurity_guard_utils.cpp35 bool isOK = StrToULL(str, tmp); in StrToU32()
83 bool SecurityGuardUtils::StrToULL(const std::string &str, unsigned long long &value) in StrToULL() function in OHOS::Security::SecurityGuard::SecurityGuardUtils
/base/security/security_guard/test/fuzztest/config_manager/configmanager_fuzzer/
H A Dconfig_manager_fuzzer.cpp152 SecurityGuardUtils::StrToULL(string, value); in SecurityGuardUtilsFuzzTest()
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp492 EXPECT_FALSE(SecurityGuardUtils::StrToULL(test, value)); in HWTEST_F()
494 EXPECT_FALSE(SecurityGuardUtils::StrToULL(test, value)); in HWTEST_F()
496 EXPECT_FALSE(SecurityGuardUtils::StrToULL(test, value)); in HWTEST_F()
498 EXPECT_FALSE(SecurityGuardUtils::StrToULL(test, value)); in HWTEST_F()
500 EXPECT_FALSE(SecurityGuardUtils::StrToULL(test, value)); in HWTEST_F()
502 EXPECT_TRUE(SecurityGuardUtils::StrToULL(test, value)); in HWTEST_F()

Completed in 3 milliseconds