Searched refs:VectorToStr (Results 1 – 7 of 7) sorted by relevance
393 std::string installResult = commonTool.VectorToStr(resvec);431 std::string installResult = commonTool.VectorToStr(resvec);470 std::string installResult = commonTool.VectorToStr(resvec);486 uninstallResult = commonTool.VectorToStr(resvec);745 installResult = commonTool.VectorToStr(resvec);879 installResult = commonTool.VectorToStr(resvec);1200 uninstallResult = commonTool.VectorToStr(resvec);1316 installMsg = commonTool.VectorToStr(resvec);1322 installMsg = commonTool.VectorToStr(resvec);1334 uninstallMsg = commonTool.VectorToStr(resvec);[all …]
1402 installResult = commonTool.VectorToStr(resvec);4396 installResult = commonTool.VectorToStr(resvec);4441 installResult = commonTool.VectorToStr(resvec);4610 uninstallResult = commonTool.VectorToStr(resvec);4951 uninstallResult = commonTool.VectorToStr(resvec);5000 uninstallResult = commonTool.VectorToStr(resvec);5199 installResult = commonTool.VectorToStr(resvec);8369 installResult = commonTool.VectorToStr(resvec);8752 installResult = commonTool.VectorToStr(resvec);8797 installResult = commonTool.VectorToStr(resvec);[all …]
199 std::string installResult = commonTool.VectorToStr(resvec); in SetUpTestCase()210 std::string uninstallResult = commonTool.VectorToStr(resvec); in TearDownTestCase()698 std::string installResult = commonTool.VectorToStr(resvec);705 installResult = commonTool.VectorToStr(resvec);717 uninstallResult = commonTool.VectorToStr(resvec2);744 installResult = commonTool.VectorToStr(resvec);768 EXPECT_EQ(commonTool.VectorToStr(resvec), "Success");772 EXPECT_EQ(commonTool.VectorToStr(resvec), "Success");820 installResult = commonTool.VectorToStr(resvec);937 std::string installResult = commonTool.VectorToStr(resvec);[all …]
34 std::string VectorToStr(const std::vector<std::string> &strVector);
151 std::string CommonTool::VectorToStr(const std::vector<std::string> &strVector) in VectorToStr() function in OHOS::AppExecFwk::CommonTool
268 EXPECT_EQ(commonTool.VectorToStr(applicationInfo.permissions), ""); in CheckApplicationInfo()269 EXPECT_EQ(commonTool.VectorToStr(applicationInfo.moduleSourceDirs), ""); in CheckApplicationInfo()
543 std::string permissions = commonTool.VectorToStr(compatibleApplicationInfo.permissions);