/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 73 bool canPublish = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 74 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI() 78 ansManagerStub.HasNotificationPolicyAccessPermission(canPublish); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/ |
H A D | getbundleimportance_fuzzer.cpp | 27 bool canPublish = true; in DoSomethingInterestingWithMyAPI() local 28 …Notification::NotificationHelper::CanPublishNotificationAsBundle(representativeBundle, canPublish); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 140 …onHelper::CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishNotificationAsBundle() argument 143 representativeBundle, canPublish); in CanPublishNotificationAsBundle()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 353 bool canPublish = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local 354 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 255 … ErrCode CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 256 … ErrCode CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish);
|
H A D | ans_manager_interface.h | 263 … virtual ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) = 0;
|
H A D | ans_manager_proxy.h | 250 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override;
|
H A D | ans_manager_stub.h | 254 …virtual ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) over…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 350 bool canPublish = true; variable 352 … ErrCode ret = notificationHelper.CanPublishNotificationAsBundle(representativeBundle, canPublish);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 578 bool canPublish = true; variable 579 ErrCode ret1 = ans_->CanPublishNotificationAsBundle(representativeBundle, canPublish); 582 ErrCode ret2 = ans_->CanPublishNotificationAsBundle(representativeBundle0, canPublish);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 160 …rCode AnsManagerStub::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle() argument
|
H A D | ans_manager_stub.cpp | 924 bool canPublish = false; in HandleCanPublishAsBundle() local 925 ErrCode result = CanPublishAsBundle(representativeBundle, canPublish); in HandleCanPublishAsBundle() 931 if (!reply.WriteBool(canPublish)) { in HandleCanPublishAsBundle()
|
H A D | ans_manager_proxy.cpp | 547 …Code AnsManagerProxy::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle() argument 578 if (!reply.ReadBool(canPublish)) { in CanPublishAsBundle()
|
H A D | ans_notification.cpp | 391 …fication::CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishNotificationAsBundle() argument 403 return proxy->CanPublishAsBundle(representativeBundle, canPublish); in CanPublishNotificationAsBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 2673 bool canPublish = false; variable 2674 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); 2694 bool canPublish = false; variable 2695 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); 2717 bool canPublish = false; variable 2718 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); 2720 EXPECT_EQ(true, canPublish); 2740 bool canPublish = false; variable 2741 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); 2763 bool canPublish = false; variable [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 1268 bool canPublish = true; variable 1270 …ASSERT_EQ(advancedNotificationService_->CanPublishAsBundle(representativeBundle, canPublish), resu…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 157 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override in CanPublishAsBundle() argument
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 301 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 1122 …dNotificationService::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle() argument
|