Home
last modified time | relevance | path

Searched refs:STRING_INSTALL_BUNDLE_NG (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dbm_command_install_system_test.cpp86 EXPECT_EQ(commandResult, STRING_INSTALL_BUNDLE_NG + "\n" + ERR_CODE + INSTALL_FALSE + "\n");
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h186 const std::string STRING_INSTALL_BUNDLE_NG = "error: failed to install bundle."; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp713 resultReceiver_ = STRING_INSTALL_BUNDLE_NG + "\n"; in RunAsInstallCommand()