Home
last modified time | relevance | path

Searched refs:STRING_FORCE_STOP_OK (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_force_stop_test.cpp149 EXPECT_EQ(cmd.ExecCommand(), STRING_FORCE_STOP_OK + "\n");
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp213 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_FORCE_STOP_OK.c_str()); in RunAsForceStop()
214 resultReceiver_ = STRING_FORCE_STOP_OK + "\n"; in RunAsForceStop()
H A Dability_command.cpp568 TAG_LOGI(AAFwkTag::AA_TOOL, "%{public}s", STRING_FORCE_STOP_OK.c_str()); in RunAsForceStop()
569 resultReceiver_ = STRING_FORCE_STOP_OK + "\n"; in RunAsForceStop()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h167 const std::string STRING_FORCE_STOP_OK = "force stop process successfully."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp739 EXPECT_EQ(cmd.ExecCommand(), STRING_FORCE_STOP_OK + "\n");