Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp1461 std::vector<std::string> currTypes; in HWTEST_F() local
1463 UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(filenameExtension, currTypes); in HWTEST_F()
1465 ASSERT_EQ(currTypes.size(), 1); in HWTEST_F()
1466 ASSERT_EQ(currTypes[0], "com.amazon.azw3"); in HWTEST_F()
1469 UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(filenameExtension, currTypes, blongsToType); in HWTEST_F()
1471 ASSERT_EQ(currTypes.size(), 1); in HWTEST_F()
1472 ASSERT_EQ(currTypes[0], "com.amazon.azw3"); in HWTEST_F()
1485 std::vector<std::string> currTypes; in HWTEST_F() local
1487 UtdClient::GetInstance().GetUniformDataTypesByFilenameExtension(filenameExtension, currTypes); in HWTEST_F()
1489 ASSERT_EQ(currTypes in HWTEST_F()
1506 std::vector<std::string> currTypes; HWTEST_F() local
1574 std::vector<std::string> currTypes; HWTEST_F() local
1596 std::vector<std::string> currTypes; HWTEST_F() local
1625 std::vector<std::string> currTypes; HWTEST_F() local
1660 std::vector<std::string> currTypes; HWTEST_F() local
[all...]

Completed in 3 milliseconds