Home
last modified time | relevance | path

Searched refs:GetBundleImportance (Results 1 - 25 of 25) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
H A Dgetbundleimportance_fuzzer.cpp36 // test GetBundleImportance function in DoSomethingInterestingWithMyAPI()
40 return Notification::NotificationHelper::GetBundleImportance(level) == ERR_OK; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp77 ansManagerStub.GetBundleImportance(notificationId); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp196 ErrCode NotificationHelper::GetBundleImportance(NotificationSlot::NotificationLevel &importance) in GetBundleImportance() function in OHOS::Notification::NotificationHelper
198 return DelayedSingleton<AnsNotification>::GetInstance()->GetBundleImportance(importance); in GetBundleImportance()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h412 static ErrCode GetBundleImportance(NotificationSlot::NotificationLevel &importance);
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp270 * @tc.desc: GetBundleImportance
278 ErrCode errCode = advancedNotificationService_->GetBundleImportance(importance); in BENCHMARK_F()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h295 virtual ErrCode GetBundleImportance(int &importance) = 0;
H A Dans_manager_proxy.h282 ErrCode GetBundleImportance(int32_t &importance) override;
H A Dans_notification.h346 ErrCode GetBundleImportance(NotificationSlot::NotificationLevel &importance);
H A Dans_manager_stub.h286 virtual ErrCode GetBundleImportance(int32_t &importance) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp179 ErrCode AnsManagerStub::GetBundleImportance(int &importance) in GetBundleImportance() function in OHOS::Notification::AnsManagerStub
181 ANS_LOGE("AnsManagerStub::GetBundleImportance called!"); in GetBundleImportance()
H A Dans_notification.cpp539 ErrCode AnsNotification::GetBundleImportance(NotificationSlot::NotificationLevel &importance) in GetBundleImportance() function in OHOS::Notification::AnsNotification
547 ErrCode ret = proxy->GetBundleImportance(importanceTemp); in GetBundleImportance()
H A Dans_manager_proxy.cpp661 ErrCode AnsManagerProxy::GetBundleImportance(int32_t &importance) in GetBundleImportance() function in OHOS::Notification::AnsManagerProxy
665 ANS_LOGE("[GetBundleImportance] fail: write interface token failed."); in GetBundleImportance()
673 ANS_LOGE("[GetBundleImportance] fail: transact ErrCode=%{public}d", result); in GetBundleImportance()
678 ANS_LOGE("[GetBundleImportance] fail: read result failed."); in GetBundleImportance()
683 ANS_LOGE("[GetBundleImportance] fail: read importance failed."); in GetBundleImportance()
H A Dans_manager_stub.cpp972 ErrCode result = GetBundleImportance(importance); in HandleGetBundleImportance()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp88 service->GetBundleImportance(importance); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp206 * @tc.desc : Test GetBundleImportance function
212 ASSERT_EQ((int)advancedNotificationService_->GetBundleImportance(importance), (int)ERR_OK); in HWTEST_F()
541 * @tc.desc : Test GetBundleImportance function
547 ASSERT_EQ((int)advancedNotificationService_->GetBundleImportance(importance), (int)ERR_OK); in HWTEST_F()
1417 ASSERT_EQ(advancedNotificationService_->GetBundleImportance(importance), ERR_ANS_INVALID_BUNDLE); in HWTEST_F()
3293 ret = advancedNotificationService_->GetBundleImportance(importance); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp355 ansManagerStub.GetBundleImportance(importance); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp171 ErrCode GetBundleImportance(int &importance) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp363 ansManagerStub.GetBundleImportance(importance); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp364 ansManagerStub.GetBundleImportance(importance); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp460 * @tc.desc: Test GetBundleImportance parameters.
468 ErrCode ret = notificationHelper.GetBundleImportance(importance); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h334 ErrCode GetBundleImportance(int32_t &importance) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp664 * @tc.desc: test GetBundleImportance ErrCode ERR_ANS_SERVICE_NOT_CONNECTED.
677 ErrCode ret1 = ans_->GetBundleImportance(importance); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp3014 * @tc.desc: test GetBundleImportance function
3028 int32_t result = proxy->GetBundleImportance(num); in HWTEST_F()
3034 * @tc.desc: test GetBundleImportance function
3051 int32_t result = proxy->GetBundleImportance(num); in HWTEST_F()
3058 * @tc.desc: test GetBundleImportance function
3073 int32_t result = proxy->GetBundleImportance(num); in HWTEST_F()
3079 * @tc.desc: test GetBundleImportance function
3095 int32_t result = proxy->GetBundleImportance(num); in HWTEST_F()
3101 * @tc.desc: test GetBundleImportance function
3117 int32_t result = proxy->GetBundleImportance(nu in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1162 ErrCode AdvancedNotificationService::GetBundleImportance(int32_t &importance) in GetBundleImportance() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4143 * @tc.desc: Test GetBundleImportance return.
4150 ErrCode result = ansManagerStub_->GetBundleImportance(importance); in HWTEST_F()

Completed in 62 milliseconds