Home
last modified time | relevance | path

Searched refs:GetSound (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp115 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 Dnotification_slot_filter.cpp47 auto sound = record->slot->GetSound(); in OnPublish()
50 record->notification->SetSound(record->slot->GetSound()); in OnPublish()
H A Dadvanced_notification_service.cpp2155 if (request->GetSound().empty()) { in CheckSoundPermission()
2160 int32_t length = request->GetSound().length(); in CheckSoundPermission()
H A Dadvanced_notification_publish_service.cpp190 if (!request->GetSound().empty()) { in PublishNotificationForIndirectProxy()
2383 if (!request->GetSound().empty()) { in PublishNotificationBySa()
H A Dnotification_preferences_database.cpp1013 …GenerateEntry(GenerateSlotKey(bundleKey, slotType, KEY_SLOT_SOUND), slot->GetSound().ToString(), v… in GenerateSlotEntry()
H A Dreminder_data_manager.cpp1661 uri = (*it)->GetSound(); in GetSoundUri()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp167 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 Ddualfwk_conf_loader.cpp59 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 Dnotificationslot_fuzzer.cpp40 notificationSlot.GetSound(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
H A Dnotification_fuzzer.cpp45 notification.GetSound(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h222 Uri GetSound() const;
H A Dnotification.h156 Uri GetSound() const;
H A Dnotification_request.h1355 std::string GetSound() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp155 Uri Notification::GetSound() const in GetSound() function in OHOS::Notification::Notification
H A Dnotification_slot.cpp219 Uri NotificationSlot::GetSound() const in GetSound() function in OHOS::Notification::NotificationSlot
H A Dnotification_request.cpp2686 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 Dcommon.cpp177 napi_create_string_utf8(env, slot.GetSound().ToString().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationSlot()
H A Dsubscribe.cpp121 sound = request->GetSound().ToString(); in SetSubscribeCallbackData()
H A Dcommon_convert_request.cpp66 napi_create_string_utf8(env, request->GetSound().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationRequestByString()