Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_test_test.cpp108 EXPECT_EQ(cmd.ExecCommand(), STRING_START_USER_TEST_NG + "\n");
140 EXPECT_EQ(cmd.ExecCommand(), STRING_START_USER_TEST_NG + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h176 const std::string STRING_START_USER_TEST_NG = "error: failed to start user test."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1979 …TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s result: %{public}d", STRING_START_USER_TEST_NG.c_str(), re… in StartUserTest()
1980 resultReceiver_ = STRING_START_USER_TEST_NG + "\n"; in StartUserTest()