Home
last modified time | relevance | path

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

12

/base/update/updateservice/services/core/ability/sqlite/core/include/
H A Dtable_base_operator.h39 bool DeleteAll();
40 bool DeleteAll(int32_t &deletedRows) final;
83 bool TableBaseOperator<Table, T>::DeleteAll() in DeleteAll() function in OHOS::UpdateEngine::TableBaseOperator
86 return DeleteAll(deletedRows); in DeleteAll()
90 bool TableBaseOperator<Table, T>::DeleteAll(int32_t &deletedRows) in DeleteAll() function in OHOS::UpdateEngine::TableBaseOperator
H A Ditable_operator.h31 virtual bool DeleteAll(int32_t &deletedRows) = 0;
/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_operator_empty.cpp32 bool FirmwareComponentOperator::DeleteAll() in DeleteAll() function in OHOS::UpdateEngine::FirmwareComponentOperator
H A Dfirmware_task_operator_empty.cpp31 bool FirmwareTaskOperator::DeleteAll() in DeleteAll() function in OHOS::UpdateEngine::FirmwareTaskOperator
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component_operator.h44 bool DeleteAll();
H A Dfirmware_task_operator.h45 bool DeleteAll();
/base/useriam/user_auth_framework/services/core/inc/
H A Dresource_node_pool.h41 virtual void DeleteAll() = 0;
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dresource_node_pool_test.cpp44 ResourceNodePool::Instance().DeleteAll(); in TearDown()
110 pool.DeleteAll(); in HWTEST_F()
218 pool.DeleteAll(); in HWTEST_F()
244 pool.DeleteAll(); in HWTEST_F()
H A Dresource_node_utils_test.cpp98 ResourceNodePool::Instance().DeleteAll(); in HWTEST_F()
131 ResourceNodePool::Instance().DeleteAll(); in HWTEST_F()
153 ResourceNodePool::Instance().DeleteAll(); in HWTEST_F()
167 ResourceNodePool::Instance().DeleteAll(); in HWTEST_F()
H A Dschedule_node_helper_test.cpp96 ResourceNodePool::Instance().DeleteAll(); in HWTEST_F()
/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp42 firmwareTaskOperator.DeleteAll(); in ClearFirmwareInfo()
43 FirmwareComponentOperator().DeleteAll(); in ClearFirmwareInfo()
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_pool_fuzzer.cpp52 ResourceNodePool::Instance().DeleteAll(); in FuzzResourcePoolDeleteAll()
/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_pool_impl.cpp36 void DeleteAll() override;
121 void ResourceNodePoolImpl::DeleteAll() in DeleteAll() function in OHOS::UserIam::UserAuth::ResourceNodePoolImpl
/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp234 ResourceNodePool::Instance().DeleteAll(); in AuthServiceInit()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h361 virtual ErrCode DeleteAll() = 0;
H A Dans_manager_proxy.h348 ErrCode DeleteAll() override;
H A Dans_manager_stub.h352 virtual ErrCode DeleteAll() override;
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp241 ErrCode AnsManagerStub::DeleteAll() in DeleteAll() function in OHOS::Notification::AnsManagerStub
243 ANS_LOGE("AnsManagerStub::DeleteAll called!"); in DeleteAll()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp96 service->DeleteAll(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp363 ansManagerStub.DeleteAll(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp207 ErrCode DeleteAll() override
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp298 * @tc.desc : Test DeleteAll function return ERR_ANS_PERMISSION_DENIED.
306 ASSERT_EQ(advancedNotificationService_->DeleteAll(), ERR_ANS_PERMISSION_DENIED); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp409 * @tc.desc : Test DeleteAll function
413 ASSERT_EQ(advancedNotificationService_->DeleteAll(), ERR_OK); in HWTEST_F()
645 * @tc.desc : Test DeleteAll function
649 ASSERT_EQ(advancedNotificationService_->DeleteAll(), ERR_OK); in HWTEST_F()
1489 ASSERT_EQ(advancedNotificationService_->DeleteAll(), ERR_OK); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp371 ansManagerStub.DeleteAll(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp372 ansManagerStub.DeleteAll(); in DoSomethingInterestingWithMyAPI()

Completed in 22 milliseconds

12