Searched refs:StrToULL (Results 1 - 4 of 4) sorted by relevance
/base/security/security_guard/frameworks/common/utils/include/ |
H A D | security_guard_utils.h | 27 static bool StrToULL(const std::string &str, unsigned long long &value);
|
/base/security/security_guard/frameworks/common/utils/src/ |
H A D | security_guard_utils.cpp | 35 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 D | config_manager_fuzzer.cpp | 152 SecurityGuardUtils::StrToULL(string, value); in SecurityGuardUtilsFuzzTest()
|
/base/security/security_guard/test/unittest/data_collect/src/ |
H A D | security_guard_data_collect_test.cpp | 492 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