Home
last modified time | relevance | path

Searched refs:GetNotificationAgent (Results 1 - 23 of 23) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp31 // test GetNotificationAgent function in DoSomethingInterestingWithMyAPI()
32 Notification::NotificationHelper::GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp72 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp134 ErrCode NotificationHelper::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::NotificationHelper
136 return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationAgent(agent); in GetNotificationAgent()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h308 static ErrCode GetNotificationAgent(std::string &agent);
/base/notification/distributed_notification_service/frameworks/core/include/
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_notification.h243 ErrCode GetNotificationAgent(std::string &agent);
H A Dans_manager_stub.h243 virtual ErrCode GetNotificationAgent(std::string &agent) override;
/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
156 ANS_LOGE("AnsManagerStub::GetNotificationAgent called!"); in GetNotificationAgent()
H A Dans_notification.cpp379 ErrCode AnsNotification::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsNotification
386 return proxy->GetNotificationAgent(agent); in GetNotificationAgent()
H A Dans_manager_proxy.cpp514 ErrCode AnsManagerProxy::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AnsManagerProxy
518 ANS_LOGE("[GetNotificationAgent] fail: write interface token failed."); in GetNotificationAgent()
526 ANS_LOGE("[GetNotificationAgent] fail: transact ErrCode=%{public}d", result); in GetNotificationAgent()
531 ANS_LOGE("[GetNotificationAgent] fail: read result failed."); in GetNotificationAgent()
536 ANS_LOGE("[GetNotificationAgent] fail: read agent failed."); in GetNotificationAgent()
H A Dans_manager_stub.cpp894 ErrCode result = GetNotificationAgent(agent); in HandleGetNotificationAgent()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp82 service->GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp349 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp150 ErrCode GetNotificationAgent(std::string &agent) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp357 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp358 ansManagerStub.GetNotificationAgent(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp329 * @tc.desc: Test GetNotificationAgent parameters.
337 ErrCode ret = notificationHelper.GetNotificationAgent(agent); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h291 ErrCode GetNotificationAgent(std::string &agent) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp559 ErrCode ret5 = ans_->GetNotificationAgent(agent); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2552 * @tc.desc: test GetNotificationAgent function
2566 int32_t result = proxy->GetNotificationAgent(agent); in HWTEST_F()
2572 * @tc.desc: test GetNotificationAgent function
2589 int32_t result = proxy->GetNotificationAgent(agent); in HWTEST_F()
2595 * @tc.desc: test GetNotificationAgent function
2610 int32_t result = proxy->GetNotificationAgent(agent); in HWTEST_F()
2616 * @tc.desc: test GetNotificationAgent function
2632 int32_t result = proxy->GetNotificationAgent(agent); in HWTEST_F()
2638 * @tc.desc: test GetNotificationAgent function
2654 int32_t result = proxy->GetNotificationAgent(agen in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1152 ErrCode AdvancedNotificationService::GetNotificationAgent(std::string &agent) in GetNotificationAgent() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1458 * @tc.desc : Test SetNotificationAgent and GetNotificationAgent function with bundle option is null
1467 ASSERT_EQ(advancedNotificationService_->GetNotificationAgent(agent), ERR_INVALID_OPERATION); in HWTEST_F()

Completed in 65 milliseconds