/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/ |
H A D | getactivenotificationnums_fuzzer.cpp | 30 Notification::NotificationHelper::SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 71 ansManagerStub.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 130 ErrCode NotificationHelper::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::NotificationHelper 132 return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationAgent(agent); in SetNotificationAgent()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 235 static ErrCode SetNotificationAgent(const std::string &agent);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 236 ErrCode SetNotificationAgent(const std::string &agent);
|
H A D | ans_manager_interface.h | 243 virtual ErrCode SetNotificationAgent(const std::string &agent) = 0;
|
H A D | ans_manager_proxy.h | 230 ErrCode SetNotificationAgent(const std::string &agent) override;
|
H A D | ans_manager_stub.h | 234 virtual ErrCode SetNotificationAgent(const std::string &agent) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 148 ErrCode AnsManagerStub::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 371 ErrCode AnsNotification::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AnsNotification 378 return proxy->SetNotificationAgent(agent); in SetNotificationAgent()
|
H A D | ans_manager_proxy.cpp | 484 ErrCode AnsManagerProxy::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 891 ErrCode result = SetNotificationAgent(agent); in HandleSetNotificationAgent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 147 ErrCode SetNotificationAgent(const std::string &agent) override in SetNotificationAgent() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 351 ansManagerStub.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 323 ErrCode ret = notificationHelper.SetNotificationAgent(agent);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 281 ErrCode SetNotificationAgent(const std::string &agent) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 557 ErrCode ret4 = ans_->SetNotificationAgent(agent);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 2461 int32_t result = proxy->SetNotificationAgent(agent); 2481 int32_t result = proxy->SetNotificationAgent(agent); 2503 int32_t result = proxy->SetNotificationAgent(agent); 2523 int32_t result = proxy->SetNotificationAgent(agent); 2545 int32_t result = proxy->SetNotificationAgent(agent);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 1112 ErrCode AdvancedNotificationService::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 1464 ASSERT_EQ(advancedNotificationService_->SetNotificationAgent(agent), ERR_INVALID_OPERATION);
|