/base/notification/distributed_notification_service/test/fuzztest/removenotificationslot_fuzzer/ |
D | removenotificationslot_fuzzer.cpp | 31 return Notification::NotificationHelper::RemoveAllSlots() == ERR_OK; in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
D | slot.h | 32 napi_value RemoveAllSlots(napi_env env, napi_callback_info info);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | init.cpp | 64 DECLARE_NAPI_FUNCTION("removeAllSlots", RemoveAllSlots), in NotificationInit()
|
D | slot.cpp | 1102 napi_value RemoveAllSlots(napi_env env, napi_callback_info info) in RemoveAllSlots() function 1128 asynccallbackinfo->info.errorCode = NotificationHelper::RemoveAllSlots(); in RemoveAllSlots()
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences_info.h | 179 void RemoveAllSlots();
|
D | advanced_notification_service.h | 130 ErrCode RemoveAllSlots() override;
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
D | ansmanagerstubannextwo_fuzzer.cpp | 53 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_info.cpp | 133 void NotificationPreferencesInfo::BundleInfo::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
D | notification_preferences.cpp | 127 bundleInfo.RemoveAllSlots(); in RemoveNotificationAllSlots()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_helper.h | 76 static ErrCode RemoveAllSlots();
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_helper.cpp | 42 ErrCode NotificationHelper::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::NotificationHelper 44 return DelayedSingleton<AnsNotification>::GetInstance()->RemoveAllSlots(); in RemoveAllSlots()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
D | advancednotificationservice_fuzzer.cpp | 47 advancedNotificationService.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 74 ErrCode RemoveAllSlots();
|
D | ans_manager_interface.h | 113 virtual ErrCode RemoveAllSlots() = 0;
|
D | ans_manager_proxy.h | 102 ErrCode RemoveAllSlots() override;
|
D | ans_manager_stub.h | 116 virtual ErrCode RemoveAllSlots() override;
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 119 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
D | ans_notification_branch_test.cpp | 87 ErrCode RemoveAllSlots() override in RemoveAllSlots() function in OHOS::Notification::MockAnsManagerInterface
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 78 ErrCode AnsNotification::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AnsNotification 84 return ansManagerProxy_->RemoveAllSlots(); in RemoveAllSlots()
|
D | ans_manager_stub.cpp | 414 ErrCode result = RemoveAllSlots(); in HandleRemoveAllSlots() 1841 ErrCode AnsManagerStub::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AnsManagerStub
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_slot_test.cpp | 65 NotificationHelper::RemoveAllSlots(); in SetUp()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_helper_test.cpp | 126 ErrCode ret = notificationHelper.RemoveAllSlots();
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_slot.cpp | 688 asynccallbackinfo->info.errorCode = NotificationHelper::RemoveAllSlots(); in NapiRemoveAllSlots()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 151 ErrCode ret1 = ans_->RemoveAllSlots();
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_service_test.cpp | 1861 EXPECT_EQ(advancedNotificationService_->RemoveAllSlots(), (int)ERR_OK); 2347 EXPECT_EQ(advancedNotificationService_->RemoveAllSlots(), ERR_ANS_INVALID_BUNDLE);
|