Home
last modified time | relevance | path

Searched defs:representativeBundle (Results 1 – 15 of 15) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/cancelasbundle_fuzzer/
Dcancelasbundle_fuzzer.cpp23 std::string representativeBundle(data); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
Dgetbundleimportance_fuzzer.cpp26 std::string representativeBundle(data); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
Dnotificationhelper_fuzzer.cpp31 std::string representativeBundle(data); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcancel.h53 std::string representativeBundle = ""; member
62 std::string representativeBundle = ""; member
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp94 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
125 ErrCode NotificationHelper::CanPublishNotificationAsBundle(const std::string &representativeBundle,… in CanPublishNotificationAsBundle()
132 const std::string &representativeBundle, const NotificationRequest &request) in PublishNotificationAsBundle()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp118 const std::string representativeBundle = "this is a notification representativeBundle"; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp248 std::string representativeBundle = "RepresentativeBundle"; variable
333 std::string representativeBundle = "RepresentativeBundle"; variable
348 std::string representativeBundle = "RepresentativeBundle"; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp1689 std::string representativeBundle = "RepresentativeBundle"; variable
1703 std::string representativeBundle = "RepresentativeBundle"; variable
1718 std::string representativeBundle = "RepresentativeBundle"; variable
2211 std::string representativeBundle = "RepresentativeBundle"; variable
2231 std::string representativeBundle = "RepresentativeBundle"; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp703 std::string representativeBundle = "Bundle"; variable
725 std::string representativeBundle = ""; variable
749 std::string representativeBundle = "Bundle"; variable
771 std::string representativeBundle = "Bundle"; variable
795 std::string representativeBundle = "Bundle"; variable
2348 std::string representativeBundle = "Bundle"; variable
2369 std::string representativeBundle = ""; variable
2392 std::string representativeBundle = "Bundle"; variable
2415 std::string representativeBundle = "Bundle"; variable
2438 std::string representativeBundle = "Bundle"; variable
[all …]
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp229 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
283 ErrCode AnsNotification::CanPublishNotificationAsBundle(const std::string &representativeBundle, bo… in CanPublishNotificationAsBundle()
298 const std::string &representativeBundle, const NotificationRequest &request) in PublishNotificationAsBundle()
Dans_manager_stub.cpp379 std::string representativeBundle; in HandleCancelAsBundle() local
589 std::string representativeBundle; in HandleCanPublishAsBundle() local
618 std::string representativeBundle; in HandlePublishAsBundle() local
1822 …e AnsManagerStub::CancelAsBundle(int32_t notificationId, const std::string &representativeBundle, … in CancelAsBundle()
1907 ErrCode AnsManagerStub::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublis… in CanPublishAsBundle()
1914 const sptr<NotificationRequest> notification, const std::string &representativeBundle) in PublishAsBundle()
Dans_manager_proxy.cpp174 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
609 ErrCode AnsManagerProxy::CanPublishAsBundle(const std::string &representativeBundle, bool &canPubli… in CanPublishAsBundle()
649 const sptr<NotificationRequest> notification, const std::string &representativeBundle) in PublishAsBundle()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp208 std::string representativeBundle = "this is representativeBundle"; variable
258 std::string representativeBundle = "this is representativeBundle"; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp311 std::string representativeBundle = "this is a representativeBundle"; variable
336 std::string representativeBundle = "this is a representativeBundle"; variable
385 std::string representativeBundle = "this is a representativeBundle"; variable
642 std::string representativeBundle = "this is a representativeBundle"; variable
685 std::string representativeBundle = "this is a representativeBundle"; variable
708 std::string representativeBundle = "this is a representativeBundle"; variable
3607 std::string representativeBundle = "this is representativeBundle"; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp690 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle()
835 ErrCode AdvancedNotificationService::CanPublishAsBundle(const std::string &representativeBundle, bo… in CanPublishAsBundle()
841 const sptr<NotificationRequest> notification, const std::string &representativeBundle) in PublishAsBundle()