Home
last modified time | relevance | path

Searched refs:GetSchemaType (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp94 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 Dability_sync.h51 uint32_t GetSchemaType() const;
103 uint32_t GetSchemaType() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_extend.cpp333 …if (localSchema.GetSchemaType() != SchemaType::NONE && localSchema.GetSchemaType() != SchemaType::… in CheckAndInitQueryCondition()
454 …if (localSchema.GetSchemaType() != SchemaType::NONE && localSchema.GetSchemaType() != SchemaType::… in IsSupportSubscribe()
H A Dsqlite_single_ver_schema_database_upgrader.cpp150 if (context->schema.GetSchemaType() == SchemaType::JSON) { in CheckValueOrGetAmendValue()
205 SchemaType theType = newSchema_.GetSchemaType(); in UpgradeIndexes()
H A Dsqlite_single_ver_natural_store.cpp309 if (schemaObjRef.GetSchemaType() == SchemaType::JSON) { // LCOV_EXCL_BR_LINE in CheckValueAndAmendIfNeed()
1988 auto schemaType = GetSchemaObject().GetSchemaType(); in CheckSchemaSupportForCloudSync()
H A Dsqlite_utils.cpp1722 …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 Dsqlite_query_helper.cpp720 resultSql += SchemaObject::GenerateExtractSQL(schema_.GetSchemaType(), fieldPath, fieldType, in MapCastFuncSql()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h57 virtual SchemaType GetSchemaType() const = 0;
H A Dschema_object.h66 SchemaType GetSchemaType() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp31 …SchemaType localType = localSchema.GetSchemaType(); // An invalid schemaObject will return SchemaT… in MakeLocalSyncOpinion()
129 SchemaType localType = localSchema.GetSchemaType(); in MakeLocalSyncOpinion()
H A Dschema_object.cpp181 SchemaType SchemaObject::GetSchemaType() const in GetSchemaType() function in DistributedDB::SchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h35 SchemaType GetSchemaType() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp31 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 Ddistributeddb_relational_get_data_test.cpp261 uint8_t remoteSchemaType = static_cast<uint8_t>(store->GetSchemaInfo().GetSchemaType()); in SetRemoteSchema()