Home
last modified time | relevance | path

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

12

/base/notification/distributed_notification_service/test/fuzztest/removenotificationslot_fuzzer/
H A Dremovenotificationslot_fuzzer.cpp30 // test RemoveAllSlots function in DoSomethingInterestingWithMyAPI()
31 return Notification::NotificationHelper::RemoveAllSlots() == ERR_OK; in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dslot.h32 napi_value RemoveAllSlots(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h32 static int RemoveAllSlots();
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp64 DECLARE_NAPI_FUNCTION("removeAllSlots", RemoveAllSlots), in NotificationInit()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp53 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h215 void RemoveAllSlots();
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp71 auto code = NotificationManagerImpl::RemoveAllSlots(); in FfiOHOSNotificationManagerRemoveAllSlots()
H A Dnotification_manager_impl.cpp161 int NotificationManagerImpl::RemoveAllSlots() in RemoveAllSlots() function in OHOS::CJSystemapi::NotificationManagerImpl
163 int code = NotificationHelper::RemoveAllSlots(); in RemoveAllSlots()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp195 * @tc.desc: Test RemoveAllSlots
202 auto ret = advancedNotificationService_->RemoveAllSlots(); in HWTEST_F()
208 * @tc.desc: Test RemoveAllSlots
215 auto ret = advancedNotificationService_->RemoveAllSlots(); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A 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/interfaces/inner_api/
H A Dnotification_helper.h81 static ErrCode RemoveAllSlots();
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h153 virtual ErrCode RemoveAllSlots() = 0;
H A Dans_manager_proxy.h140 ErrCode RemoveAllSlots() override;
H A Dans_notification.h80 ErrCode RemoveAllSlots();
H A Dans_manager_stub.h154 virtual ErrCode RemoveAllSlots() override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp90 ErrCode AnsManagerStub::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AnsManagerStub
92 ANS_LOGE("AnsManagerStub::RemoveAllSlots called!"); in RemoveAllSlots()
H A Dans_manager_proxy_slot.cpp129 ErrCode AnsManagerProxy::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AnsManagerProxy
133 ANS_LOGE("[RemoveAllSlots] fail: write interface token failed."); in RemoveAllSlots()
141 ANS_LOGE("[RemoveAllSlots] fail: transact ErrCode=%{public}d", result); in RemoveAllSlots()
146 ANS_LOGE("[RemoveAllSlots] fail: read result failed."); in RemoveAllSlots()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp73 NotificationHelper::RemoveAllSlots(); in SetUp()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp210 void NotificationPreferencesInfo::BundleInfo::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
H A Dadvanced_notification_slot_service.cpp246 ErrCode AdvancedNotificationService::RemoveAllSlots() in RemoveAllSlots() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp62 service->RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp336 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp104 ErrCode RemoveAllSlots() override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp344 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp345 ansManagerStub.RemoveAllSlots(); in DoSomethingInterestingWithMyAPI()

Completed in 21 milliseconds

12