Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp32 Notification::NotificationHelper::GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp72 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp135 ErrCode NotificationHelper::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::NotificationHelper
137 return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationAgent(agent); in GetNotificationAgent()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h244 static ErrCode GetNotificationAgent(std::string &agent);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h245 ErrCode GetNotificationAgent(std::string &agent);
H A Dans_manager_interface.h252 virtual ErrCode GetNotificationAgent(std::string &agent) = 0;
H A Dans_manager_proxy.h239 ErrCode GetNotificationAgent(std::string &agent) override;
H A Dans_manager_stub.h243 virtual ErrCode GetNotificationAgent(std::string &agent) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp154 ErrCode AnsManagerStub::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp381 ErrCode AnsNotification::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsNotification
388 return proxy->GetNotificationAgent(agent); in GetNotificationAgent()
H A Dans_manager_proxy.cpp518 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp902 ErrCode result = GetNotificationAgent(agent); in HandleGetNotificationAgent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp152 ErrCode GetNotificationAgent(std::string &agent) override in GetNotificationAgent() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp352 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp337 ErrCode ret = notificationHelper.GetNotificationAgent(agent);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h290 ErrCode GetNotificationAgent(std::string &agent) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp559 ErrCode ret5 = ans_->GetNotificationAgent(agent);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2565 int32_t result = proxy->GetNotificationAgent(agent);
2588 int32_t result = proxy->GetNotificationAgent(agent);
2609 int32_t result = proxy->GetNotificationAgent(agent);
2631 int32_t result = proxy->GetNotificationAgent(agent);
2653 int32_t result = proxy->GetNotificationAgent(agent);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1117 ErrCode AdvancedNotificationService::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1465 ASSERT_EQ(advancedNotificationService_->GetNotificationAgent(agent), ERR_INVALID_OPERATION);