Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 137) sorted by relevance

123456

/base/useriam/user_auth_framework/test/unittest/services/src/
Dcontext_pool_test.cpp80 EXPECT_EQ(pool.Delete(CONTEXT_ID), true);
87 EXPECT_EQ(pool.Delete(CONTEXT_ID), false);
90 EXPECT_EQ(pool.Delete(CONTEXT_ID), true);
111 EXPECT_EQ(pool.Delete(CONTEXT_ID1), true);
112 EXPECT_EQ(pool.Delete(CONTEXT_ID2), true);
113 EXPECT_EQ(pool.Delete(CONTEXT_ID3), true);
115 EXPECT_FALSE(pool.Delete(CONTEXT_ID1));
116 EXPECT_FALSE(pool.Delete(CONTEXT_ID2));
117 EXPECT_FALSE(pool.Delete(CONTEXT_ID3));
136 EXPECT_EQ(pool.Delete(CONTEXT_ID1), true);
[all …]
Dresource_node_pool_test.cpp78 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX), true);
85 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX), false);
88 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX), true);
160 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX1), true);
163 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX2), true);
166 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX3), true);
193 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX1), true);
194 EXPECT_EQ(pool.Delete(EXECUTOR_INDEX2), false);
Dco_auth_service_test.cpp85 EXPECT_EQ(ResourceNodePool::Instance().Delete(executorIndex), true);
124 EXPECT_TRUE(ResourceNodePool::Instance().Delete(20));
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/
Dreminderstore_fuzzer.cpp31 reminderStore.Delete(oldVersion); in DoSomethingInterestingWithMyAPI()
33 reminderStore.Delete(stringData, oldVersion); in DoSomethingInterestingWithMyAPI()
34 return reminderStore.Delete(stringData); in DoSomethingInterestingWithMyAPI()
/base/update/updateservice/services/core/ability/sqlite/core/include/
Dtable_base_operator.h41 bool Delete(const NativeRdb::RdbPredicates &predicates);
42 bool Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) final;
93 return Delete(deletedRows, predicates); in DeleteAll()
97 bool TableBaseOperator<Table, T>::Delete(const NativeRdb::RdbPredicates &predicates) in Delete() function
100 return Delete(deletedRows, predicates); in Delete()
104 bool TableBaseOperator<Table, T>::Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &pred… in Delete() function
107 return dataBase_->Delete(deletedRows, predicates); in Delete()
117 return dataBase_->Delete(deletedRows, predicates); in DeleteById()
Didatabase.h32 virtual bool Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) = 0;
Ditable_operator.h32 virtual bool Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) = 0;
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_store.h35 int32_t Delete(int32_t reminderId);
36 int32_t Delete(const std::string &pkg, int32_t userId);
59 int32_t Delete(const std::string &deleteCondition);
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp67 int RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClaus… in Delete() function in OHOS::Telephony::RdbBaseHelper
72 ret = store_->Delete(changedRows, table, whereClause, whereArgs); in Delete()
77 int RdbBaseHelper::Delete(int &deletedRows, const NativeRdb::AbsRdbPredicates &predicates) in Delete() function in OHOS::Telephony::RdbBaseHelper
81 ret = store_->Delete(deletedRows, predicates); in Delete()
/base/print/print_fwk/etc/init/
Dcupsd.conf80 …<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Se…
125 …<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Se…
171 …<Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Se…
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_store_test.cpp88 int32_t ret = reminderStore.Delete(reminderId);
103 int32_t ret = reminderStore.Delete(pkg, userId);
117 int32_t ret = reminderStore.Delete(deleteCondition);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp96 ReminderStore::Delete(deleteCondition); in InitData()
136 int32_t ReminderStore::Delete(int32_t reminderId) in Delete() function in OHOS::Notification::ReminderStore
140 return ReminderStore::Delete(deleteCondition); in Delete()
146 return ReminderStore::Delete(deleteCondition); in DeleteUser()
149 int32_t ReminderStore::Delete(const std::string &pkg, int32_t userId) in Delete() function in OHOS::Notification::ReminderStore
153 return ReminderStore::Delete(deleteCondition); in Delete()
156 int32_t ReminderStore::Delete(const std::string &deleteCondition) in Delete() function in OHOS::Notification::ReminderStore
164 int32_t result = rdbStore_->Delete(deletedRows, REMINDER_DB_TABLE, deleteCondition, whereArgs); in Delete()
/base/useriam/user_auth_framework/services/context/src/
Dcontext_helper.cpp36 auto result = ContextPool::Instance().Delete(contextId_); in operator ()()
Dcontext_pool_impl.cpp35 bool Delete(uint64_t contextId) override;
68 bool ContextPoolImpl::Delete(uint64_t contextId) in Delete() function in OHOS::UserIam::UserAuth::ContextPoolImpl
/base/usb/usb_manager/services/native/include/
Dusb_right_database.h58 int32_t Delete(const OHOS::NativeRdb::RdbPredicates &rdbPredicates);
59 …int32_t Delete(int32_t &changedRows, const std::string &whereClause, const std::vector<std::string…
/base/telephony/telephony_data/common/include/
Drdb_base_helper.h48 int Delete(int &changedRows, const std::string &table, const std::string &whereClause = "",
50 int Delete(int &deletedRows, const NativeRdb::AbsRdbPredicates &predicates);
/base/usb/usb_manager/services/native/src/
Dusb_right_database.cpp139 int32_t UsbRightDataBase::Delete(const OHOS::NativeRdb::RdbPredicates &predicates) in Delete() function in OHOS::USB::UsbRightDataBase
146 int32_t ret = store_->Delete(deleteRow, predicates); in Delete()
154 int32_t UsbRightDataBase::Delete( in Delete() function in OHOS::USB::UsbRightDataBase
161 int32_t ret = store_->Delete(changedRows, USB_RIGHT_TABLE_NAME, whereClause, whereArgs); in Delete()
/base/telephony/telephony_data/
DREADME.md12 - [Parameters of the Delete API](#section1098113151208)
60 …IM card and SMS/MMS modules, your application can call the **Insert**, **Delete**, **Update**, and…
75 | int Delete(const Uri &uri, const DataShare::DataSharePredicates &predicates) | Deletes data. …
103 ### Parameters of the Delete API<a name="section1098113151208"></a>
105 **Table 4** Parameters of the Delete API
208 // Delete the message whose MSG_ID is 1.
210 return helper->Delete(uri, predicates);
/base/update/updateservice/services/core/ability/sqlite/core/src/
Dsqlite_db.cpp78 bool SqliteDb::Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) in Delete() function in OHOS::UpdateEngine::SqliteDb
83 int32_t ret = dbStore->Delete(deletedRows, predicates); in Delete()
/base/customization/enterprise_device_management/services/edm/src/database/
Dedm_rdb_data_manager.cpp89 bool EdmRdbDataManager::Delete(const NativeRdb::AbsRdbPredicates &predicates) in Delete() function in OHOS::EDM::EdmRdbDataManager
98 auto ret = rdbStore->Delete(rowId, predicates); in Delete()
/base/customization/enterprise_device_management/services/edm/include/database/
Dedm_rdb_data_manager.h30 bool Delete(const NativeRdb::AbsRdbPredicates &predicates);
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_pool.h36 virtual bool Delete(uint64_t contextId) = 0;
/base/useriam/user_auth_framework/services/core/inc/
Dresource_node_pool.h40 virtual bool Delete(uint64_t executorIndex) = 0;
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_data_storage.cpp42 kvStorePtr_->Delete(item.key); in SaveEntries()
/base/useriam/user_auth_framework/services/core/src/
Dresource_node_pool_impl.cpp34 bool Delete(uint64_t executorIndex) override;
79 bool ResourceNodePoolImpl::Delete(uint64_t executorIndex) in Delete() function in OHOS::UserIam::UserAuth::ResourceNodePoolImpl

123456