Home
last modified time | relevance | path

Searched refs:GetFocusModeRepeatCallUri (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_datashare_helper.h44 std::string GetFocusModeRepeatCallUri(const int32_t &userId) const;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_helper.cpp270 std::string AdvancedDatashareHelper::GetFocusModeRepeatCallUri(const int32_t &userId) const in GetFocusModeRepeatCallUri() function in OHOS::Notification::AdvancedDatashareHelper
H A Dadvanced_notification_publish_service.cpp1883 Uri repeatUri(datashareHelper->GetFocusModeRepeatCallUri(userId)); in CheckNeedSilent()