/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | context_pool_test.cpp | 80 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 …]
|
D | resource_node_pool_test.cpp | 78 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);
|
D | co_auth_service_test.cpp | 85 EXPECT_EQ(ResourceNodePool::Instance().Delete(executorIndex), true); 124 EXPECT_TRUE(ResourceNodePool::Instance().Delete(20));
|
/base/notification/distributed_notification_service/test/fuzztest/reminderstore_fuzzer/ |
D | reminderstore_fuzzer.cpp | 31 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/ |
D | table_base_operator.h | 41 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()
|
D | idatabase.h | 32 virtual bool Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) = 0;
|
D | itable_operator.h | 32 virtual bool Delete(int32_t &deletedRows, const NativeRdb::RdbPredicates &predicates) = 0;
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_store.h | 35 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/ |
D | rdb_base_helper.cpp | 67 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/ |
D | cupsd.conf | 80 …<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/ |
D | reminder_store_test.cpp | 88 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/ |
D | reminder_store.cpp | 96 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/ |
D | context_helper.cpp | 36 auto result = ContextPool::Instance().Delete(contextId_); in operator ()()
|
D | context_pool_impl.cpp | 35 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/ |
D | usb_right_database.h | 58 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/ |
D | rdb_base_helper.h | 48 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/ |
D | usb_right_database.cpp | 139 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/ |
D | README.md | 12 - [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/ |
D | sqlite_db.cpp | 78 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/ |
D | edm_rdb_data_manager.cpp | 89 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/ |
D | edm_rdb_data_manager.h | 30 bool Delete(const NativeRdb::AbsRdbPredicates &predicates);
|
/base/useriam/user_auth_framework/services/context/inc/ |
D | context_pool.h | 36 virtual bool Delete(uint64_t contextId) = 0;
|
/base/useriam/user_auth_framework/services/core/inc/ |
D | resource_node_pool.h | 40 virtual bool Delete(uint64_t executorIndex) = 0;
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_data_storage.cpp | 42 kvStorePtr_->Delete(item.key); in SaveEntries()
|
/base/useriam/user_auth_framework/services/core/src/ |
D | resource_node_pool_impl.cpp | 34 bool Delete(uint64_t executorIndex) override; 79 bool ResourceNodePoolImpl::Delete(uint64_t executorIndex) in Delete() function in OHOS::UserIam::UserAuth::ResourceNodePoolImpl
|