Home
last modified time | relevance | path

Searched refs:AddDoNotDisturbProfiles (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_info_test.cpp123 preferencesInfo->AddDoNotDisturbProfiles(userId, profiles);
161 preferencesInfo->AddDoNotDisturbProfiles(userId, profiles);
H A Dnotification_preferences_test.cpp1398 auto res = NotificationPreferences::GetInstance()->AddDoNotDisturbProfiles(userId, profiles);
1412 auto res = NotificationPreferences::GetInstance()->AddDoNotDisturbProfiles(userId, profiles);
1428 auto res = NotificationPreferences::GetInstance()->AddDoNotDisturbProfiles(userId, profiles);
1520 NotificationPreferences::GetInstance()->AddDoNotDisturbProfiles(userId, profiles);
H A Dnotification_preferences_database_test.cpp1022 auto res = preferncesDB_->AddDoNotDisturbProfiles(userId, profiles);
1046 preferncesDB_->AddDoNotDisturbProfiles(userId, profiles);
1062 preferncesDB_->AddDoNotDisturbProfiles(userId, profiles);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp550 ErrCode NotificationPreferences::AddDoNotDisturbProfiles( in AddDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferences
573 preferencesInfo.AddDoNotDisturbProfiles(userId, profiles); in AddDoNotDisturbProfiles()
578 if (!preferncesDB_->AddDoNotDisturbProfiles(userId, profiles)) { in AddDoNotDisturbProfiles()
663 preferencesInfo.AddDoNotDisturbProfiles(userId, {profile}); in UpdateDoNotDisturbProfiles()
668 if (!preferncesDB_->AddDoNotDisturbProfiles(userId, {profile})) { in UpdateDoNotDisturbProfiles()
817 preferencesInfo.AddDoNotDisturbProfiles(userId, profiles); in RemoveDoNotDisturbProfileTrustList()
822 if (!preferncesDB_->AddDoNotDisturbProfiles(userId, profiles)) { in RemoveDoNotDisturbProfileTrustList()
H A Dnotification_preferences_info.cpp281 void NotificationPreferencesInfo::AddDoNotDisturbProfiles( in AddDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferencesInfo
H A Dadvanced_notification_utils.cpp806 ErrCode AdvancedNotificationService::AddDoNotDisturbProfiles( in AddDoNotDisturbProfiles() function in OHOS::Notification::AdvancedNotificationService
829 … NotificationPreferences::GetInstance()->AddDoNotDisturbProfiles(copyUserId, copyProfiles); in AddDoNotDisturbProfiles()
H A Dnotification_preferences_database.cpp492 bool NotificationPreferencesDatabase::AddDoNotDisturbProfiles( in AddDoNotDisturbProfiles() function in OHOS::Notification::NotificationPreferencesDatabase
1618 info.AddDoNotDisturbProfiles(userId, profiles); in GetDoNotDisturbProfile()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h316 …void AddDoNotDisturbProfiles(int32_t userId, const std::vector<sptr<NotificationDoNotDisturbProfil…
H A Dnotification_preferences.h261 …ErrCode AddDoNotDisturbProfiles(int32_t userId, const std::vector<sptr<NotificationDoNotDisturbPro…
H A Dnotification_preferences_database.h231 …bool AddDoNotDisturbProfiles(int32_t userId, const std::vector<sptr<NotificationDoNotDisturbProfil…
H A Dadvanced_notification_service.h605 …ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &profiles…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp395 ErrCode NotificationHelper::AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturb… in AddDoNotDisturbProfiles() function in OHOS::Notification::NotificationHelper
397 return DelayedSingleton<AnsNotification>::GetInstance()->AddDoNotDisturbProfiles(profiles); in AddDoNotDisturbProfiles()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h925 …static ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &p…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h777 …ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &profiles…
H A Dans_manager_interface.h561 …virtual ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &…
H A Dans_manager_proxy.h549 …ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &profiles…
H A Dans_manager_stub.h549 …ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &profiles…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp96 ErrCode AnsManagerProxy::AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbPro… in AddDoNotDisturbProfiles() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp397 ErrCode AnsManagerStub::AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProf… in AddDoNotDisturbProfiles() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1169 ErrCode AnsNotification::AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbPro… in AddDoNotDisturbProfiles() function in OHOS::Notification::AnsNotification
1180 return proxy->AddDoNotDisturbProfiles(profiles); in AddDoNotDisturbProfiles()
H A Dans_manager_stub.cpp2462 ErrCode result = AddDoNotDisturbProfiles(profiles); in HandleAddDoNotDisturbProfiles()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_disturb_mode.cpp115 NotificationHelper::AddDoNotDisturbProfiles(asynccallbackinfo->profiles); in NapiAddDoNotDisturbProfiles()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp335 …ErrCode AddDoNotDisturbProfiles(const std::vector<sptr<NotificationDoNotDisturbProfile>> &profiles… in AddDoNotDisturbProfiles() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1420 ErrCode ret1 = ans_->AddDoNotDisturbProfiles(profiles);
1447 ErrCode ret1 = ans_->AddDoNotDisturbProfiles(profiles);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1260 ErrCode ret = notificationHelper.AddDoNotDisturbProfiles(profiles);

12