/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_test.cpp | 161 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 D | notification_flags_test.cpp | 43 NotificationConstant::FlagStatus sound =NotificationConstant::FlagStatus(1); variable
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_slot_filter.cpp | 47 auto sound = record->slot->GetSound(); in OnPublish() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationannex_fuzzer/ |
H A D | notificationannex_fuzzer.cpp | 34 Uri sound(stringData); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/ |
H A D | publishnotification_fuzzer.cpp | 58 Notification::NotificationConstant::FlagStatus sound = in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
H A D | publishcontinuoustasknotification_fuzzer.cpp | 58 Notification::NotificationConstant::FlagStatus sound = in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | charging_sound.cpp | 29 … 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 D | js-apis-settings.md | 138 ## sound section
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_slot.cpp | 224 void NotificationSlot::SetSound(const Uri &sound) in SetSound()
|
H A D | notification.cpp | 516 void Notification::SetSound(const Uri &sound) in SetSound()
|
H A D | notification_request.cpp | 2681 void NotificationRequest::SetSound(const std::string &sound) in SetSound()
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 515 std::string sound; in GetNotificationSlotByString() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 785 std::string sound; in GetNotificationSlotByString() local
|
H A D | subscribe.cpp | 119 std::string sound; in SetSubscribeCallbackData() local
|
H A D | common_convert_request.cpp | 1335 std::string sound = AppExecFwk::UnwrapStringFromJS(env, soundValue); in GetNotificationSound() local
|