Home
last modified time | relevance | path

Searched refs:SetCustomRingUri (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp171 reminder->SetCustomRingUri(customRingUri); in RecoverContextFromOldVersion()
324 reminder->SetCustomRingUri(customRingUri); in RecoverContextFromDb()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h871 void SetCustomRingUri(const std::string &uri);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp480 reminder->SetCustomRingUri(ringUri); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp537 reminder->SetCustomRingUri(std::string(str)); in GenReminderStringInner()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp942 void ReminderRequest::SetCustomRingUri(const std::string &uri) in SetCustomRingUri() function in OHOS::Notification::ReminderRequest