Searched refs:testFile1HexName (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_entity_ext_manage_test.cpp | 244 string testFile1HexName = "1234567890abcde1"; variable 255 info.emplace(testFile1HexName, make_tuple(pathTestFile1, GetFileStat(pathTestFile1), true)); 261 set<string> resultFileName {testFile1HexName, testFile2HexName, testFile3HexName}; 307 string testFile1HexName = "1234567890abcde4"; variable 318 info.emplace(testFile1HexName, make_tuple(pathTestFile1, GetFileStat(pathTestFile1), true)); 324 set<string> resultFileName {testFile1HexName, testFile2HexName, testFile3HexName}; 370 string testFile1HexName = "1234567890abcde7"; variable 382 info.emplace(testFile1HexName, make_tuple(pathTestFile1, GetFileStat(pathTestFile1), true)); 388 set<string> resultFileName {testFile1HexName, testFile2HexName, testFile3HexName};
|