Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dbm_command_uninstall_system_test.cpp86 EXPECT_EQ(commandResult, STRING_UNINSTALL_BUNDLE_NG + "\n" + ERR_CODE + UNINSTALL_FALSE + "\n");
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h189 const std::string STRING_UNINSTALL_BUNDLE_NG = "error: failed to uninstall bundle."; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp921 resultReceiver_ = STRING_UNINSTALL_BUNDLE_NG + "\n"; in RunAsUninstallCommand()
932 resultReceiver_ = STRING_UNINSTALL_BUNDLE_NG + "\n"; in RunAsUninstallCommand()