Searched defs:tableList (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | clone_source.cpp | 96 void CloneOpenCall::Init(const vector<string> &tableList) in Init() argument 108 void CloneSource::Init(const string &dbPath, const vector<string> &tableList) in Init() argument 119 void CloneSource::Insert(const vector<string> &tableList) in Insert() argument
|
H A D | medialibrary_backup_clone_test.cpp | 132 void Init(CloneSource &cloneSource, const string &path, const vector<string> &tableList) in Init() argument 185 vector<string> tableList = { PhotoColumn::PHOTOS_TABLE }; in HWTEST_F() local 198 vector<string> tableList = { PhotoColumn::PHOTOS_TABLE, PhotoAlbumColumns::TABLE, PhotoMap::TABLE, in HWTEST_F() local 225 vector<string> tableList = { PhotoColumn::PHOTOS_TABLE, ANALYSIS_ALBUM_TABLE, ANALYSIS_PHOTO_MAP_TABLE }; in HWTEST_F() local 332 vector<string> tableList in HWTEST_F() local 345 vector<string> tableList = { AudioColumn::AUDIOS_TABLE }; HWTEST_F() local 370 vector<string> tableList = { AudioColumn::AUDIOS_TABLE }; HWTEST_F() local 384 vector<string> tableList = { AudioColumn::AUDIOS_TABLE }; HWTEST_F() local 640 vector<string> tableList = { ANALYSIS_ALBUM_TABLE }; HWTEST_F() local 690 vector<string> tableList = { VISION_FACE_TAG_TABLE }; HWTEST_F() local 741 vector<string> tableList = { VISION_IMAGE_FACE_TABLE }; HWTEST_F() local [all...] |
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_service.cpp | 365 vector<string> tableList; in GenerateThumbnailBackground() local 455 vector<string> tableList; in LcdAging() local 528 vector<string> tableList; GetAgingDataSize() local 556 vector<string> tableList; QueryNewThumbnailCount() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 331 void CheckCloudRecordNum(sqlite3 *&db, std::vector<std::string> tableList, std::vector<int> countList) in CheckCloudRecordNum() argument 344 void CheckCompensatedNum(sqlite3 *&db, std::vector<std::string> tableList, std::vector<int> countList) in CheckCompensatedNum() argument 356 void CheckLocalLogCount(sqlite3 *&db, const std::vector<std::string> &tableList, const std::vector<int> &countList) in CheckLocalLogCount() argument 367 void CheckLogoutLogCount(sqlite3 *&db, const std::vector<std::string> &tableList, const std::vector<int> &countList) in CheckLogoutLogCount() argument 379 void CheckCleanLogNum(sqlite3 *&db, const std::vector<std::string> tableList, int count) in CheckCleanLogNum() argument 397 CheckCleanDataNum(sqlite3 *&db, const std::vector<std::string> &tableList, const std::vector<int> &countList) CheckCleanDataNum() argument 408 CheckCleanDataAndLogNum(sqlite3 *&db, const std::vector<std::string> tableList, int count, std::vector<int> localNum) CheckCleanDataAndLogNum() argument 524 CheckCloudSharedRecordNum(sqlite3 *&db, std::vector<std::string> tableList, std::vector<int> countList) CheckCloudSharedRecordNum() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 1019 TableInfoMap tableList = localSchema.GetTables(); in PrepareSharedTable() local
|
Completed in 7 milliseconds