Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp579 const std::string STRING_DEPLOY_QUICK_FIX_NG = "deploy quick fix failed\n"; variable
3071 …sultReceiver_ = (result == OHOS::ERR_OK) ? STRING_DEPLOY_QUICK_FIX_OK : STRING_DEPLOY_QUICK_FIX_NG; in RunAsDeployQuickFix()