Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h187 const std::string STRING_START_NATIVE_PROCESS_NG = "error: failed to start native process."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp801 …AAFwkTag::AA_TOOL, "%{public}s result:%{public}d", STRING_START_NATIVE_PROCESS_NG.c_str(), result); in RunAsProcessCommand()
802 resultReceiver_ = STRING_START_NATIVE_PROCESS_NG; in RunAsProcessCommand()