Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h186 const std::string STRING_START_NATIVE_PROCESS_OK = "start native process successfully."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp797 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_START_NATIVE_PROCESS_OK.c_str()); in RunAsProcessCommand()
798 resultReceiver_ = STRING_START_NATIVE_PROCESS_OK; in RunAsProcessCommand()