Home
last modified time | relevance | path

Searched refs:CanPublishAsBundle (Results 1 - 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp74 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/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) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp160 ErrCode AnsManagerStub::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle() function in OHOS::Notification::AnsManagerStub
162 ANS_LOGE("AnsManagerStub::CanPublishAsBundle called!"); in CanPublishAsBundle()
H A Dans_manager_proxy.cpp543 ErrCode AnsManagerProxy::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle() function in OHOS::Notification::AnsManagerProxy
546 ANS_LOGE("[CanPublishAsBundle] fail: representativeBundle is null."); in CanPublishAsBundle()
552 ANS_LOGE("[CanPublishAsBundle] fail: write interface token failed."); in CanPublishAsBundle()
557 ANS_LOGE("[CanPublishAsBundle] fail: write representativeBundle failed."); in CanPublishAsBundle()
565 ANS_LOGE("[CanPublishAsBundle] fail: transact ErrCode=%{public}d", result); in CanPublishAsBundle()
570 ANS_LOGE("[CanPublishAsBundle] fail: read result failed."); in CanPublishAsBundle()
575 ANS_LOGE("[CanPublishAsBundle] fail: read canPublish failed."); in CanPublishAsBundle()
H A Dans_notification.cpp401 return proxy->CanPublishAsBundle(representativeBundle, canPublish); in CanPublishNotificationAsBundle()
H A Dans_manager_stub.cpp917 ErrCode result = CanPublishAsBundle(representativeBundle, canPublish); in HandleCanPublishAsBundle()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp84 service->CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp351 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp155 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp359 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp360 ansManagerStub.CanPublishAsBundle(stringData, canPublish); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h302 ErrCode CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2660 * @tc.desc: test CanPublishAsBundle function
2675 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); in HWTEST_F()
2681 * @tc.desc: test CanPublishAsBundle function
2696 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); in HWTEST_F()
2702 * @tc.desc: test CanPublishAsBundle function
2719 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); in HWTEST_F()
2726 * @tc.desc: test CanPublishAsBundle function
2742 int32_t result = proxy->CanPublishAsBundle(representativeBundle, canPublish); in HWTEST_F()
2748 * @tc.desc: test CanPublishAsBundle function
2765 int32_t result = proxy->CanPublishAsBundle(representativeBundl in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1297 * @tc.desc : Test CanPublishAsBundle function when the result is ERR_INVALID_OPERATION
1305 ASSERT_EQ(advancedNotificationService_->CanPublishAsBundle(representativeBundle, canPublish), result); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1157 ErrCode AdvancedNotificationService::CanPublishAsBundle(const std::string &representativeBundle, bool &canPublish) in CanPublishAsBundle() function in OHOS::Notification::AdvancedNotificationService

Completed in 38 milliseconds