Home
last modified time | relevance | path

Searched refs:StrToI64 (Results 1 - 6 of 6) sorted by relevance

/base/security/security_guard/frameworks/common/utils/include/
H A Dsecurity_guard_utils.h25 static bool StrToI64(const std::string &str, int64_t &value);
/base/security/security_guard/frameworks/common/utils/src/
H A Dsecurity_guard_utils.cpp40 bool SecurityGuardUtils::StrToI64(const std::string &str, int64_t &value) in StrToI64() function in OHOS::Security::SecurityGuard::SecurityGuardUtils
/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp135 if (eventId == "" || !SecurityGuardUtils::StrToI64(eventId, tmp)) { in from_json()
145 if (eventId == "" || !SecurityGuardUtils::StrToI64(eventId, tmp)) { in from_json()
/base/security/security_guard/test/fuzztest/config_manager/configmanager_fuzzer/
H A Dconfig_manager_fuzzer.cpp151 SecurityGuardUtils::StrToI64(string, int64); in SecurityGuardUtilsFuzzTest()
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp546 EXPECT_TRUE(SecurityGuardUtils::StrToI64(test, value)); in HWTEST_F()
548 EXPECT_FALSE(SecurityGuardUtils::StrToI64(test, value)); in HWTEST_F()
550 EXPECT_FALSE(SecurityGuardUtils::StrToI64(test, value)); in HWTEST_F()
552 EXPECT_FALSE(SecurityGuardUtils::StrToI64(test, value)); in HWTEST_F()
/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp140 bool isSuccess = SecurityGuardUtils::StrToI64(Str16ToStr8(args.at(1)), eventId); in Dump()

Completed in 4 milliseconds