Home
last modified time | relevance | path

Searched refs:skipSize (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp1813 vector<std::string> skipSize = {"10.5", "\"20\"", "true", "-10", "*&", "汉字", "4194303", "4194304"}; in HWTEST_F() local
1814 for (unsigned long index = 0; index < skipSize.size(); index++) { in HWTEST_F()
1815 option.schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_2, VALID_DEFINE_1, VALID_INDEX_1, skipSize[index]); in HWTEST_F()
1825 skipSize.clear(); in HWTEST_F()
1826 skipSize = {"0", "10", "123", "4194302"}; in HWTEST_F()
1827 for (unsigned long index = 0; index < skipSize.size(); index++) { in HWTEST_F()
1828 option.schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_2, VALID_DEFINE_1, VALID_INDEX_1, skipSize[index]); in HWTEST_F()
1858 std::string skipSize = "16"; in HWTEST_F() local
1860 option.schema = SpliceToSchema(VALID_VERSION_1, VALID_MODE_2, validDefine, VALID_INDEX_1, skipSize); in HWTEST_F()
1935 std::string skipSize in HWTEST_F() local
1993 std::string skipSize = "16"; HWTEST_F() local
2079 std::string skipSize = "16"; HWTEST_F() local
2294 std::string skipSize = "16"; HWTEST_F() local
2354 std::string skipSize = "16"; HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Dsidx_box_parser.cpp50 static inline void ForwardBytes(uint32_t &currPos, uint32_t skipSize);
173 void ForwardBytes(uint32_t &currPos, uint32_t skipSize) in ForwardBytes() argument
175 currPos += skipSize; in ForwardBytes()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_schema_database_upgrader.cpp204 uint32_t skipSize = newSchema_.GetSkipSize(); in UpgradeIndexes() local
217 int errCode = SQLiteUtils::ChangeIndex(db_, entry.first, entry.second, theType, skipSize); in UpgradeIndexes()
224 int errCode = SQLiteUtils::IncreaseIndex(db_, entry.first, entry.second, theType, skipSize); in UpgradeIndexes()
H A Dsqlite_utils.h122 uint32_t skipSize);
125 uint32_t skipSize);
H A Dsqlite_utils.cpp1292 uint32_t skipSize) in IncreaseIndex()
1309 skipSize); in IncreaseIndex()
1321 uint32_t skipSize) in ChangeIndex()
1329 errCode = IncreaseIndex(db, name, info, type, skipSize); in ChangeIndex()
1291 IncreaseIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType type, uint32_t skipSize) IncreaseIndex() argument
1320 ChangeIndex(sqlite3 *db, const IndexName &name, const IndexInfo &info, SchemaType type, uint32_t skipSize) ChangeIndex() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_stream.cpp292 void HeifStreamWriter::Skip(size_t skipSize) in Skip() argument
294 CheckSize(skipSize); in Skip()
295 position_ += skipSize; in Skip()
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davmemory.cpp237 uint64_t skipSize = 0; in SkipCommonFromMessageParcel() local
238 bool ret = parcel.ReadUint64(skipSize); in SkipCommonFromMessageParcel()
240 parcel.SkipBytes(static_cast<size_t>(skipSize) - 2 * sizeof(int32_t)); // 2: the size of size_ and offset_ in SkipCommonFromMessageParcel()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h134 void Skip(size_t skipSize);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp451 const std::string &define, const std::string &index, const std::string &skipSize) in SpliceToSchema()
455 if (index.empty() && skipSize.empty()) { in SpliceToSchema()
457 } else if (!index.empty() && skipSize.empty()) { in SpliceToSchema()
459 } else if (index.empty() && !skipSize.empty()) { in SpliceToSchema()
460 middleString = middleString + ",\"SCHEMA_SKIPSIZE\":" + skipSize; in SpliceToSchema()
462 middleString = middleString + ",\"SCHEMA_INDEXES\":" + index + "," + "\"SCHEMA_SKIPSIZE\":" + skipSize; in SpliceToSchema()
450 SpliceToSchema(const std::string &version, const std::string &mode, const std::string &define, const std::string &index, const std::string &skipSize) SpliceToSchema() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_index_unit_test.cpp138 string GenerateSchemaString(const vector<FieldPath> &define, const vector<FieldPath> &index, int skipSize, in GenerateSchemaString() argument
157 result += to_string(skipSize); in GenerateSchemaString()
175 string GenerateValue(const vector<FieldPath> &define, uint32_t skipSize) in GenerateValue() argument
178 string result(skipSize, '*'); in GenerateValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h47 uint32_t skipSize, const std::string &accessStr = "");
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp57 FieldType inFieldType, uint32_t skipSize, const std::string &accessStr) in GenerateExtractSQL()
79 resultSql += std::to_string(skipSize); in GenerateExtractSQL()
56 GenerateExtractSQL(SchemaType inSchemaType, const FieldPath &inFieldpath, FieldType inFieldType, uint32_t skipSize, const std::string &accessStr) GenerateExtractSQL() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h563 const std::string &define, const std::string &index = "", const std::string &skipSize = "");

Completed in 16 milliseconds