Home
last modified time | relevance | path

Searched refs:STRING_STOP_SERVICE_ABILITY_OK (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_stop_service_test.cpp272 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_OK + "\n"); in HWTEST_F()
358 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_OK + "\n"); in HWTEST_F()
405 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_OK + "\n"); in HWTEST_F()
467 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_OK + "\n"); in HWTEST_F()
/foundation/ability/ability_runtime/tools/test/moduletest/aa/
H A Daa_command_stop_service_module_test.cpp106 EXPECT_EQ(cmd.ExecCommand(), STRING_STOP_SERVICE_ABILITY_OK + "\n"); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h164 const std::string STRING_STOP_SERVICE_ABILITY_OK = "stop service ability successfully."; member
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp192 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_STOP_SERVICE_ABILITY_OK.c_str()); in RunAsStopService()
193 resultReceiver_ = STRING_STOP_SERVICE_ABILITY_OK + "\n"; in RunAsStopService()
H A Dability_command.cpp277 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_STOP_SERVICE_ABILITY_OK.c_str()); in RunAsStopService()
278 resultReceiver_ = STRING_STOP_SERVICE_ABILITY_OK + "\n"; in RunAsStopService()

Completed in 6 milliseconds