Home
last modified time | relevance | path

Searched defs:Notification (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_avrcp_ct.h345 Notification(uint8_t playStatus, uint8_t volume) : playStatus_(playStatus), volume_(volume) in Notification() function
347 explicit Notification(uint64_t uid) : uid_(uid) in Notification() function
349 explicit Notification(uint32_t playbackPos) : playbackPos_(playbackPos) in Notification() function
351 Notification(const std::vector<uint8_t> &attributes, const std::vector<uint8_t> &values) in Notification() function
354Notification(uint16_t playerId, uint16_t uidCounter) : playerId_(playerId), uidCounter_(uidCounter) in Notification() function
356 explicit Notification(uint16_t uidCounter) : uidCounter_(uidCounter) in Notification() function
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
Dnotification.cpp30 Notification::Notification() {} in Notification() function in OHOS::StorageManager::Notification
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dkv_types_util.h38 using Notification = OHOS::DistributedKv::SwitchNotification; variable
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
Dmock_notification_helper.cpp42 namespace Notification { namespace