Searched refs:StringToInt64 (Results 1 – 8 of 8) sorted by relevance
55 int64_t StringToInt64(const char *cp);
103 int64_t StringToInt64(const char *cp) in StringToInt64() function
289 *value = StringToInt64(str); in GetInt64FromJson()
187 int64_t StringToInt64(const std::string &str) const;
508 int64_t int64Res = StringToInt64(intStr);510 int64Res = StringToInt64(intStr);
951 int64_t NotificationPreferencesDatabase::StringToInt64(const std::string &str) const in StringToInt64() function in OHOS::Notification::NotificationPreferencesDatabase1252 disturbDate->SetBeginDate(StringToInt64(value)); in GetDoNotDisturbBeginDate()1276 disturbDate->SetEndDate(StringToInt64(value)); in GetDoNotDisturbEndDate()
347 *value = StringToInt64(str); in GetInt64FromJson()
768 EXPECT_EQ(preferncesDB_->StringToInt64(str), 0);