Home
last modified time | relevance | path

Searched refs:STRING_ATTACH_APP_DEBUG_NG (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h171 const std::string STRING_ATTACH_APP_DEBUG_NG = "error: failed to attach app debug."; member
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_attach_test.cpp250 EXPECT_EQ(cmd.ExecCommand(), STRING_ATTACH_APP_DEBUG_NG + "\n"); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp633 TAG_LOGD(AAFwkTag::AA_TOOL, "%{public}s result: %{public}d", STRING_ATTACH_APP_DEBUG_NG.c_str(), result); in RunAsAttachDebugCommand()
634 resultReceiver_.append(STRING_ATTACH_APP_DEBUG_NG + "\n"); in RunAsAttachDebugCommand()

Completed in 5 milliseconds