/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | ability_sync.cpp | 94 uint32_t AbilitySyncRequestPacket::GetSchemaType() const in GetSchemaType() function in DistributedDB::AbilitySyncRequestPacket 239 uint32_t AbilitySyncAckPacket::GetSchemaType() const in GetSchemaType() function in DistributedDB::AbilitySyncAckPacket 430 uint8_t schemaType = packet->GetSchemaType(); in AckRecv() 460 uint8_t schemaType = packet->GetSchemaType(); in RequestRecv() 572 remoteSecLabel, remoteSecFlag, packet->GetSchemaType()); in HandleVersionV3RequestParam() 730 parcel.WriteUInt32(packet->GetSchemaType()); in RequestPacketSerialization() 754 parcel.WriteUInt32(packet->GetSchemaType()); in AckPacketSerialization() 1215 uint8_t remoteSchemaType = packet->GetSchemaType(); in MakeKvSyncOpinion() 1232 uint8_t remoteSchemaType = packet->GetSchemaType(); in MakeRelationSyncOpinion() 1241 uint8_t remoteSchemaType = recvPacket->GetSchemaType(); in HandleKvAckSchemaParam() [all …]
|
H A D | ability_sync.h | 51 uint32_t GetSchemaType() const; 103 uint32_t GetSchemaType() const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_extend.cpp | 333 …if (localSchema.GetSchemaType() != SchemaType::NONE && localSchema.GetSchemaType() != SchemaType::… in CheckAndInitQueryCondition() 454 …if (localSchema.GetSchemaType() != SchemaType::NONE && localSchema.GetSchemaType() != SchemaType::… in IsSupportSubscribe()
|
H A D | sqlite_single_ver_schema_database_upgrader.cpp | 150 if (context->schema.GetSchemaType() == SchemaType::JSON) { in CheckValueOrGetAmendValue() 205 SchemaType theType = newSchema_.GetSchemaType(); in UpgradeIndexes()
|
H A D | sqlite_single_ver_natural_store.cpp | 309 if (schemaObjRef.GetSchemaType() == SchemaType::JSON) { // LCOV_EXCL_BR_LINE in CheckValueAndAmendIfNeed() 1988 auto schemaType = GetSchemaObject().GetSchemaType(); in CheckSchemaSupportForCloudSync()
|
H A D | sqlite_utils.cpp | 1722 …if (heapSchemaObj->GetSchemaType() != SchemaType::FLATBUFFER) { // Do not need to register FlatBuf… in RegisterFlatBufferFunction() 1946 (schema->GetSchemaType() != SchemaType::FLATBUFFER)) { // LCOV_EXCL_BR_LINE in FlatBufferExtractByPath()
|
H A D | sqlite_query_helper.cpp | 720 resultSql += SchemaObject::GenerateExtractSQL(schema_.GetSchemaType(), fieldPath, fieldType, in MapCastFuncSql()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | ischema.h | 57 virtual SchemaType GetSchemaType() const = 0;
|
H A D | schema_object.h | 66 SchemaType GetSchemaType() const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 31 …SchemaType localType = localSchema.GetSchemaType(); // An invalid schemaObject will return SchemaT… in MakeLocalSyncOpinion() 129 SchemaType localType = localSchema.GetSchemaType(); in MakeLocalSyncOpinion()
|
H A D | schema_object.cpp | 181 SchemaType SchemaObject::GetSchemaType() const in GetSchemaType() function in DistributedDB::SchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 35 SchemaType GetSchemaType() const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 31 SchemaType RelationalSchemaObject::GetSchemaType() const in GetSchemaType() function in DistributedDB::RelationalSchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 261 uint8_t remoteSchemaType = static_cast<uint8_t>(store->GetSchemaInfo().GetSchemaType()); in SetRemoteSchema()
|