Searched refs:currTypes (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 1490 …auto find1 = std::find(currTypes.begin(), currTypes.end(), "general.type-script") != currTypes.end… 1491 auto find2 = std::find(currTypes.begin(), currTypes.end(), "general.ts") != currTypes.end(); 1601 …auto find1 = std::find(currTypes.begin(), currTypes.end(), "com.microsoft.word.doc") != currTypes.… 1602 …auto find2 = std::find(currTypes.begin(), currTypes.end(), "com.microsoft.word.dot") != currTypes.… 1609 …find1 = std::find(currTypes.begin(), currTypes.end(), "com.microsoft.word.doc") != currTypes.end(); 1610 …find2 = std::find(currTypes.begin(), currTypes.end(), "com.microsoft.word.dot") != currTypes.end(); 1630 auto find1 = std::find(currTypes.begin(), currTypes.end(), 1632 auto find2 = std::find(currTypes.begin(), currTypes.end(), 1664 auto find1 = std::find(currTypes.begin(), currTypes.end(), "general.iges") != currTypes.end(); 1665 …auto find2 = std::find(currTypes.begin(), currTypes.end(), "general.mesh-model") != currTypes.end(… [all …]
|