Searched refs:trustlist (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_do_not_disturb_profile_test.cpp | 46 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 D | notification_preferences_database_test.cpp | 1017 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 D | ans_notification_unit_test.cpp | 1441 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 D | ans_manager_stub_test.cpp | 5358 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 D | ans_manager_proxy_unit_test.cpp | 7978 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 D | advanced_notification_service.cpp | 781 std::vector<NotificationBundleOption> trustlist = profile->GetProfileTrustList(); in CheckDoNotDisturbProfile() local 782 for (auto &trust : trustlist) { in CheckDoNotDisturbProfile()
|
Completed in 30 milliseconds