Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 25 of 84) sorted by relevance

1234

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_relational_tracker_table_test.cpp194 TrackerSchema schema = g_normalSchema1; in CheckDropTableAndReopenDb() local
273 void SetTrackerTableTest(const TrackerSchema &schema, DBStatus expect) in SetTrackerTableTest()
296 TrackerSchema schema; variable
328 TrackerSchema schema; variable
361 TrackerSchema schema; variable
395 TrackerSchema schema = g_normalSchema1; variable
446 TrackerSchema schema = g_normalSchema1; variable
500 TrackerSchema schema = g_normalSchema3; variable
535 TrackerSchema schema = g_normalSchema1; variable
596 TrackerSchema schema = g_normalSchema1; variable
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_schema.cpp69 JsSchema* schema = new (std::nothrow) JsSchema(env); in New() local
74 auto* schema = reinterpret_cast<JsSchema*>(data); in New() local
106 auto schema = GetSchema(env, info, ctxt); in GetRootNode() local
133 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetRootNode() local
150 auto schema = GetSchema(env, info, ctxt); in GetMode() local
168 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetMode() local
177 auto schema = GetSchema(env, info, ctxt); in GetSkip() local
195 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetSkip() local
204 auto schema = GetSchema(env, info, ctxt); in GetIndexes() local
222 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetIndexes() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_schema.cpp71 JsSchema* schema = new (std::nothrow) JsSchema(env); in New() local
76 auto* schema = reinterpret_cast<JsSchema*>(data); in New() local
108 auto schema = GetSchema(env, info, ctxt); in GetRootNode() local
135 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetRootNode() local
152 auto schema = GetSchema(env, info, ctxt); in GetMode() local
170 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetMode() local
179 auto schema = GetSchema(env, info, ctxt); in GetSkip() local
197 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetSkip() local
206 auto schema = GetSchema(env, info, ctxt); in GetIndexes() local
224 auto schema = reinterpret_cast<JsSchema*>(ctxt->native); in SetIndexes() local
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
DKvManagerDataPromiseJsTest.js45 schema: '', property
149 schema: '', property
177 schema: '', property
203 schema: '', property
231 schema: '', property
259 schema: '', property
287 schema: '', property
315 schema: '', property
343 schema: '', property
371 schema: '', property
[all …]
DKvManagerDataCallbackJsTest.js40 schema : '', property
134 schema : '', property
166 schema : '', property
199 schema : '', property
230 schema : '', property
261 schema : '', property
292 schema : '', property
323 schema : '', property
354 schema : '', property
385 schema : '', property
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_relational_storage_engine.cpp135 void SQLiteSingleRelationalStorageEngine::SetSchema(const RelationalSchemaObject &schema) in SetSchema()
152 …ToMetaTable(SQLiteSingleVerRelationalStorageExecutor *handle, const RelationalSchemaObject &schema) in SaveSchemaToMetaTable()
165 const RelationalSchemaObject &schema) in SaveTrackerSchemaToMetaTable()
203 RelationalSchemaObject schema = schema_; in CreateDistributedTable() local
238 RelationalSchemaObject &schema) in CreateDistributedSharedTable()
262 const std::string &identity, RelationalSchemaObject &schema, TableSyncType tableSyncType) in CreateDistributedTable()
304 bool isUpgraded, const std::string &identity, TableInfo &table, RelationalSchemaObject &schema) in CreateDistributedTable()
337 RelationalSchemaObject schema = schema_; in UpgradeDistributedTable() local
437 int SQLiteSingleRelationalStorageEngine::SetTrackerTable(const TrackerSchema &schema) in SetTrackerTable()
488 int SQLiteSingleRelationalStorageEngine::CheckAndCacheTrackerSchema(const TrackerSchema &schema, Ta… in CheckAndCacheTrackerSchema()
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Dcloud_db_data_utils.cpp20 std::vector<VBucket> CloudDBDataUtils::GenerateRecords(int recordCounts, const TableSchema &schema) in GenerateRecords()
30 VBucket CloudDBDataUtils::GenerateRecord(const DistributedDB::TableSchema &schema, int32_t start) in GenerateRecord()
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
DKvManagerKVPromiseJsTest.js41 schema: '', property
165 schema: '', property
205 schema: '', property
236 schema: '', property
267 schema: '', property
298 schema: '', property
329 schema: '', property
360 schema: '', property
391 schema: '', property
422 schema: '', property
DKvManagerKVCallbackJsTest.js39 schema: '', property
113 schema: '', property
165 schema: '', property
195 schema: '', property
225 schema: '', property
256 schema: '', property
286 schema: '', property
316 schema: '', property
346 schema: '', property
375 schema: '', property
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_ability_sync_test.cpp164 std::string schema = packet2->GetSchema(); variable
265 std::string schema = packet2->GetSchema(); variable
322 std::string schema = packet2->GetSchema(); variable
381 std::string schema = packet2->GetSchema(); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_relational_syncable_storage_test.cpp97 RelationalSchemaObject schema = syncAbleStorage->GetSchemaInfo(); in __anonfeedd0600202() local
103 RelationalSchemaObject schema; variable
Ddistributeddb_storage_index_optimize_test.cpp60 void GenerateSchemaString(std::string &schema, const std::string &indexString) in GenerateSchemaString()
227 std::string schema; variable
251 std::string schema; variable
303 std::string schema; variable
Ddistributeddb_query_object_helper_test.cpp51 SchemaObject schema; in GetQuerySql() local
172 SchemaObject schema; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp86 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
295 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
384 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
435 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
508 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
Ddistributeddb_nb_autolaunch_test.cpp90 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
301 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
391 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
444 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
518 string schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_1, VALID_DEFINE_1, VALID_INDEX_1); variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
Dtracker_table.cpp20 void TrackerTable::Init(const TrackerSchema &schema) in Init()
195 bool TrackerTable::IsChanging(const TrackerSchema &schema) in IsChanging()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelationaldb_properties.cpp32 void RelationalDBProperties::SetSchema(const RelationalSchemaObject &schema) in SetSchema()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/
Dclient_trans_file.h38 FileSchema schema; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dparam_check_utils.cpp248 bool ParamCheckUtils::CheckSharedTableName(const DataBaseSchema &schema) in CheckSharedTableName()
287 void ParamCheckUtils::TransferSchemaToLower(DataBaseSchema &schema) in TransferSchemaToLower()
Dflatbuffer_schema.cpp151 auto schema = reflection::GetSizePrefixedSchema(inDecoded.c_str()); in ParseFlatBufferSchema() local
232 auto schema = GetSchema(); in VerifyFlatBufferValue() local
291 const reflection::Field *GetFieldInfoFromSchemaByPath(const reflection::Schema &schema, RawString p… in GetFieldInfoFromSchemaByPath()
440 auto schema = GetSchema(); in ExtractFlatBufferValue() local
520 int SchemaObject::FlatBufferSchema::ParseCheckRootTableDefine(const reflection::Schema &schema, in ParseCheckRootTableDefine()
598 int SchemaObject::FlatBufferSchema::ParseCheckFieldInfo(const reflection::Schema &schema, in ParseCheckFieldInfo()
660 int SchemaObject::FlatBufferSchema::ParseCheckStructDefine(const reflection::Schema &schema, in ParseCheckStructDefine()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
Dstore_meta_data_local.h40 std::string schema = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
Ddistributeddb_data_generator.cpp453 std::string schema; in SpliceToSchema() local
470 void GenerateLongValidSchema(Schema &validSchema, std::vector<std::string> &schema) in GenerateLongValidSchema()
484 void GenerateLargeValidSchema(Schema &validSchema, std::vector<std::string> &schema) in GenerateLargeValidSchema()
507 std::vector<std::string> schema; in GetValidSchema() local
535 void GetLongIndex(Schema &validSchema, std::vector<std::string> &schema) in GetLongIndex()
556 std::vector<std::string> schema; in GenarateOtherInvalidSchema() local
603 std::vector<std::string> schema; in GetInvalidSchema() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
Djs_kv_store.h67 DataObserver(std::shared_ptr<UvQueue> uvQueue, napi_value callback, bool schema) in DataObserver()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
Djs_single_kv_store.h79 DataObserver(std::shared_ptr<UvQueue> uvQueue, napi_value callback, bool schema) in DataObserver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_relational_schema_object_test.cpp445 …std::string schema = "{" + SCHEMA_VERSION_STR_2_1 + SCHEMA_TABLE_MODE_COLLABORATION + SCHEMA_TYPE_… variable
463 …std::string schema = "{" + SCHEMA_VERSION_STR_2_1 + SCHEMA_TABLE_MODE_SPLIT_BY_DEVICE + SCHEMA_TYP… variable
481 …std::string schema = "{" + SCHEMA_VERSION_STR_2_1 + SCHEMA_TABLE_MODE_INVALID + SCHEMA_TYPE_STR_RE… variable
733 RelationalSchemaObject schema; variable

1234