Home
last modified time | relevance | path

Searched defs:canPublish (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
H A Dgetbundleimportance_fuzzer.cpp27 bool canPublish = true; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp73 bool canPublish = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp353 bool canPublish = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1268 bool canPublish = true; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2673 bool canPublish = false; variable
2694 bool canPublish = false; variable
2717 bool canPublish = false; variable
2740 bool canPublish = false; variable
2763 bool canPublish = false; variable
2786 bool canPublish = false; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp140 …onHelper::CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishNotificationAsBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp160 …rCode AnsManagerStub::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle()
H A Dans_manager_proxy.cpp547 …Code AnsManagerProxy::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle()
H A Dans_notification.cpp391 …fication::CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishNotificationAsBundle()
H A Dans_manager_stub.cpp924 bool canPublish = false; in HandleCanPublishAsBundle() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp350 bool canPublish = true; variable
/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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp578 bool canPublish = true; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1122 …dNotificationService::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle()