Home
last modified time | relevance | path

Searched refs:STRING_ATTACH_APP_DEBUG_OK (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h170 const std::string STRING_ATTACH_APP_DEBUG_OK = "attach app debug successfully."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_attach_test.cpp250 EXPECT_EQ(cmd.ExecCommand(), STRING_ATTACH_APP_DEBUG_OK + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp628 resultReceiver_.append(STRING_ATTACH_APP_DEBUG_OK + "\n"); in RunAsAttachDebugCommand()