Lines Matching refs:cmd

51     std::string cmd = "hidumper -s 1201 -a '-p Faultlogger'";
53 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
65 std::string cmd = "hidumper -s WindowManagerService -a -a";
67 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
78 std::string cmd = "hidumper -s 10 -a allInfo";
80 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
91 std::string cmd = "hidumper -s 1904 -a -a";
93 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
103 std::string cmd = "hidumper -s AbilityManagerService -a -l";
105 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
116 std::string cmd = "hidumper -s DisplayManagerService -a '-s -a'";
118 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
129 std::string cmd = "hidumper -s ScreenlockService -a -all";
131 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
142 std::string cmd = "hidumper -s MultimodalInput -a -w";
144 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
156 std::string cmd = "hidumper -s 10 -a -h > " + path;
158 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistStrInFile(cmd, str, path));
170 std::string cmd = "hidumper -s 10 -a -h --zip";
172 ASSERT_FALSE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));
183 std::string cmd = "hidumper -s AbilityManagerService -a '-a'";
185 ASSERT_TRUE(HidumperTestUtils::GetInstance().IsExistInCmdResult(cmd, str));