Searched refs:StringToInt64 (Results 1 – 11 of 11) sorted by relevance
55 int64_t StringToInt64(const char *cp);
34 static int64_t StringToInt64(const std::string& str);
92 int64_t BundleActiveUtil::StringToInt64(const std::string& str) in StringToInt64() function in OHOS::DeviceUsageStats::BundleActiveUtil
89 int64_t StringToInt64(const char *cp) in StringToInt64() function
314 *value = StringToInt64(str); in GetInt64FromJson()
762 int64_t beginTime = BundleActiveUtil::StringToInt64(dumpOption[2]); in DumpEvents()763 int64_t endTime = BundleActiveUtil::StringToInt64(dumpOption[3]); in DumpEvents()781 int64_t beginTime = BundleActiveUtil::StringToInt64(dumpOption[3]); in DumpPackageUsage()782 int64_t endTime = BundleActiveUtil::StringToInt64(dumpOption[4]); in DumpPackageUsage()
509 int64_t int64Res = StringToInt64(intStr);511 int64Res = StringToInt64(intStr);
283 int64_t StringToInt64(const std::string &str) const;
347 *value = StringToInt64(str); in GetInt64FromJson()
772 ASSERT_EQ(preferncesDB_->StringToInt64(str), 0);
1228 int64_t NotificationPreferencesDatabase::StringToInt64(const std::string &str) const in StringToInt64() function in OHOS::Notification::NotificationPreferencesDatabase1535 disturbDate->SetBeginDate(StringToInt64(value)); in GetDoNotDisturbBeginDate()1563 disturbDate->SetEndDate(StringToInt64(value)); in GetDoNotDisturbEndDate()