Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h174 const std::string STRING_DETACH_APP_DEBUG_NG = "error: failed to detach app debug."; member
/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_attach_test.cpp397 EXPECT_EQ(cmd.ExecCommand(), STRING_DETACH_APP_DEBUG_NG + "\n"); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp654 TAG_LOGD(AAFwkTag::AA_TOOL, "%{public}s result: %{public}d", STRING_DETACH_APP_DEBUG_NG.c_str(), result); in RunAsDetachDebugCommand()
655 resultReceiver_.append(STRING_DETACH_APP_DEBUG_NG + "\n"); in RunAsDetachDebugCommand()

Completed in 4 milliseconds