/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_element.cpp | 111 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 D | page_element.h | 43 bool isNeedCreate; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 180 …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 D | multi_ver_natural_store.cpp | 279 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 D | ikvdb_multi_ver_data_storage.h | 44 bool isNeedCreate = true; member
|
H A D | multi_ver_kvdata_storage.h | 48 bool isNeedCreate = true; member
|
H A D | multi_ver_natural_store_commit_storage.cpp | 85 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in GetVersion() 116 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in Open()
|
H A D | multi_ver_kvdata_storage.cpp | 301 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in GetVersion()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_data_storage.cpp | 85 …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 D | ikvdb_commit_storage.h | 34 bool isNeedCreate = true; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_commit_storage_test.cpp | 268 g_prop.isNeedCreate = true; in SetUpTestCase()
|
H A D | distributeddb_storage_transaction_data_test.cpp | 135 property.isNeedCreate = false; in GetCommitTimestamp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 448 if (!disappearElement || !transformerInfo.isNeedCreate) { in CreateGeometryTransition()
|