/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 115 EXPECT_EQ(Uri("."), spSlot->GetSound()); 119 EXPECT_EQ(Uri("."), spSlot->GetSound()); 160 EXPECT_EQ(Uri("."), spSlot->GetSound()); 164 EXPECT_EQ(Uri("."), spSlot->GetSound()); 206 EXPECT_EQ(Uri("."), spSlot->GetSound()); 210 EXPECT_EQ(Uri("."), spSlot->GetSound()); 251 EXPECT_EQ(Uri("."), spSlot->GetSound()); 255 EXPECT_EQ(Uri("."), spSlot->GetSound()); 300 EXPECT_EQ(Uri("."), spSlot->GetSound()); 304 EXPECT_EQ(Uri("."), spSlot->GetSound()); [all …]
|
/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() 50 record->notification->SetSound(record->slot->GetSound()); in OnPublish()
|
H A D | advanced_notification_service.cpp | 2155 if (request->GetSound().empty()) { in CheckSoundPermission() 2160 int32_t length = request->GetSound().length(); in CheckSoundPermission()
|
H A D | advanced_notification_publish_service.cpp | 190 if (!request->GetSound().empty()) { in PublishNotificationForIndirectProxy() 2383 if (!request->GetSound().empty()) { in PublishNotificationBySa()
|
H A D | notification_preferences_database.cpp | 1013 …GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_SOUND), slot->GetSound().ToString(), v… in GenerateSlotEntry()
|
H A D | reminder_data_manager.cpp | 1661 uri = (*it)->GetSound(); in GetSoundUri()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_test.cpp | 167 EXPECT_EQ(rrc->GetSound(), sound); 412 EXPECT_EQ(rrc->GetSound(), Uri("")); 429 EXPECT_EQ(rrc->GetSound(), Uri("")); 508 EXPECT_EQ(rrc->GetSound(), Uri("")); 525 EXPECT_EQ(rrc->GetSound(), Uri("sound"));
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | dualfwk_conf_loader.cpp | 59 static std::string GetSound(const std::string &line) in GetSound() function 97 std::string value = GetSound(line); in ParseBackupFile()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/ |
H A D | notificationslot_fuzzer.cpp | 40 notificationSlot.GetSound(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/ |
H A D | notification_fuzzer.cpp | 45 notification.GetSound(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 222 Uri GetSound() const;
|
H A D | notification.h | 156 Uri GetSound() const;
|
H A D | notification_request.h | 1355 std::string GetSound() const;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification.cpp | 155 Uri Notification::GetSound() const in GetSound() function in OHOS::Notification::Notification
|
H A D | notification_slot.cpp | 219 Uri NotificationSlot::GetSound() const in GetSound() function in OHOS::Notification::NotificationSlot
|
H A D | notification_request.cpp | 2686 std::string NotificationRequest::GetSound() const in GetSound() function in OHOS::Notification::NotificationRequest
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 177 napi_create_string_utf8(env, slot.GetSound().ToString().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationSlot()
|
H A D | subscribe.cpp | 121 sound = request->GetSound().ToString(); in SetSubscribeCallbackData()
|
H A D | common_convert_request.cpp | 66 napi_create_string_utf8(env, request->GetSound().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationRequestByString()
|