/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/ |
H A D | getactivenotificationnums_fuzzer.cpp | 32 Notification::NotificationHelper::GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 72 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 135 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 D | notification_helper.h | 244 static ErrCode GetNotificationAgent(std::string &agent);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 245 ErrCode GetNotificationAgent(std::string &agent);
|
H A D | ans_manager_interface.h | 252 virtual ErrCode GetNotificationAgent(std::string &agent) = 0;
|
H A D | ans_manager_proxy.h | 239 ErrCode GetNotificationAgent(std::string &agent) override;
|
H A D | ans_manager_stub.h | 243 virtual ErrCode GetNotificationAgent(std::string &agent) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 154 ErrCode AnsManagerStub::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 381 ErrCode AnsNotification::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsNotification 388 return proxy->GetNotificationAgent(agent); in GetNotificationAgent()
|
H A D | ans_manager_proxy.cpp | 518 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 902 ErrCode result = GetNotificationAgent(agent); in HandleGetNotificationAgent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 152 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 D | ansmanagerstub_fuzzer.cpp | 352 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 337 ErrCode ret = notificationHelper.GetNotificationAgent(agent);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 290 ErrCode GetNotificationAgent(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 | 559 ErrCode ret5 = ans_->GetNotificationAgent(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 | 2565 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 D | advanced_notification_service.cpp | 1117 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 D | advanced_notification_service_test.cpp | 1465 ASSERT_EQ(advancedNotificationService_->GetNotificationAgent(agent), ERR_INVALID_OPERATION);
|