Home
last modified time | relevance | path

Searched refs:StringToVector (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h185 void StringToVector(const std::string &str, std::vector<int64_t> &data) const;
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp928 void NotificationPreferencesDatabase::StringToVector(const std::string &str, std::vector<int64_t> &… in StringToVector() function in OHOS::Notification::NotificationPreferencesDatabase
938 StringToVector(afterStr, data); in StringToVector()
1187 StringToVector(value, vibrationStyle); in ParseSlotVibrationSytle()