Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp161 Uri sound = Uri("sound"); variable
406 Uri sound = Uri("sound"); variable
423 Uri sound = Uri(""); variable
502 Uri sound = Uri("sound"); variable
519 Uri sound = Uri("sound"); variable
542 auto sound = std::make_shared<Uri>("sound"); variable
563 auto sound = std::make_shared<Uri>("sound"); variable
H A Dnotification_flags_test.cpp43 NotificationConstant::FlagStatus sound =NotificationConstant::FlagStatus(1); variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_slot_filter.cpp47 auto sound = record->slot->GetSound(); in OnPublish() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/
H A Dnotificationannex_fuzzer.cpp34 Uri sound(stringData); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
H A Dpublishnotification_fuzzer.cpp58 Notification::NotificationConstant::FlagStatus sound = in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp58 Notification::NotificationConstant::FlagStatus sound = in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dcharging_sound.cpp29 … explicit ChargingSoundCallBack(std::shared_ptr<Media::AudioHapticSound> sound) : sound_(sound) {} in ChargingSoundCallBack()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-settings.md138 ## sound section
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp224 void NotificationSlot::SetSound(const Uri &sound) in SetSound()
H A Dnotification.cpp516 void Notification::SetSound(const Uri &sound) in SetSound()
H A Dnotification_request.cpp2681 void NotificationRequest::SetSound(const std::string &sound) in SetSound()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp515 std::string sound; in GetNotificationSlotByString() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp785 std::string sound; in GetNotificationSlotByString() local
H A Dsubscribe.cpp119 std::string sound; in SetSubscribeCallbackData() local
H A Dcommon_convert_request.cpp1335 std::string sound = AppExecFwk::UnwrapStringFromJS(env, soundValue); in GetNotificationSound() local