Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_test_test.cpp216 EXPECT_EQ(cmd.ExecCommand(), STRING_USER_TEST_FINISHED + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h178 const std::string STRING_USER_TEST_FINISHED = "user test finished."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1998 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_USER_TEST_FINISHED.c_str()); in StartUserTest()
1999 resultReceiver_ = STRING_USER_TEST_FINISHED + "\n"; in StartUserTest()