/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/upgrader/ |
H A D | single_ver_schema_database_upgrader.cpp | 41 if (!newSchema_.IsSchemaValid()) { in ExecuteUpgradeSchema() 53 if (oriSchemaObject.IsSchemaValid()) { in ExecuteUpgradeSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_storage_engine.cpp | 117 if (kvDBProp.GetSchemaConstRef().IsSchemaValid() == option_.schema.empty()) { in CheckEngineOption() 124 if (kvDBProp.GetSchemaConstRef().IsSchemaValid()) { in CheckEngineOption()
|
H A D | query_object.cpp | 296 if (!schema_.IsSchemaValid()) { in CheckEqualFormat() 376 if (!schema_.IsSchemaValid()) { in CheckOrderByFormat()
|
H A D | sqlite_single_ver_schema_database_upgrader.cpp | 136 if (context == nullptr || !context->schema.IsSchemaValid()) { // Unlikely in CheckValueOrGetAmendValue()
|
H A D | sqlite_single_ver_natural_store.cpp | 305 if (!schemaObjRef.IsSchemaValid()) { in CheckValueAndAmendIfNeed() 1571 … if (!localSchema.IsSchemaValid() || schema.empty() || ReadSchemaType(type) == SchemaType::NONE) { in CheckCompatible() 1573 … LOGI("IsLocalSchemaDb=%d, IsRemoteSchemaDb=%d.", localSchema.IsSchemaValid(), !schema.empty()); in CheckCompatible() 1702 if (!inputSchemaObj.IsSchemaValid()) { in DecideReadOnlyBaseOnSchema() 1708 if (savedSchemaObj.IsSchemaValid()) { in DecideReadOnlyBaseOnSchema()
|
H A D | sqlite_single_ver_natural_store_extend.cpp | 231 if (!schemaObjRef.IsSchemaValid()) { in CheckAmendValueContentForSyncProcedure()
|
H A D | sqlite_utils.cpp | 1945 if (schema == nullptr || !schema->IsSchemaValid() || in FlatBufferExtractByPath()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | ischema.h | 56 virtual bool IsSchemaValid() const = 0;
|
H A D | schema_object.h | 65 bool IsSchemaValid() const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 917 if (!newSchema.IsSchemaValid() && !oldSchema.IsSchemaValid()) { // LCOV_EXCL_BR_LINE in CompareSchemaObject() 920 if (!newSchema.IsSchemaValid() || !oldSchema.IsSchemaValid()) { // LCOV_EXCL_BR_LINE in CompareSchemaObject() 937 if (inputSchema.IsSchemaValid()) { in CheckSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 33 bool IsSchemaValid() const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 142 if (!localSchema.IsSchemaValid()) { in MakeLocalSyncOpinion()
|
H A D | param_check_utils.cpp | 192 if (!schemaObject.IsSchemaValid()) { in CheckAndTransferAutoLaunchParam()
|
H A D | schema_object.cpp | 176 bool SchemaObject::IsSchemaValid() const in IsSchemaValid() function in DistributedDB::SchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 78 if (!schemaObj.IsSchemaValid()) { in CheckAndGetSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_subscribe_query_test.cpp | 123 EXPECT_EQ(schemaObj.IsSchemaValid(), true); in CreateAndGetStore()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 863 if (IsCollaborationMode(storageEngine_) || !storageEngine_->GetSchema().IsSchemaValid()) { in GetRemoteQueryData() 957 if (schemaObj.IsSchemaValid()) { in GetRemoteDeviceSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 26 bool RelationalSchemaObject::IsSchemaValid() const in IsSchemaValid() function in DistributedDB::RelationalSchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 788 if (!sqliteStorageEngine_->GetSchema().IsSchemaValid()) { in RemoteQuery()
|