/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_swipe_test_ng.cpp | 665 auto deleteEvent = [&isDelete]() { isDelete = true; }; in __anon22d56e940602() 698 isDelete = false; 707 isDelete = false; 718 isDelete = false; 736 auto deleteEvent = [&isDelete]() { isDelete = true; }; in __anon22d56e940902() 770 isDelete = false; 779 isDelete = false; 807 auto deleteEvent = [&isDelete]() { isDelete = true; }; in __anon22d56e940c02() 867 auto deleteEvent = [&isDelete]() { isDelete = true; }; in __anon22d56e940f02() 996 auto deleteEvent = [&isDelete]() { isDelete = true; }; in __anon22d56e941202() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.cpp | 255 bool isDelete) in PrepareNotifyForEntries() argument 261 int errCode = PrepareForNotifyConflictAndObserver(entry, notify, isDelete); in PrepareNotifyForEntries() 410 ret = PrepareNotifyForEntries(entries, committedData, notifys, isDelete); in BatchSaveEntries() 415 if (isDelete) { in BatchSaveEntries() 460 SingleVerNaturalStoreCommitNotifyData *committedData, bool isDelete) in SaveSyncDataItem() argument 466 int errCode = PrepareForNotifyConflictAndObserver(entry, notify, isDelete); in SaveSyncDataItem() 471 errCode = SaveSyncDataToDatabase(entry, isDelete); in SaveSyncDataItem() 751 NotifyConflictAndObserverData ¬ify, bool isDelete) in PrepareForNotifyConflictAndObserver() argument 767 notify.dataStatus.isDeleted = isDelete; in PrepareForNotifyConflictAndObserver() 777 int RdSingleVerStorageExecutor::SaveSyncDataToDatabase(const Entry &entry, bool isDelete) in SaveSyncDataToDatabase() argument [all …]
|
H A D | rd_single_ver_storage_executor.h | 76 int BatchSaveEntries(const std::vector<Entry> &entries, bool isDelete, 79 …cDataItem(const Entry &entry, SingleVerNaturalStoreCommitNotifyData *committedData, bool isDelete); 83 bool isDelete); 209 NotifyConflictAndObserverData ¬ify, bool isDelete = false); 213 int SaveSyncDataToDatabase(const Entry &entry, bool isDelete);
|
H A D | rd_single_ver_natural_store_connection.h | 130 int SaveSyncEntries(const std::vector<Entry> &entries, bool isDelete); 135 int SaveEntry(const Entry &entry, bool isDelete, Timestamp timestamp = 0); 137 int SaveEntryNormally(const Entry &entry, bool isDelete);
|
H A D | rd_single_ver_natural_store_connection.cpp | 583 …dSingleVerNaturalStoreConnection::SaveSyncEntries(const std::vector<Entry> &entries, bool isDelete) in SaveSyncEntries() argument 586 return SaveEntry(entries[0], isDelete); in SaveSyncEntries() 588 return writeHandle_->BatchSaveEntries(entries, isDelete, committedData_); in SaveSyncEntries() 594 int RdSingleVerNaturalStoreConnection::SaveEntry(const Entry &entry, bool isDelete, Timestamp times… in SaveEntry() argument 606 return SaveEntryNormally(entry, isDelete); in SaveEntry() 610 int RdSingleVerNaturalStoreConnection::SaveEntryNormally(const Entry &entry, bool isDelete) in SaveEntryNormally() argument 612 int errCode = writeHandle_->SaveSyncDataItem(entry, committedData_, isDelete); in SaveEntryNormally()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranspending_fuzzer/ |
H A D | clienttranspending_fuzzer.cpp | 39 bool isDelete = *(reinterpret_cast<const bool*>(data)); in ClientTransPendingTest() local 44 GetPendingPacketData(id, seq, waitMillis, isDelete, &pendDate); in ClientTransPendingTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_db.h | 83 std::vector<VBucket> &, bool isDelete)> &forkBeforeBatchUpdateFunc); 108 std::vector<VBucket> &extend, bool isDelete); 111 std::vector<VBucket> &extend, bool isDelete); 155 bool isDelete)> forkBeforeBatchUpdateFunc_;
|
H A D | virtual_cloud_db.cpp | 407 std::vector<VBucket> &extend, bool isDelete) in InnerUpdate() argument 413 forkBeforeBatchUpdateFunc_(tableName, record, extend, isDelete); in InnerUpdate() 416 DBStatus res = InnerUpdateWithoutLock(tableName, std::move(record), extend, isDelete); in InnerUpdate() 426 if (isDelete) { in InnerUpdate() 441 std::vector<VBucket> &extend, bool isDelete) in InnerUpdateWithoutLock() argument 464 if (isDelete) { in InnerUpdateWithoutLock() 614 std::vector<VBucket> &, bool isDelete)> &forkBeforeBatchUpdateFunc) in ForkBeforeBatchUpdate()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | tracker_table.cpp | 39 const std::string TrackerTable::GetAssignValSql(bool isDelete) const in GetAssignValSql() 44 return isDelete ? ("OLD." + extendColName_) : ("NEW." + extendColName_); in GetAssignValSql() 47 const std::string TrackerTable::GetExtendAssignValSql(bool isDelete) const in GetExtendAssignValSql() 52 …return isDelete ? (", extend_field = OLD." + extendColName_) : (", extend_field = NEW." + extendCo… in GetExtendAssignValSql()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | tracker_table.h | 38 const std::string GetAssignValSql(bool isDelete = false) const; 39 const std::string GetExtendAssignValSql(bool isDelete = false) const;
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_dialling_numbers_handler.h | 123 this->isDelete = del; in SetIsDelete() 128 return this->isDelete; in GetIsDelete() 172 bool isDelete = false; member
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_filter.cpp | 94 bool isDelete = false; in FilterByRules() local 99 isDelete = true; in FilterByRules() 103 if (!isDelete) { in FilterByRules() 293 bool isDelete = false; in FilterDateTime() local 319 isDelete = true; in FilterDateTime() 321 … isDelete = DealBrackets(content, matches, matchIndex, matches[lastMatchIndex], match); in FilterDateTime() 325 if (!isDelete) { in FilterDateTime()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.h | 137 int SaveEntry(const Entry &entry, bool isDelete, Timestamp timestamp = 0); 139 int CheckDataStatus(const Key &key, const Value &value, bool isDelete) const; 199 int SaveLocalEntry(const Entry &entry, bool isDelete);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_pending.h | 35 int32_t GetPendingPacketData(uint32_t id, uint64_t seq, uint32_t waitMillis, bool isDelete, TransPe…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_pending.c | 168 int32_t GetPendingPacketData(uint32_t id, uint64_t seq, uint32_t waitMillis, bool isDelete, TransPe… in GetPendingPacketData() argument 200 if (isDelete || ret != SOFTBUS_TIMOUT) { in GetPendingPacketData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_editing_value.h | 80 bool isDelete; member
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_object_utils.h | 59 static std::string GetPathByIdFromDb(const std::string &id, const bool isDelete = false); 94 const std::string &column, const bool isDelete = false);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/ |
H A D | kv_data_change_listener.h | 47 std::map<std::string, std::string>& entriesMap, bool isDelete);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_utils.cpp | 265 bool SqliteUtils::TryAccessSlaveLock(const std::string &dbPath, bool isDelete, bool needCreate, in TryAccessSlaveLock() argument 269 if (isDelete) { in TryAccessSlaveLock()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_data_change_listener.cpp | 122 std::map<std::string, std::string>& entriesMap, bool isDelete) in FilterEntries() argument 158 if (isDelete) { return; } in FilterEntries()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_utils.h | 61 static bool TryAccessSlaveLock(const std::string &dbPath, bool isDelete, bool needCreate,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_album_source_test/src/ |
H A D | medialibrary_album_source_test.cpp | 220 void UpdatePhotoTrashed(int64_t &fileId, bool isDelete) in UpdatePhotoTrashed() argument 226 if (isDelete) { in UpdatePhotoTrashed()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | ios_account_control.h | 77 virtual ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) = 0;
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
H A D | mock_os_account_control_file_manager.h | 85 …ErrCode UpdateAccountIndex(const OsAccountInfo &osAccountInfo, const bool isDelete) { return ERR_O… in UpdateAccountIndex() argument
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_utils.cpp | 1755 bool isDelete = false; in DeleteOriginImage() local 1761 return isDelete; in DeleteOriginImage() 1776 isDelete = true; in DeleteOriginImage() 1779 isDelete = true; in DeleteOriginImage() 1782 isDelete = true; in DeleteOriginImage() 1785 isDelete = true; in DeleteOriginImage() 1788 isDelete = true; in DeleteOriginImage() 1791 isDelete = true; in DeleteOriginImage() 1794 return isDelete; in DeleteOriginImage()
|