Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_force_timeout_test.cpp155 EXPECT_EQ(cmd.ExecCommand(), STRING_FORCE_TIMEOUT_NG + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h193 const std::string STRING_FORCE_TIMEOUT_NG = "error: failed to force ability timeout."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1250 …TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s result: %{public}d", STRING_FORCE_TIMEOUT_NG.c_str(), resu… in RunForceTimeoutForTest()
1251 resultReceiver_ = STRING_FORCE_TIMEOUT_NG + "\n"; in RunForceTimeoutForTest()