Home
last modified time | relevance | path

Searched refs:trustlist (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_do_not_disturb_profile_test.cpp46 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
48 trustlist.emplace_back(bundleOption); in HWTEST_F()
49 auto rrc = std::make_shared<NotificationDoNotDisturbProfile>(id, name, trustlist); in HWTEST_F()
63 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
65 trustlist.emplace_back(bundleOption); in HWTEST_F()
66 auto rrc = std::make_shared<NotificationDoNotDisturbProfile>(id, name, trustlist); in HWTEST_F()
80 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
82 trustlist.emplace_back(bundleOption); in HWTEST_F()
83 auto rrc = std::make_shared<NotificationDoNotDisturbProfile>(id, name, trustlist); in HWTEST_F()
103 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
121 std::vector<NotificationBundleOption> trustlist; HWTEST_F() local
143 std::vector<NotificationBundleOption> trustlist; HWTEST_F() local
167 std::vector<NotificationBundleOption> trustlist; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp1017 vector<NotificationBundleOption> trustlist; in HWTEST_F() local
1018 trustlist.emplace_back(notificationBundleOption); in HWTEST_F()
1019 profile->SetProfileTrustList(trustlist); in HWTEST_F()
1041 vector<NotificationBundleOption> trustlist; in HWTEST_F() local
1042 trustlist.emplace_back(notificationBundleOption); in HWTEST_F()
1043 profile->SetProfileTrustList(trustlist); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1441 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
1444 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
1481 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
1484 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp5358 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
5361 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
5399 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
5402 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp7978 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
7981 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
8003 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
8006 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
8051 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
8054 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
8076 std::vector<NotificationBundleOption> trustlist; in HWTEST_F() local
8079 new (std::nothrow) NotificationDoNotDisturbProfile(id, name, trustlist); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp781 std::vector<NotificationBundleOption> trustlist = profile->GetProfileTrustList(); in CheckDoNotDisturbProfile() local
782 for (auto &trust : trustlist) { in CheckDoNotDisturbProfile()

Completed in 30 milliseconds