Home
last modified time | relevance | path

Searched refs:RemoveSlotByType (Results 1 - 20 of 20) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp52 ansManagerStub.RemoveSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp371 * @tc.desc: Test RemoveSlotByType
379 auto ret = advancedNotificationService_->RemoveSlotByType(slotType); in HWTEST_F()
385 * @tc.desc: Test RemoveSlotByType
402 auto ret = advancedNotificationService_->RemoveSlotByType(slotType); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp490 * @tc.desc : Test RemoveSlotByType function
495 ASSERT_EQ(advancedNotificationService_->RemoveSlotByType(NotificationConstant::OTHER), ERR_OK); in HWTEST_F()
501 * @tc.desc : Test RemoveSlotByType function when no type
506 ASSERT_EQ((int)advancedNotificationService_->RemoveSlotByType(NotificationConstant::CUSTOM), 0); in HWTEST_F()
1423 ASSERT_EQ(advancedNotificationService_->RemoveSlotByType(NotificationConstant::OTHER), ERR_ANS_INVALID_BUNDLE); in HWTEST_F()
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp146 * @tc.desc: RemoveSlotByType
161 errCode = advancedNotificationService_->RemoveSlotByType(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F()
/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp1181 g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in HWTEST_F()
1205 g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in HWTEST_F()
1206 g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION); in HWTEST_F()
1246 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION), 0); in HWTEST_F()
1262 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION), 0); in HWTEST_F()
2246 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SOCIAL_COMMUNICATION), 0); in HWTEST_F()
2247 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SERVICE_REMINDER), 0); in HWTEST_F()
2248 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::CONTENT_INFORMATION), 0); in HWTEST_F()
2249 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::OTHER), 0); in HWTEST_F()
2250 EXPECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstan in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h146 virtual ErrCode RemoveSlotByType(const NotificationConstant::SlotType &slotType) = 0;
H A Dans_manager_proxy.h133 ErrCode RemoveSlotByType(const NotificationConstant::SlotType &slotType) override;
H A Dans_manager_stub.h147 virtual ErrCode RemoveSlotByType(const NotificationConstant::SlotType &slotType) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp84 ErrCode AnsManagerStub::RemoveSlotByType(const NotificationConstant::SlotType &slotType) in RemoveSlotByType() function in OHOS::Notification::AnsManagerStub
86 ANS_LOGE("AnsManagerStub::RemoveSlotByType called!"); in RemoveSlotByType()
H A Dans_manager_proxy_slot.cpp100 ErrCode AnsManagerProxy::RemoveSlotByType(const NotificationConstant::SlotType &slotType) in RemoveSlotByType() function in OHOS::Notification::AnsManagerProxy
104 ANS_LOGE("[RemoveSlotByType] fail: write interface token failed."); in RemoveSlotByType()
109 ANS_LOGE("[RemoveSlotByType] fail:: write slotIds failed."); in RemoveSlotByType()
117 ANS_LOGE("[RemoveSlotByType] fail: transact ErrCode=%{public}d", result); in RemoveSlotByType()
122 ANS_LOGE("[RemoveSlotByType] fail: read result failed."); in RemoveSlotByType()
H A Dans_notification.cpp95 return proxy->RemoveSlotByType(slotType); in RemoveNotificationSlot()
H A Dans_manager_stub.cpp659 ErrCode result = RemoveSlotByType(slotType); in HandleRemoveSlotByType()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp61 service->RemoveSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp335 ansManagerStub.RemoveSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp99 ErrCode RemoveSlotByType(const NotificationConstant::SlotType &slotType) override
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp644 ErrCode AdvancedNotificationService::RemoveSlotByType(const NotificationConstant::SlotType &slotType) in RemoveSlotByType() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp343 ansManagerStub.RemoveSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp344 ansManagerStub.RemoveSlotByType(slotType); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h196 ErrCode RemoveSlotByType(const NotificationConstant::SlotType &slotType) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp1118 * @tc.desc: test RemoveSlotByType function
1132 int32_t result = proxy->RemoveSlotByType(slotType); in HWTEST_F()
1138 * @tc.desc: test RemoveSlotByType function
1155 int32_t result = proxy->RemoveSlotByType(slotType); in HWTEST_F()
1160 * @tc.desc: test RemoveSlotByType function
1175 int32_t result = proxy->RemoveSlotByType(slotType); in HWTEST_F()
1181 * @tc.desc: test RemoveSlotByType function
1197 int32_t result = proxy->RemoveSlotByType(slotType); in HWTEST_F()

Completed in 49 milliseconds