Searched refs:STRING_INSTALL_BUNDLE_OK (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_tool/test/unittest/bm/ |
H A D | bm_command_install_test.cpp | 341 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 367 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 393 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 419 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 445 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 471 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 497 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 523 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 549 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 576 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/systemtest/bm/ |
H A D | tool_system_test.cpp | 24 const std::string STRING_INSTALL_BUNDLE_OK = "install bundle successfully."; variable 55 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_INSTALL_BUNDLE_OK + "\n"); in InstallBundle()
|
H A D | bm_command_install_system_test.cpp | 106 EXPECT_EQ(commandResult, STRING_INSTALL_BUNDLE_OK + "\n");
|
/ohos5.0/foundation/bundlemanager/bundle_tool/test/moduletest/bm/ |
H A D | bm_command_install_module_test.cpp | 111 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n"); 137 EXPECT_EQ(cmd.ExecCommand(), STRING_INSTALL_BUNDLE_OK + "\n");
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/systemtest/aa/ |
H A D | tool_system_test.cpp | 26 const std::string STRING_INSTALL_BUNDLE_OK = "install bundle successfully."; variable 57 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_INSTALL_BUNDLE_OK + "\n"); in InstallBundle()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 185 const std::string STRING_INSTALL_BUNDLE_OK = "install bundle successfully."; variable
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 711 resultReceiver_ = STRING_INSTALL_BUNDLE_OK + "\n"; in RunAsInstallCommand()
|