Home
last modified time | relevance | path

Searched refs:GetBundleImportance (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
H A Dgetbundleimportance_fuzzer.cpp40 return Notification::NotificationHelper::GetBundleImportance(level) == ERR_OK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp77 ansManagerStub.GetBundleImportance(notificationId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp197 ErrCode NotificationHelper::GetBundleImportance(NotificationSlot::NotificationLevel &importance) in GetBundleImportance() function in OHOS::Notification::NotificationHelper
199 return DelayedSingleton<AnsNotification>::GetInstance()->GetBundleImportance(importance); in GetBundleImportance()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h348 static ErrCode GetBundleImportance(NotificationSlot::NotificationLevel &importance);
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp277 ErrCode errCode = advancedNotificationService_->GetBundleImportance(importance); in BENCHMARK_F()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h348 ErrCode GetBundleImportance(NotificationSlot::NotificationLevel &importance);
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_manager_stub.h286 virtual ErrCode GetBundleImportance(int32_t &importance) override;
/ohos5.0/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
H A Dans_notification.cpp541 ErrCode AnsNotification::GetBundleImportance(NotificationSlot::NotificationLevel &importance) in GetBundleImportance() function in OHOS::Notification::AnsNotification
549 ErrCode ret = proxy->GetBundleImportance(importanceTemp); in GetBundleImportance()
H A Dans_manager_proxy.cpp665 ErrCode AnsManagerProxy::GetBundleImportance(int32_t &importance) in GetBundleImportance() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp980 ErrCode result = GetBundleImportance(importance); in HandleGetBundleImportance()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp59 ErrCode AnsManagerProxy::GetBundleImportance(int32_t &importance) in GetBundleImportance() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp173 ErrCode GetBundleImportance(int &importance) override in GetBundleImportance() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp358 ansManagerStub.GetBundleImportance(importance); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp211 ASSERT_EQ((int)advancedNotificationService_->GetBundleImportance(importance), (int)ERR_OK);
546 ASSERT_EQ((int)advancedNotificationService_->GetBundleImportance(importance), (int)ERR_OK);
1415 … ASSERT_EQ(advancedNotificationService_->GetBundleImportance(importance), ERR_ANS_INVALID_BUNDLE);
3290 ret = advancedNotificationService_->GetBundleImportance(importance);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp468 ErrCode ret = notificationHelper.GetBundleImportance(importance);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h333 ErrCode GetBundleImportance(int32_t &importance) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp677 ErrCode ret1 = ans_->GetBundleImportance(importance);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp3027 int32_t result = proxy->GetBundleImportance(num);
3050 int32_t result = proxy->GetBundleImportance(num);
3072 int32_t result = proxy->GetBundleImportance(num);
3094 int32_t result = proxy->GetBundleImportance(num);
3116 int32_t result = proxy->GetBundleImportance(num);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1127 ErrCode AdvancedNotificationService::GetBundleImportance(int32_t &importance) in GetBundleImportance() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4150 ErrCode result = ansManagerStub_->GetBundleImportance(importance);