Home
last modified time | relevance | path

Searched refs:CheckFileNumber (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp128 CheckFileNumber(exportPath, fileCount);
153 CheckFileNumber(exportPath2, fileCount);
176 CheckFileNumber(exportPath, fileCount);
184 CheckFileNumber(exportPath, fileCount);
227 CheckFileNumber(exportPath, fileCount);
254 CheckFileNumber(exportPath, fileCount);
278 CheckFileNumber(exportPath, fileCount);
301 CheckFileNumber(exportPath, fileCount);
352 CheckFileNumber(exportPath, fileCount);
407 CheckFileNumber(exportPath, fileCount);
[all …]
H A Ddistributeddb_nb_backup_test.cpp129 CheckFileNumber(exportPath, fileCount);
154 CheckFileNumber(exportPath2, fileCount);
178 CheckFileNumber(exportPath, fileCount);
186 CheckFileNumber(exportPath, fileCount);
211 CheckFileNumber(exportPath, fileCount);
239 CheckFileNumber(exportPath, fileCount);
262 CheckFileNumber(exportPath, fileCount);
316 CheckFileNumber(exportPath, fileCount);
373 CheckFileNumber(exportPath, fileCount);
437 CheckFileNumber(exportPath, fileCount);
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h116 void CheckFileNumber(const std::string &filePath, int &fileCount);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp474 void CheckFileNumber(const string &filePath, int &fileCount) function