Home
last modified time | relevance | path

Searched refs:STRING_FORCE_TIMEOUT_OK (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.cpp128 EXPECT_EQ(cmd.ExecCommand(), STRING_FORCE_TIMEOUT_OK + "\n");
183 EXPECT_EQ(cmd.ExecCommand(), STRING_FORCE_TIMEOUT_OK + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h192 const std::string STRING_FORCE_TIMEOUT_OK = "force ability timeout successfully."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1247 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_FORCE_TIMEOUT_OK.c_str()); in RunForceTimeoutForTest()
1248 resultReceiver_ = STRING_FORCE_TIMEOUT_OK + "\n"; in RunForceTimeoutForTest()