Searched defs:Notification (Results 1 – 3 of 3) sorted by relevance
344 Notification(uint8_t playStatus, uint8_t volume) : playStatus_(playStatus), volume_(volume) in Notification() function346 explicit Notification(uint64_t uid) : uid_(uid) in Notification() function348 explicit Notification(uint32_t playbackPos) : playbackPos_(playbackPos) in Notification() function350 Notification(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) in Notification() function353 …Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification() function355 explicit Notification(uint16_t uidCounter) : uidCounter_(uidCounter) in Notification() function
30 Notification::Notification() {} in Notification() function in OHOS::StorageManager::Notification
42 namespace Notification { namespace