Home
last modified time | relevance | path

Searched refs:VectorToStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H A Dbms_uninstall_system_test.cpp393 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 …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp1402 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 …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp199 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 …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/include/
H A Dcommon_tool.h34 std::string VectorToStr(const std::vector<std::string> &strVector);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/
H A Dcommon_tool.cpp151 std::string CommonTool::VectorToStr(const std::vector<std::string> &strVector) in VectorToStr() function in OHOS::AppExecFwk::CommonTool
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp268 EXPECT_EQ(commonTool.VectorToStr(applicationInfo.permissions), ""); in CheckApplicationInfo()
269 EXPECT_EQ(commonTool.VectorToStr(applicationInfo.moduleSourceDirs), ""); in CheckApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/
H A Dbms_compatible_system_test.cpp543 std::string permissions = commonTool.VectorToStr(compatibleApplicationInfo.permissions);