Searched defs:Notification (Results 1 – 4 of 4) sorted by relevance
345 Notification(uint8_t playStatus, uint8_t volume) : playStatus_(playStatus), volume_(volume) in Notification() function347 explicit Notification(uint64_t uid) : uid_(uid) in Notification() function349 explicit Notification(uint32_t playbackPos) : playbackPos_(playbackPos) in Notification() function351 Notification(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) in Notification() function354 …Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification() function356 explicit Notification(uint16_t uidCounter) : uidCounter_(uidCounter) in Notification() function
30 Notification::Notification() {} in Notification() function in OHOS::StorageManager::Notification
38 using Notification = OHOS::DistributedKv::SwitchNotification; variable
42 namespace Notification { namespace