Home
last modified time | relevance | path

Searched refs:SetNotificationAgent (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp30 Notification::NotificationHelper::SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp71 ansManagerStub.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp130 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 Dnotification_helper.h235 static ErrCode SetNotificationAgent(const std::string &agent);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h236 ErrCode SetNotificationAgent(const std::string &agent);
H A Dans_manager_interface.h243 virtual ErrCode SetNotificationAgent(const std::string &agent) = 0;
H A Dans_manager_proxy.h230 ErrCode SetNotificationAgent(const std::string &agent) override;
H A Dans_manager_stub.h234 virtual ErrCode SetNotificationAgent(const std::string &agent) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp148 ErrCode AnsManagerStub::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp371 ErrCode AnsNotification::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AnsNotification
378 return proxy->SetNotificationAgent(agent); in SetNotificationAgent()
H A Dans_manager_proxy.cpp484 ErrCode AnsManagerProxy::SetNotificationAgent(const std::string &agent) in SetNotificationAgent() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp891 ErrCode result = SetNotificationAgent(agent); in HandleSetNotificationAgent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp147 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 Dansmanagerstub_fuzzer.cpp351 ansManagerStub.SetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp323 ErrCode ret = notificationHelper.SetNotificationAgent(agent);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h281 ErrCode SetNotificationAgent(const std::string &agent) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp557 ErrCode ret4 = ans_->SetNotificationAgent(agent);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2461 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 Dadvanced_notification_service.cpp1112 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 Dadvanced_notification_service_test.cpp1464 ASSERT_EQ(advancedNotificationService_->SetNotificationAgent(agent), ERR_INVALID_OPERATION);