Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_slot.h319 std::string MergeVectorToString(const std::vector<int64_t> &mergeVector) const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp217 ", vibration = " + MergeVectorToString(vibrationValues_) + in Dump()
350 std::string NotificationSlot::MergeVectorToString(const std::vector<int64_t> &mergeVector) const in MergeVectorToString() function in OHOS::Notification::NotificationSlot