Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h184 const std::string STRING_APP_DEBUG_NG = "error: failed to app debug."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp750 resultReceiver_ = STRING_APP_DEBUG_NG + "\n"; in RunAsAppDebugDebugCommand()
774 … TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s result: %{public}d", STRING_APP_DEBUG_NG.c_str(), result); in RunAsAppDebugDebugCommand()
775 resultReceiver_ = STRING_APP_DEBUG_NG + "\n"; in RunAsAppDebugDebugCommand()