Home
last modified time | relevance | path

Searched defs:isDeleted (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.h33 std::atomic<bool> isDeleted = false; member
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_host_service.h40 bool isDeleted; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_conflict_entry.h24 bool isDeleted = false; member
/ohos5.0/base/notification/eventhandler/frameworks/napi/include/
H A Devents_emitter.h67 std::atomic<bool> isDeleted = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp101 std::set<std::string> trackerColNames, bool isDeleted) in MultiCombineTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.cpp241 bool isDeleted = ((orgItemInfo.dataItem.flag & DataItem::DELETE_FLAG) == DataItem::DELETE_FLAG); in PutIntoConflictData() local
H A Dstorage_executor.h55 bool isDeleted = false; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp473 bool isDeleted) in AddDbInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1131 bool isDeleted = logInfo.dataKey == DBConstant::DEFAULT_ROW_ID; in GetUpdateRecordFlagSql() local
1167 bool isDeleted = logInfo.dataKey == DBConstant::DEFAULT_ROW_ID; in GetUpdateRecordFlagSqlUpload() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp415 static int32_t QueryExistingAlbumByLpath(const string& albumName, bool& isDeleted, bool& isSameName) in QueryExistingAlbumByLpath()
551 bool isDeleted = false; in CreatePhotoAlbum() local
918 bool isDeleted = GetInt32Val(PhotoAlbumColumns::ALBUM_DIRTY, resultSetAlbum) == in CheckConflictsWithExistingAlbum() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_test.cpp191 DataInfoWithLog GetLogInfo(uint64_t timestamp, bool isDeleted) in GetLogInfo()