Home
last modified time | relevance | path

Searched refs:CanPublishAsBundle (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp74 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h263 … virtual ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) = 0;
H A Dans_manager_proxy.h250 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override;
H A Dans_manager_stub.h254 …virtual ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) over…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp160 ErrCode AnsManagerStub::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublis… in CanPublishAsBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp547 ErrCode AnsManagerProxy::CanPublishAsBundle(const std::string &representativeBundle, bool &canPubli… in CanPublishAsBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp403 return proxy->CanPublishAsBundle(representativeBundle, canPublish); in CanPublishNotificationAsBundle()
H A Dans_manager_stub.cpp925 ErrCode result = CanPublishAsBundle(representativeBundle, canPublish); in HandleCanPublishAsBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp157 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override in CanPublishAsBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp354 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h301 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1270 …ASSERT_EQ(advancedNotificationService_->CanPublishAsBundle(representativeBundle, canPublish), resu…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2674 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish);
2695 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish);
2718 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish);
2741 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish);
2764 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish);
2787 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1122 ErrCode AdvancedNotificationService::CanPublishAsBundle(const std::string &representativeBundle, bo… in CanPublishAsBundle() function in OHOS::Notification::AdvancedNotificationService