Home
last modified time | relevance | path

Searched refs:RemoveAllSlots (Results 1 – 25 of 29) sorted by relevance

12

/base/notification/distributed_notification_service/test/fuzztest/removenotificationslot_fuzzer/
Dremovenotificationslot_fuzzer.cpp31 return Notification::NotificationHelper::RemoveAllSlots() == ERR_OK; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dslot.h32 napi_value RemoveAllSlots(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dinit.cpp64 DECLARE_NAPI_FUNCTION("removeAllSlots", RemoveAllSlots), in NotificationInit()
Dslot.cpp1102 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/
Dnotification_preferences_info.h179 void RemoveAllSlots();
Dadvanced_notification_service.h130 ErrCode RemoveAllSlots() override;
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
Dansmanagerstubannextwo_fuzzer.cpp53 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp133 void NotificationPreferencesInfo::BundleInfo::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
Dnotification_preferences.cpp127 bundleInfo.RemoveAllSlots(); in RemoveNotificationAllSlots()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h76 static ErrCode RemoveAllSlots();
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp42 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/
Dadvancednotificationservice_fuzzer.cpp47 advancedNotificationService.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h74 ErrCode RemoveAllSlots();
Dans_manager_interface.h113 virtual ErrCode RemoveAllSlots() = 0;
Dans_manager_proxy.h102 ErrCode RemoveAllSlots() override;
Dans_manager_stub.h116 virtual ErrCode RemoveAllSlots() override;
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp119 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp87 ErrCode RemoveAllSlots() override in RemoveAllSlots() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp78 ErrCode AnsNotification::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AnsNotification
84 return ansManagerProxy_->RemoveAllSlots(); in RemoveAllSlots()
Dans_manager_stub.cpp414 ErrCode result = RemoveAllSlots(); in HandleRemoveAllSlots()
1841 ErrCode AnsManagerStub::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AnsManagerStub
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp65 NotificationHelper::RemoveAllSlots(); in SetUp()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp126 ErrCode ret = notificationHelper.RemoveAllSlots();
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_slot.cpp688 asynccallbackinfo->info.errorCode = NotificationHelper::RemoveAllSlots(); in NapiRemoveAllSlots()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp151 ErrCode ret1 = ans_->RemoveAllSlots();
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp1861 EXPECT_EQ(advancedNotificationService_->RemoveAllSlots(), (int)ERR_OK);
2347 EXPECT_EQ(advancedNotificationService_->RemoveAllSlots(), ERR_ANS_INVALID_BUNDLE);

12