Home
last modified time | relevance | path

Searched refs:isNeedCreate (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_element.cpp111 sharedInfo.isNeedCreate = false; in AddGeometryTransition()
114 …ometryTransitionMap_[id].appearElement != boxElement && !geometryTransitionMap_[id].isNeedCreate) { in AddGeometryTransition()
118 geometryTransitionMap_[id].isNeedCreate = true; in AddGeometryTransition()
137 geometryTransitionMap_[id].isNeedCreate = false; in FinishCreateGeometryTransition()
H A Dpage_element.h43 bool isNeedCreate; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp180 …bool isNeedCreate = multiVerNaturalStore_->GetDbProperties().GetBoolProp(KvDBProperties::CREATE_IF… in BackupCurrentDatabase() local
186 … IKvDBMultiVerDataStorage::Property multiVerProp = {dataDir, id, isNeedCreate, cipherType, passwd}; in BackupCurrentDatabase()
187 IKvDBCommitStorage::Property commitProp = {dataDir, id, isNeedCreate, cipherType, passwd}; in BackupCurrentDatabase()
188 … MultiVerKvDataStorage::Property multiVerKvProp = {dataDir, id, isNeedCreate, cipherType, passwd}; in BackupCurrentDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp279 bool isNeedCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitStorages() local
284 …IKvDBMultiVerDataStorage::Property multiVerProp = {dataDir, identifierDir, isNeedCreate, cipherTyp… in InitStorages()
285 …IKvDBCommitStorage::Property commitProp = {dataDir, identifierDir, isNeedCreate, cipherType, passw… in InitStorages()
286 …MultiVerKvDataStorage::Property multiVerKvProp = {dataDir, identifierDir, isNeedCreate, cipherType… in InitStorages()
288 … = DBCommon::CreateStoreDirectory(dataDir, identifierDir, DBConstant::MULTI_SUB_DIR, isNeedCreate); in InitStorages()
329 bool isNeedCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in CheckSubStorageVersion() local
334 …IKvDBMultiVerDataStorage::Property multiVerProp = {dataDir, identifierDir, isNeedCreate, cipherTyp… in CheckSubStorageVersion()
335 …IKvDBCommitStorage::Property commitProp = {dataDir, identifierDir, isNeedCreate, cipherType, passw… in CheckSubStorageVersion()
H A Dikvdb_multi_ver_data_storage.h44 bool isNeedCreate = true; member
H A Dmulti_ver_kvdata_storage.h48 bool isNeedCreate = true; member
H A Dmulti_ver_natural_store_commit_storage.cpp85 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in GetVersion()
116 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in Open()
H A Dmulti_ver_kvdata_storage.cpp301 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in GetVersion()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp85 …OpenDbProperties option = {uri, property.isNeedCreate, false, tableVect, property.cipherType, prop… in GetVersion()
103 …OpenDbProperties option = {uri_, property.isNeedCreate, false, tableVect, property.cipherType, pro… in Open()
332 …OpenDbProperties option = {uri_, property_.isNeedCreate, false, tableVect, property_.cipherType, p… in RunRekeyLogic()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit_storage.h34 bool isNeedCreate = true; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_commit_storage_test.cpp268 g_prop.isNeedCreate = true; in SetUpTestCase()
H A Ddistributeddb_storage_transaction_data_test.cpp135 property.isNeedCreate = false; in GetCommitTimestamp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp448 if (!disappearElement || !transformerInfo.isNeedCreate) { in CreateGeometryTransition()