Home
last modified time | relevance | path

Searched refs:CancelAll (Results 1 - 25 of 35) sorted by relevance

12

/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_pool.h37 virtual void CancelAll() const = 0;
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h27 static int CancelAll();
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H A Dcontext_pool_impl_fuzzer.cpp62 ContextPool::Instance().CancelAll(); in FillTest()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcancel.h77 napi_value CancelAll(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp53 DECLARE_NAPI_FUNCTION("cancelAll", CancelAll), in NotificationInit()
H A Dcancel.cpp230 napi_value CancelAll(napi_env env, napi_callback_info info) in CancelAll() function
255 ANS_LOGD("CancelAll work excute."); in CancelAll()
262 ANS_LOGD("CancelAll work complete."); in CancelAll()
267 ANS_LOGD("Delete CancelAll callback reference."); in CancelAll()
274 ANS_LOGD("CancelAll work complete end."); in CancelAll()
282 ANS_LOGD("CancelAll callback is nullptr."); in CancelAll()
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h55 void CancelAll() const {}; in CancelAll() function in OHOS::UserIam::UserAuth::__anon4121::DummyContextPool
/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_pool_impl.cpp55 void CancelAll() const override;
110 void ContextPoolImpl::CancelAll() const in CancelAll() function in OHOS::UserIam::UserAuth::ContextPoolImpl
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp41 ansManagerStub.CancelAll(0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp41 auto code = NotificationManagerImpl::CancelAll(); in FfiOHOSNotificationManagerCancelAll()
H A Dnotification_manager_impl.cpp77 int NotificationManagerImpl::CancelAll() in CancelAll() function in OHOS::CJSystemapi::NotificationManagerImpl
/base/useriam/user_auth_framework/services/ipc/src/
H A Dtemplate_cache_manager.cpp101 ContextPool::Instance().CancelAll(); in OnRemoveSystemAbility()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp84 advancedNotificationService_->CancelAll(0); in SetUp()
H A Dadvanced_notification_slot_service_test.cpp67 advancedNotificationService_->CancelAll(0); in SetUp()
H A Dadvanced_notification_utils_test.cpp78 advancedNotificationService_->CancelAll(0); in SetUp()
H A Dadvanced_notification_publish_service_test.cpp72 advancedNotificationService_->CancelAll(0); in SetUp()
689 auto ret = advancedNotificationService_->CancelAll(0); in HWTEST_F()
H A Dadvanced_notification_service_branch_test.cpp86 advancedNotificationService_->CancelAll(0); in SetUp()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h84 virtual ErrCode CancelAll(int32_t instanceKey) = 0;
H A Dans_manager_proxy.h72 ErrCode CancelAll(int32_t instanceKey) override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp47 ErrCode AnsManagerStub::CancelAll(int32_t instanceKey) in CancelAll() function in OHOS::Notification::AnsManagerStub
49 ANS_LOGE("AnsManagerStub::CancelAll called!"); in CancelAll()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp53 service->CancelAll(fuzzData.GenerateRandomInt32()); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp329 ansManagerStub.CancelAll(0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp66 ErrCode CancelAll(int32_t instanceKey) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp337 ansManagerStub.CancelAll(0); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp338 ansManagerStub.CancelAll(0); in DoSomethingInterestingWithMyAPI()

Completed in 19 milliseconds

12