Home
last modified time | relevance | path

Searched refs:SHELL_COMMAND_RESULT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/
H A Dshell_command_result_module_test.cpp29 const std::string SHELL_COMMAND_RESULT = "shell cmd result aaaaaaaaaaaaaaaaa"; variable
62 shellCmd.stdResult = SHELL_COMMAND_RESULT;
77 shellCmd.stdResult = SHELL_COMMAND_RESULT;
82 EXPECT_EQ(shellCmd.stdResult, SHELL_COMMAND_RESULT);
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dshell_command_result_test.cpp28 const std::string SHELL_COMMAND_RESULT = "shell cmd result"; variable
61 shellCmd.stdResult = SHELL_COMMAND_RESULT;
76 shellCmd.stdResult = SHELL_COMMAND_RESULT;
81 EXPECT_EQ(shellCmd.stdResult, SHELL_COMMAND_RESULT);